#CABA9C

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

Shades of Sisal #CABA9C

Tints of Sisal #CABA9C

Color information

#CABA9C (or 0xCABA9C) is unknown color: approx Sisal. HEX triplet: CA, BA and 9C. RGB value is (202,186,156). Sum of RGB (Red+Green+Blue) = 202+186+156=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9C is #354563. Grayscale: #BBBBBB. Windows color (decimal): -3491172 or 10271434. OLE color: 10271434.

HSL color Cylindrical-coordinate representation of color #CABA9C: hue angle of 39.13º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABA9C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202186156-
CMYK00.080.230.21
HSL39.13º30.26%70.2%-
HSV(B)39.13º22.77%79.22%-
XYZ47.9250.0738.59-
YUV187.36110.3138.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=37.13%
G=34.19%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218615600.080.230.2139.1330.2670.2
HexCABA9C081715271e46
Octal31227223401027254736106
Binary110010101011101010011100010001011110101100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA9C; }

 p { color: rgb(202,186,156); }

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

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

 a { background-color: rgb(202,186,156); }

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

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

 span { border-color: rgb(202,186,156); }

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