#C5C066

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

Shades of Dark Khaki #C5C066

Tints of Dark Khaki #C5C066

Color information

#C5C066 (or 0xC5C066) is unknown color: approx Dark Khaki. HEX triplet: C5, C0 and 66. RGB value is (197,192,102). Sum of RGB (Red+Green+Blue) = 197+192+102=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C066 is #3A3F99. Grayscale: #B7B7B7. Windows color (decimal): -3817370 or 6734021. OLE color: 6734021.

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

Color convert

RGB197192102-
CMYK00.030.480.23
HSL56.84º45.02%58.63%-
HSV(B)56.84º48.22%77.25%-
XYZ44.2750.5319.99-
YUV183.2482.16137.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=40.12%
G=39.10%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719210200.030.480.2356.8445.0258.63
HexC5C066033017392d3b
Octal305300146036027715573
Binary1100010111000000110011001111000010111111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C066; }

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

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

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

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

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

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

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

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