#CABE9C

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

Shades of Sisal #CABE9C

Tints of Sisal #CABE9C

Color information

#CABE9C (or 0xCABE9C) is unknown color: approx Sisal. HEX triplet: CA, BE and 9C. RGB value is (202,190,156). Sum of RGB (Red+Green+Blue) = 202+190+156=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE9C is #354163. Grayscale: #BDBDBD. Windows color (decimal): -3490148 or 10272458. OLE color: 10272458.

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

Color convert

RGB202190156-
CMYK00.060.230.21
HSL44.35º30.26%70.2%-
HSV(B)44.35º22.77%79.22%-
XYZ48.7751.7838.88-
YUV189.71108.98136.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=36.86%
G=34.67%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219015600.060.230.2144.3530.2670.2
HexCABE9C0617152c1e46
Octal3122762340627255436106
Binary11001010101111101001110001101011110101101100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE9C; }

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

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

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

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

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

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

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

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