#CBBF95

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

Shades of Sisal #CBBF95

Tints of Sisal #CBBF95

Color information

#CBBF95 (or 0xCBBF95) is unknown color: approx Sisal. HEX triplet: CB, BF and 95. RGB value is (203,191,149). Sum of RGB (Red+Green+Blue) = 203+191+149=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF95 is #34406A. Grayscale: #BDBDBD. Windows color (decimal): -3424363 or 9813963. OLE color: 9813963.

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

Color convert

RGB203191149-
CMYK00.060.270.20
HSL46.67º34.18%69.02%-
HSV(B)46.67º26.6%79.61%-
XYZ48.6852.1335.93-
YUV189.8104.98137.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=37.38%
G=35.17%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319114900.060.270.2046.6734.1869.02
HexCBBF95061B142f2245
Octal3132772250633245742105
Binary110010111011111110010101011011011101001011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF95; }

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

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

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

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

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

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

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

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