#C5C074

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

Shades of Dark Khaki #C5C074

Tints of Dark Khaki #C5C074

Color information

#C5C074 (or 0xC5C074) is unknown color: approx Dark Khaki. HEX triplet: C5, C0 and 74. RGB value is (197,192,116). Sum of RGB (Red+Green+Blue) = 197+192+116=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C074 is #3A3F8B. Grayscale: #B9B9B9. Windows color (decimal): -3817356 or 7651525. OLE color: 7651525.

HSL color Cylindrical-coordinate representation of color #C5C074: hue angle of 56.3º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5C074 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197192116-
CMYK00.030.410.23
HSL56.3º41.12%61.37%-
HSV(B)56.3º41.12%77.25%-
XYZ45.0350.8323.96-
YUV184.8389.16136.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=39.01%
G=38.02%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719211600.030.410.2356.341.1261.37
HexC5C07403291738293d
Octal305300164035127705175
Binary1100010111000000111010001110100110111111000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C074; }

 p { color: rgb(197,192,116); }

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

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

 a { background-color: rgb(197,192,116); }

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

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

 span { border-color: rgb(197,192,116); }

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