#CABB94

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

Shades of Sisal #CABB94

Tints of Sisal #CABB94

Color information

#CABB94 (or 0xCABB94) is unknown color: approx Sisal. HEX triplet: CA, BB and 94. RGB value is (202,187,148). Sum of RGB (Red+Green+Blue) = 202+187+148=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB94 is #35446B. Grayscale: #BBBBBB. Windows color (decimal): -3490924 or 9747402. OLE color: 9747402.

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

Color convert

RGB202187148-
CMYK00.070.270.21
HSL43.33º33.75%68.63%-
HSV(B)43.33º26.73%79.22%-
XYZ47.4750.2435.21-
YUV187.04105.97138.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=37.62%
G=34.82%
B=27.56%

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
Decimal20218714800.070.270.2143.3333.7568.63
HexCABB94071B152b2245
Octal3122732240733255342105
Binary110010101011101110010100011111011101011010111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB94; }

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

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

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

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

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

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

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

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