#C7C071

Color #C7C071 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C7C071

Tints of Dark Khaki #C7C071

Color information

#C7C071 (or 0xC7C071) is unknown color: approx Dark Khaki. HEX triplet: C7, C0 and 71. RGB value is (199,192,113). Sum of RGB (Red+Green+Blue) = 199+192+113=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C071 is #383F8E. Grayscale: #B9B9B9. Windows color (decimal): -3686287 or 7454919. OLE color: 7454919.

HSL color Cylindrical-coordinate representation of color #C7C071: hue angle of 55.12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7C071 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199192113-
CMYK00.040.430.22
HSL55.12º43.43%61.18%-
HSV(B)55.12º43.22%78.04%-
XYZ45.3851.0323.08-
YUV185.0987.32137.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=39.48%
G=38.10%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919211300.040.430.2255.1243.4361.18
HexC7C071042B16372b3d
Octal307300161045326675375
Binary11000111110000001110001010010101110110110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C071; }

 p { color: rgb(199,192,113); }

 H1.HeaderClassName
 {
   color: #C7C071;
 }
 .AnyTagClassName
 {
   color: #C7C071;
 }
</style>
background-color css

<style>
 a { background-color: #C7C071; }

 a { background-color: rgb(199,192,113); }

 div.DivClassName
 {
   background-color: #C7C071;
 }
 .BgClassName
 {
   background-color: #C7C071;
 }
</style>
border-color css

<style>
 span { border-color: #C7C071; }

 span { border-color: rgb(199,192,113); }

 td.TdClassName
 {
   border-color: #C7C071;
 }
 .TagClassName
 {
   border-color: #C7C071;
 }
</style>