#C7C269

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

Shades of Dark Khaki #C7C269

Tints of Dark Khaki #C7C269

Color information

#C7C269 (or 0xC7C269) is unknown color: approx Dark Khaki. HEX triplet: C7, C2 and 69. RGB value is (199,194,105). Sum of RGB (Red+Green+Blue) = 199+194+105=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C269 is #383D96. Grayscale: #B9B9B9. Windows color (decimal): -3685783 or 6931143. OLE color: 6931143.

HSL color Cylindrical-coordinate representation of color #C7C269: hue angle of 56.81º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7C269 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB199194105-
CMYK00.030.470.22
HSL56.81º45.63%59.61%-
HSV(B)56.81º47.24%78.04%-
XYZ45.3951.7520.96-
YUV185.3582.66137.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 105 (41.41% from 255) = 21.08%
R=39.96%
G=38.96%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919410500.030.470.2256.8145.6359.61
HexC7C269032F16392e3c
Octal307302151035726715674
Binary1100011111000010110100101110111110110111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C269; }

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

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

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

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

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

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

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

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