#CAC36E

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

Shades of Dark Khaki #CAC36E

Tints of Dark Khaki #CAC36E

Color information

#CAC36E (or 0xCAC36E) is unknown color: approx Dark Khaki. HEX triplet: CA, C3 and 6E. RGB value is (202,195,110). Sum of RGB (Red+Green+Blue) = 202+195+110=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36E is #353C91. Grayscale: #BBBBBB. Windows color (decimal): -3488914 or 7259082. OLE color: 7259082.

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

Color convert

RGB202195110-
CMYK00.030.460.21
HSL55.43º46.46%61.18%-
HSV(B)55.43º45.54%79.22%-
XYZ46.6952.7122.47-
YUV187.484.32138.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 110 (43.36% from 255) = 21.70%
R=39.84%
G=38.46%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219511000.030.460.2155.4346.4661.18
HexCAC36E032E15372e3d
Octal312303156035625675675
Binary1100101011000011110111001110111010101110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC36E; }

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

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

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

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

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

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

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

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