#CAC270

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

Shades of Dark Khaki #CAC270

Tints of Dark Khaki #CAC270

Color information

#CAC270 (or 0xCAC270) is unknown color: approx Dark Khaki. HEX triplet: CA, C2 and 70. RGB value is (202,194,112). Sum of RGB (Red+Green+Blue) = 202+194+112=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC270 is #353D8F. Grayscale: #BBBBBB. Windows color (decimal): -3489168 or 7389898. OLE color: 7389898.

HSL color Cylindrical-coordinate representation of color #CAC270: hue angle of 54.67º 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 #CAC270 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202194112-
CMYK00.040.450.21
HSL54.67º45.92%61.57%-
HSV(B)54.67º44.55%79.22%-
XYZ46.5752.3122.97-
YUV187.0485.65138.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=39.76%
G=38.19%
B=22.05%

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
Decimal20219411200.040.450.2154.6745.9261.57
HexCAC270042D15372e3e
Octal312302160045525675676
Binary11001010110000101110000010010110110101110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC270; }

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

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

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

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

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

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

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

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