#CBBF96

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

Shades of Sisal #CBBF96

Tints of Sisal #CBBF96

Color information

#CBBF96 (or 0xCBBF96) is unknown color: approx Sisal. HEX triplet: CB, BF and 96. RGB value is (203,191,150). Sum of RGB (Red+Green+Blue) = 203+191+150=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF96 is #344069. Grayscale: #BEBEBE. Windows color (decimal): -3424362 or 9879499. OLE color: 9879499.

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

Color convert

RGB203191150-
CMYK00.060.260.20
HSL46.42º33.76%69.22%-
HSV(B)46.42º26.11%79.61%-
XYZ48.7652.1636.35-
YUV189.91105.48137.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=37.32%
G=35.11%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319115000.060.260.2046.4233.7669.22
HexCBBF96061A142e2245
Octal3132772260632245642105
Binary110010111011111110010110011011010101001011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF96; }

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

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

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

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

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

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

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

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