#C8BA92

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

Shades of Sisal #C8BA92

Tints of Sisal #C8BA92

Color information

#C8BA92 (or 0xC8BA92) is unknown color: approx Sisal. HEX triplet: C8, BA and 92. RGB value is (200,186,146). Sum of RGB (Red+Green+Blue) = 200+186+146=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA92 is #37456D. Grayscale: #B9B9B9. Windows color (decimal): -3622254 or 9616072. OLE color: 9616072.

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

Color convert

RGB200186146-
CMYK00.070.270.22
HSL44.44º32.93%67.84%-
HSV(B)44.44º27%78.43%-
XYZ46.5749.4734.29-
YUV185.63105.64138.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=37.59%
G=34.96%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018614600.070.270.2244.4432.9367.84
HexC8BA92071B162c2144
Octal3102722220733265441104
Binary110010001011101010010010011111011101101011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA92; }

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

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

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

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

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

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

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

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