#CABE94

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

Shades of Sisal #CABE94

Tints of Sisal #CABE94

Color information

#CABE94 (or 0xCABE94) is unknown color: approx Sisal. HEX triplet: CA, BE and 94. RGB value is (202,190,148). Sum of RGB (Red+Green+Blue) = 202+190+148=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE94 is #35416B. Grayscale: #BCBCBC. Windows color (decimal): -3490156 or 9748170. OLE color: 9748170.

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

Color convert

RGB202190148-
CMYK00.060.270.21
HSL46.67º33.75%68.63%-
HSV(B)46.67º26.73%79.22%-
XYZ48.1251.5235.43-
YUV188.8104.98137.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=37.41%
G=35.19%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219014800.060.270.2146.6733.7568.63
HexCABE94061B152f2245
Octal3122762240633255742105
Binary110010101011111010010100011011011101011011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE94; }

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

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

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

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

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

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

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

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