#CAC167

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

Shades of Dark Khaki #CAC167

Tints of Dark Khaki #CAC167

Color information

#CAC167 (or 0xCAC167) is unknown color: approx Dark Khaki. HEX triplet: CA, C1 and 67. RGB value is (202,193,103). Sum of RGB (Red+Green+Blue) = 202+193+103=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC167 is #353E98. Grayscale: #B9B9B9. Windows color (decimal): -3489433 or 6799818. OLE color: 6799818.

HSL color Cylindrical-coordinate representation of color #CAC167: hue angle of 54.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAC167 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202193103-
CMYK00.040.490.21
HSL54.55º48.29%59.8%-
HSV(B)54.55º49.01%79.22%-
XYZ45.8851.6820.39-
YUV185.4381.48139.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=40.56%
G=38.76%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219310300.040.490.2154.5548.2959.8
HexCAC16704311537303c
Octal312301147046125676074
Binary11001010110000011100111010011000110101110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC167; }

 p { color: rgb(202,193,103); }

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

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

 a { background-color: rgb(202,193,103); }

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

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

 span { border-color: rgb(202,193,103); }

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