#CABC94

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

Shades of Sisal #CABC94

Tints of Sisal #CABC94

Color information

#CABC94 (or 0xCABC94) is unknown color: approx Sisal. HEX triplet: CA, BC and 94. RGB value is (202,188,148). Sum of RGB (Red+Green+Blue) = 202+188+148=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC94 is #35436B. Grayscale: #BBBBBB. Windows color (decimal): -3490668 or 9747658. OLE color: 9747658.

HSL color Cylindrical-coordinate representation of color #CABC94: hue angle of 44.44º 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 #CABC94 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202188148-
CMYK00.070.270.21
HSL44.44º33.75%68.63%-
HSV(B)44.44º26.73%79.22%-
XYZ47.6950.6635.28-
YUV187.63105.64138.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=37.55%
G=34.94%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218814800.070.270.2144.4433.7568.63
HexCABC94071B152c2245
Octal3122742240733255442105
Binary110010101011110010010100011111011101011011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC94; }

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

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

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

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

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

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

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

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