Html Css Color HEX #C4BC96 Sisal

📋 copy color: '#C4BC96'

red 196 ◦ green 188 ◦ blue 150

#C4BC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sisal #C4BC96

Tints of Sisal #C4BC96

RGB

 RED value IS 196 (76.95% from 255) = 36.7%

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 36.7%
G = 35.21%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C4BC96 (or 0xC4BC96) is known color: 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

RGB 196 188 150 -
CMYK 0 0.04 0.23 0.23
HSL 49.57º 0.28% 0.68% -
HSV(B) 49.57º 0.23% 0.77% -
XYZ 46.25 49.9 36.05 -
YUV 186.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 196 188 150 0 0.04 0.23 0.23 49.57 0.28 0.68
Hex C4 BC 96 0 4 17 17 32 1C 44
Octal 304 274 226 0 4 27 27 62 34 104
Binary 11000100 10111100 10010110 0 100 10111 10111 110010 11100 1000100

Color Harmonies of #C4BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC96

Black with #C4BC96

Text Example


Text Example

White with #C4BC96

Text Example


Text Example

HTML Codes & Css Web 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>