#CAC46E

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

Shades of Dark Khaki #CAC46E

Tints of Dark Khaki #CAC46E

Color information

#CAC46E (or 0xCAC46E) is unknown color: approx Dark Khaki. HEX triplet: CA, C4 and 6E. RGB value is (202,196,110). Sum of RGB (Red+Green+Blue) = 202+196+110=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC46E is #353B91. Grayscale: #BCBCBC. Windows color (decimal): -3488658 or 7259338. OLE color: 7259338.

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

Color convert

RGB202196110-
CMYK00.030.460.21
HSL56.09º46.46%61.18%-
HSV(B)56.09º45.54%79.22%-
XYZ46.9153.1622.54-
YUV187.9983.99137.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 110 (43.36% from 255) = 21.65%
R=39.76%
G=38.58%
B=21.65%

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
Decimal20219611000.030.460.2156.0946.4661.18
HexCAC46E032E15382e3d
Octal312304156035625705675
Binary1100101011000100110111001110111010101111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC46E; }

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

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

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

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

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

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

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

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