#C4BB96

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

Shades of Sisal #C4BB96

Tints of Sisal #C4BB96

Color information

#C4BB96 (or 0xC4BB96) is unknown color: approx Sisal. HEX triplet: C4, BB and 96. RGB value is (196,187,150). Sum of RGB (Red+Green+Blue) = 196+187+150=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB96 is #3B4469. Grayscale: #B9B9B9. Windows color (decimal): -3884138 or 9878468. OLE color: 9878468.

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

Color convert

RGB196187150-
CMYK00.050.230.23
HSL48.26º28.05%67.84%-
HSV(B)48.26º23.47%76.86%-
XYZ46.0449.4835.98-
YUV185.47107.98135.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=36.77%
G=35.08%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618715000.050.230.2348.2628.0567.84
HexC4BB96051717301c44
Octal3042732260527276034104
Binary11000100101110111001011001011011110111110000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB96; }

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

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

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

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

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

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

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

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