#CAC0A0

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

Shades of Sisal #CAC0A0

Tints of Sisal #CAC0A0

Color information

#CAC0A0 (or 0xCAC0A0) is unknown color: approx Sisal. HEX triplet: CA, C0 and A0. RGB value is (202,192,160). Sum of RGB (Red+Green+Blue) = 202+192+160=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC0A0 is #353F5F. Grayscale: #BFBFBF. Windows color (decimal): -3489632 or 10535114. OLE color: 10535114.

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

Color convert

RGB202192160-
CMYK00.050.210.21
HSL45.71º28.38%70.98%-
HSV(B)45.71º20.79%79.22%-
XYZ49.5552.7940.84-
YUV191.34110.31135.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=36.46%
G=34.66%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219216000.050.210.2145.7128.3870.98
HexCAC0A00515152e1c47
Octal3123002400525255634107
Binary11001010110000001010000001011010110101101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0A0; }

 p { color: rgb(202,192,160); }

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

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

 a { background-color: rgb(202,192,160); }

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

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

 span { border-color: rgb(202,192,160); }

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