#CBC096

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

Shades of Sisal #CBC096

Tints of Sisal #CBC096

Color information

#CBC096 (or 0xCBC096) is unknown color: approx Sisal. HEX triplet: CB, C0 and 96. RGB value is (203,192,150). Sum of RGB (Red+Green+Blue) = 203+192+150=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC096 is #343F69. Grayscale: #BEBEBE. Windows color (decimal): -3424106 or 9879755. OLE color: 9879755.

HSL color Cylindrical-coordinate representation of color #CBC096: hue angle of 47.55º 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 #CBC096 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203192150-
CMYK00.050.260.20
HSL47.55º33.76%69.22%-
HSV(B)47.55º26.11%79.61%-
XYZ48.9852.636.42-
YUV190.5105.14136.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=37.25%
G=35.23%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319215000.050.260.2047.5533.7669.22
HexCBC096051A14302245
Octal3133002260532246042105
Binary110010111100000010010110010111010101001100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC096; }

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

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

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

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

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

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

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

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