#CABE9E

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

Shades of Sisal #CABE9E

Tints of Sisal #CABE9E

Color information

#CABE9E (or 0xCABE9E) is unknown color: approx Sisal. HEX triplet: CA, BE and 9E. RGB value is (202,190,158). Sum of RGB (Red+Green+Blue) = 202+190+158=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE9E is #354161. Grayscale: #BEBEBE. Windows color (decimal): -3490146 or 10403530. OLE color: 10403530.

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

Color convert

RGB202190158-
CMYK00.060.220.21
HSL43.64º29.33%70.59%-
HSV(B)43.64º21.78%79.22%-
XYZ48.9451.8539.78-
YUV189.94109.98136.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=36.73%
G=34.55%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219015800.060.220.2143.6429.3370.59
HexCABE9E0616152c1d47
Octal3122762360626255435107
Binary11001010101111101001111001101011010101101100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE9E; }

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

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

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

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

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

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

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

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