#CAC56B

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

Shades of Dark Khaki #CAC56B

Tints of Dark Khaki #CAC56B

Color information

#CAC56B (or 0xCAC56B) is unknown color: approx Dark Khaki. HEX triplet: CA, C5 and 6B. RGB value is (202,197,107). Sum of RGB (Red+Green+Blue) = 202+197+107=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC56B is #353A94. Grayscale: #BCBCBC. Windows color (decimal): -3488405 or 7062986. OLE color: 7062986.

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

Color convert

RGB202197107-
CMYK00.020.470.21
HSL56.84º47.26%60.59%-
HSV(B)56.84º47.03%79.22%-
XYZ46.9853.5521.77-
YUV188.2482.16137.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=39.92%
G=38.93%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219710700.020.470.2156.8447.2660.59
HexCAC56B022F15392f3d
Octal312305153025725715775
Binary1100101011000101110101101010111110101111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC56B; }

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

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

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

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

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

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

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

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