#CABE9A

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

Shades of Sisal #CABE9A

Tints of Sisal #CABE9A

Color information

#CABE9A (or 0xCABE9A) is unknown color: approx Sisal. HEX triplet: CA, BE and 9A. RGB value is (202,190,154). Sum of RGB (Red+Green+Blue) = 202+190+154=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE9A is #354165. Grayscale: #BDBDBD. Windows color (decimal): -3490150 or 10141386. OLE color: 10141386.

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

Color convert

RGB202190154-
CMYK00.060.240.21
HSL45º31.17%69.8%-
HSV(B)45º23.76%79.22%-
XYZ48.651.7237.99-
YUV189.48107.98136.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=37.00%
G=34.80%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219015400.060.240.214531.1769.8
HexCABE9A0618152d1f46
Octal3122762320630255537106
Binary11001010101111101001101001101100010101101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE9A; }

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

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

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

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

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

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

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

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