#CABE9F

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

Shades of Sisal #CABE9F

Tints of Sisal #CABE9F

Color information

#CABE9F (or 0xCABE9F) is unknown color: approx Sisal. HEX triplet: CA, BE and 9F. RGB value is (202,190,159). Sum of RGB (Red+Green+Blue) = 202+190+159=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE9F is #354160. Grayscale: #BEBEBE. Windows color (decimal): -3490145 or 10469066. OLE color: 10469066.

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

Color convert

RGB202190159-
CMYK00.060.210.21
HSL43.26º28.86%70.78%-
HSV(B)43.26º21.29%79.22%-
XYZ49.0351.8940.23-
YUV190.05110.48136.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=36.66%
G=34.48%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219015900.060.210.2143.2628.8670.78
HexCABE9F0615152b1d47
Octal3122762370625255335107
Binary11001010101111101001111101101010110101101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE9F; }

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

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

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

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

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

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

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

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