#C4C162

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

Shades of Dark Khaki #C4C162

Tints of Dark Khaki #C4C162

Color information

#C4C162 (or 0xC4C162) is unknown color: approx Dark Khaki. HEX triplet: C4, C1 and 62. RGB value is (196,193,98). Sum of RGB (Red+Green+Blue) = 196+193+98=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C162 is #3B3E9D. Grayscale: #B7B7B7. Windows color (decimal): -3882654 or 6472132. OLE color: 6472132.

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

Color convert

RGB19619398-
CMYK00.020.50.23
HSL58.16º45.37%57.65%-
HSV(B)58.16º50%76.86%-
XYZ44.0450.7619.03-
YUV183.0779.99137.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=40.25%
G=39.63%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961939800.020.50.2358.1645.3757.65
HexC4C1620232173a2d3a
Octal304301142026227725572
Binary1100010011000001110001001011001010111111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C162; }

 p { color: rgb(196,193,98); }

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

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

 a { background-color: rgb(196,193,98); }

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

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

 span { border-color: rgb(196,193,98); }

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