#CAC170

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

Shades of Dark Khaki #CAC170

Tints of Dark Khaki #CAC170

Color information

#CAC170 (or 0xCAC170) is unknown color: approx Dark Khaki. HEX triplet: CA, C1 and 70. RGB value is (202,193,112). Sum of RGB (Red+Green+Blue) = 202+193+112=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC170 is #353E8F. Grayscale: #BABABA. Windows color (decimal): -3489424 or 7389642. OLE color: 7389642.

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

Color convert

RGB202193112-
CMYK00.040.450.21
HSL54º45.92%61.57%-
HSV(B)54º44.55%79.22%-
XYZ46.3551.8722.9-
YUV186.4685.98139.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=39.84%
G=38.07%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219311200.040.450.215445.9261.57
HexCAC170042D15362e3e
Octal312301160045525665676
Binary11001010110000011110000010010110110101110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC170; }

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

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

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

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

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

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

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

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