#CBBD96

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

Shades of Sisal #CBBD96

Tints of Sisal #CBBD96

Color information

#CBBD96 (or 0xCBBD96) is unknown color: approx Sisal. HEX triplet: CB, BD and 96. RGB value is (203,189,150). Sum of RGB (Red+Green+Blue) = 203+189+150=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD96 is #344269. Grayscale: #BCBCBC. Windows color (decimal): -3424874 or 9878987. OLE color: 9878987.

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

Color convert

RGB203189150-
CMYK00.070.260.20
HSL44.15º33.76%69.22%-
HSV(B)44.15º26.11%79.61%-
XYZ48.3351.2936.21-
YUV188.74106.14138.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=37.45%
G=34.87%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318915000.070.260.2044.1533.7669.22
HexCBBD96071A142c2245
Octal3132752260732245442105
Binary110010111011110110010110011111010101001011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD96; }

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

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

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

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

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

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

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

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