#CBBFA0

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

Shades of Sisal #CBBFA0

Tints of Sisal #CBBFA0

Color information

#CBBFA0 (or 0xCBBFA0) is unknown color: approx Sisal. HEX triplet: CB, BF and A0. RGB value is (203,191,160). Sum of RGB (Red+Green+Blue) = 203+191+160=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFA0 is #34405F. Grayscale: #BFBFBF. Windows color (decimal): -3424352 or 10534859. OLE color: 10534859.

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

Color convert

RGB203191160-
CMYK00.060.210.20
HSL43.26º29.25%71.18%-
HSV(B)43.26º21.18%79.61%-
XYZ49.652.540.78-
YUV191.05110.48136.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=36.64%
G=34.48%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319116000.060.210.2043.2629.2571.18
HexCBBFA00615142b1d47
Octal3132772400625245335107
Binary11001011101111111010000001101010110100101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFA0; }

 p { color: rgb(203,191,160); }

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

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

 a { background-color: rgb(203,191,160); }

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

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

 span { border-color: rgb(203,191,160); }

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