#C7C072

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

Shades of Dark Khaki #C7C072

Tints of Dark Khaki #C7C072

Color information

#C7C072 (or 0xC7C072) is unknown color: approx Dark Khaki. HEX triplet: C7, C0 and 72. RGB value is (199,192,114). Sum of RGB (Red+Green+Blue) = 199+192+114=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C072 is #383F8D. Grayscale: #B9B9B9. Windows color (decimal): -3686286 or 7520455. OLE color: 7520455.

HSL color Cylindrical-coordinate representation of color #C7C072: hue angle of 55.06º 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 #C7C072 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199192114-
CMYK00.040.430.22
HSL55.06º43.15%61.37%-
HSV(B)55.06º42.71%78.04%-
XYZ45.4451.0623.38-
YUV185.287.82137.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=39.41%
G=38.02%
B=22.57%

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
Decimal19919211400.040.430.2255.0643.1561.37
HexC7C072042B16372b3d
Octal307300162045326675375
Binary11000111110000001110010010010101110110110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C072; }

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

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

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

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

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

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

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

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