#CABA9D

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

Shades of Sisal #CABA9D

Tints of Sisal #CABA9D

Color information

#CABA9D (or 0xCABA9D) is unknown color: approx Sisal. HEX triplet: CA, BA and 9D. RGB value is (202,186,157). Sum of RGB (Red+Green+Blue) = 202+186+157=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9D is #354562. Grayscale: #BBBBBB. Windows color (decimal): -3491171 or 10336970. OLE color: 10336970.

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

Color convert

RGB202186157-
CMYK00.080.220.21
HSL38.67º29.8%70.39%-
HSV(B)38.67º22.28%79.22%-
XYZ4850.1139.04-
YUV187.48110.8138.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=37.06%
G=34.13%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218615700.080.220.2138.6729.870.39
HexCABA9D081615271e46
Octal31227223501026254736106
Binary110010101011101010011101010001011010101100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA9D; }

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

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

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

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

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

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

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

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