#CABE95

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

Shades of Sisal #CABE95

Tints of Sisal #CABE95

Color information

#CABE95 (or 0xCABE95) is unknown color: approx Sisal. HEX triplet: CA, BE and 95. RGB value is (202,190,149). Sum of RGB (Red+Green+Blue) = 202+190+149=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE95 is #35416A. Grayscale: #BDBDBD. Windows color (decimal): -3490155 or 9813706. OLE color: 9813706.

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

Color convert

RGB202190149-
CMYK00.060.260.21
HSL46.42º33.33%68.82%-
HSV(B)46.42º26.24%79.22%-
XYZ48.251.5535.84-
YUV188.91105.48137.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=37.34%
G=35.12%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219014900.060.260.2146.4233.3368.82
HexCABE95061A152e2145
Octal3122762250632255641105
Binary110010101011111010010101011011010101011011101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE95; }

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

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

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

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

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

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

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

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