#CAC36A

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

Shades of Dark Khaki #CAC36A

Tints of Dark Khaki #CAC36A

Color information

#CAC36A (or 0xCAC36A) is unknown color: approx Dark Khaki. HEX triplet: CA, C3 and 6A. RGB value is (202,195,106). Sum of RGB (Red+Green+Blue) = 202+195+106=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36A is #353C95. Grayscale: #BBBBBB. Windows color (decimal): -3488918 or 6996938. OLE color: 6996938.

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

Color convert

RGB202195106-
CMYK00.030.480.21
HSL55.62º47.52%60.39%-
HSV(B)55.62º47.52%79.22%-
XYZ46.4752.6321.34-
YUV186.9582.32138.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=40.16%
G=38.77%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219510600.030.480.2155.6247.5260.39
HexCAC36A03301538303c
Octal312303152036025706074
Binary1100101011000011110101001111000010101111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC36A; }

 p { color: rgb(202,195,106); }

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

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

 a { background-color: rgb(202,195,106); }

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

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

 span { border-color: rgb(202,195,106); }

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