#CAC46B

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

Shades of Dark Khaki #CAC46B

Tints of Dark Khaki #CAC46B

Color information

#CAC46B (or 0xCAC46B) is unknown color: approx Dark Khaki. HEX triplet: CA, C4 and 6B. RGB value is (202,196,107). Sum of RGB (Red+Green+Blue) = 202+196+107=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC46B is #353B94. Grayscale: #BCBCBC. Windows color (decimal): -3488661 or 7062730. OLE color: 7062730.

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

Color convert

RGB202196107-
CMYK00.030.470.21
HSL56.21º47.26%60.59%-
HSV(B)56.21º47.03%79.22%-
XYZ46.7553.121.69-
YUV187.6582.49138.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=40%
G=38.81%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219610700.030.470.2156.2147.2660.59
HexCAC46B032F15382f3d
Octal312304153035725705775
Binary1100101011000100110101101110111110101111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC46B; }

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

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

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

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

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

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

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

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