#CAC26F

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

Shades of Dark Khaki #CAC26F

Tints of Dark Khaki #CAC26F

Color information

#CAC26F (or 0xCAC26F) is unknown color: approx Dark Khaki. HEX triplet: CA, C2 and 6F. RGB value is (202,194,111). Sum of RGB (Red+Green+Blue) = 202+194+111=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC26F is #353D90. Grayscale: #BBBBBB. Windows color (decimal): -3489169 or 7324362. OLE color: 7324362.

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

Color convert

RGB202194111-
CMYK00.040.450.21
HSL54.73º46.19%61.37%-
HSV(B)54.73º45.05%79.22%-
XYZ46.5252.2922.68-
YUV186.9385.15138.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=39.84%
G=38.26%
B=21.89%

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
Decimal20219411100.040.450.2154.7346.1961.37
HexCAC26F042D15372e3d
Octal312302157045525675675
Binary11001010110000101101111010010110110101110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC26F; }

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

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

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

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

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

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

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

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