#CABA9B

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

Shades of Sisal #CABA9B

Tints of Sisal #CABA9B

Color information

#CABA9B (or 0xCABA9B) is unknown color: approx Sisal. HEX triplet: CA, BA and 9B. RGB value is (202,186,155). Sum of RGB (Red+Green+Blue) = 202+186+155=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9B is #354564. Grayscale: #BBBBBB. Windows color (decimal): -3491173 or 10205898. OLE color: 10205898.

HSL color Cylindrical-coordinate representation of color #CABA9B: hue angle of 39.57º degrees, saturation: 0.31, 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 #CABA9B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202186155-
CMYK00.080.230.21
HSL39.57º30.72%70%-
HSV(B)39.57º23.27%79.22%-
XYZ47.8350.0438.15-
YUV187.25109.8138.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=37.20%
G=34.25%
B=28.55%

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
Decimal20218615500.080.230.2139.5730.7270
HexCABA9B081715281f46
Octal31227223301027255037106
Binary110010101011101010011011010001011110101101000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA9B; }

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

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

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

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

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

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

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

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