#C7C272

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

Shades of Dark Khaki #C7C272

Tints of Dark Khaki #C7C272

Color information

#C7C272 (or 0xC7C272) is unknown color: approx Dark Khaki. HEX triplet: C7, C2 and 72. RGB value is (199,194,114). Sum of RGB (Red+Green+Blue) = 199+194+114=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C272 is #383D8D. Grayscale: #BABABA. Windows color (decimal): -3685774 or 7520967. OLE color: 7520967.

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

Color convert

RGB199194114-
CMYK00.030.430.22
HSL56.47º43.15%61.37%-
HSV(B)56.47º42.71%78.04%-
XYZ45.8851.9423.53-
YUV186.3887.16137-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=39.25%
G=38.26%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919411400.030.430.2256.4743.1561.37
HexC7C272032B16382b3d
Octal307302162035326705375
Binary1100011111000010111001001110101110110111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C272; }

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

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

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

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

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

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

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

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