#CABCA0

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

Shades of Sisal #CABCA0

Tints of Sisal #CABCA0

Color information

#CABCA0 (or 0xCABCA0) is unknown color: approx Sisal. HEX triplet: CA, BC and A0. RGB value is (202,188,160). Sum of RGB (Red+Green+Blue) = 202+188+160=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA0 is #35435F. Grayscale: #BDBDBD. Windows color (decimal): -3490656 or 10534090. OLE color: 10534090.

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

Color convert

RGB202188160-
CMYK00.070.210.21
HSL40º28.38%70.98%-
HSV(B)40º20.79%79.22%-
XYZ48.6951.0640.55-
YUV188.99111.64137.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=36.73%
G=34.18%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218816000.070.210.214028.3870.98
HexCABCA0071515281c47
Octal3122742400725255034107
Binary11001010101111001010000001111010110101101000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCA0; }

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

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

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

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

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

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

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

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