#CABC9F

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

Shades of Sisal #CABC9F

Tints of Sisal #CABC9F

Color information

#CABC9F (or 0xCABC9F) is unknown color: approx Sisal. HEX triplet: CA, BC and 9F. RGB value is (202,188,159). Sum of RGB (Red+Green+Blue) = 202+188+159=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC9F is #354360. Grayscale: #BDBDBD. Windows color (decimal): -3490657 or 10468554. OLE color: 10468554.

HSL color Cylindrical-coordinate representation of color #CABC9F: hue angle of 40.47º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABC9F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202188159-
CMYK00.070.210.21
HSL40.47º28.86%70.78%-
HSV(B)40.47º21.29%79.22%-
XYZ48.651.0340.09-
YUV188.88111.14137.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=36.79%
G=34.24%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218815900.070.210.2140.4728.8670.78
HexCABC9F071515281d47
Octal3122742370725255035107
Binary11001010101111001001111101111010110101101000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC9F; }

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

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

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

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

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

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

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

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