#C8BA96

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

Shades of Sisal #C8BA96

Tints of Sisal #C8BA96

Color information

#C8BA96 (or 0xC8BA96) is unknown color: approx Sisal. HEX triplet: C8, BA and 96. RGB value is (200,186,150). Sum of RGB (Red+Green+Blue) = 200+186+150=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA96 is #374569. Grayscale: #BABABA. Windows color (decimal): -3622250 or 9878216. OLE color: 9878216.

HSL color Cylindrical-coordinate representation of color #C8BA96: hue angle of 43.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BA96 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200186150-
CMYK00.070.250.22
HSL43.2º31.25%68.63%-
HSV(B)43.2º25%78.43%-
XYZ46.8849.635.96-
YUV186.08107.64137.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=37.31%
G=34.70%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018615000.070.250.2243.231.2568.63
HexC8BA960719162b1f45
Octal3102722260731265337105
Binary11001000101110101001011001111100110110101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA96; }

 p { color: rgb(200,186,150); }

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

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

 a { background-color: rgb(200,186,150); }

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

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

 span { border-color: rgb(200,186,150); }

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