#C9C470

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

Shades of Dark Khaki #C9C470

Tints of Dark Khaki #C9C470

Color information

#C9C470 (or 0xC9C470) is unknown color: approx Dark Khaki. HEX triplet: C9, C4 and 70. RGB value is (201,196,112). Sum of RGB (Red+Green+Blue) = 201+196+112=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C470 is #363B8F. Grayscale: #BCBCBC. Windows color (decimal): -3554192 or 7390409. OLE color: 7390409.

HSL color Cylindrical-coordinate representation of color #C9C470: hue angle of 56.63º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9C470 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201196112-
CMYK00.020.440.21
HSL56.63º45.18%61.37%-
HSV(B)56.63º44.28%78.82%-
XYZ46.7553.0723.11-
YUV187.9285.16137.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=39.49%
G=38.51%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119611200.020.440.2156.6345.1861.37
HexC9C470022C15392d3d
Octal311304160025425715575
Binary1100100111000100111000001010110010101111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C470; }

 p { color: rgb(201,196,112); }

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

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

 a { background-color: rgb(201,196,112); }

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

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

 span { border-color: rgb(201,196,112); }

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