#C4BC96

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

Shades of Sisal #C4BC96

Tints of Sisal #C4BC96

Color information

#C4BC96 (or 0xC4BC96) is unknown color: approx Sisal. HEX triplet: C4, BC and 96. RGB value is (196,188,150). Sum of RGB (Red+Green+Blue) = 196+188+150=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC96 is #3B4369. Grayscale: #BABABA. Windows color (decimal): -3883882 or 9878724. OLE color: 9878724.

HSL color Cylindrical-coordinate representation of color #C4BC96: hue angle of 49.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BC96 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196188150-
CMYK00.040.230.23
HSL49.57º28.05%67.84%-
HSV(B)49.57º23.47%76.86%-
XYZ46.2549.936.05-
YUV186.06107.65135.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=36.70%
G=35.21%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618815000.040.230.2349.5728.0567.84
HexC4BC96041717321c44
Octal3042742260427276234104
Binary11000100101111001001011001001011110111110010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC96; }

 p { color: rgb(196,188,150); }

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

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

 a { background-color: rgb(196,188,150); }

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

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

 span { border-color: rgb(196,188,150); }

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