#C8C094

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

Shades of Sisal #C8C094

Tints of Sisal #C8C094

Color information

#C8C094 (or 0xC8C094) is unknown color: approx Sisal. HEX triplet: C8, C0 and 94. RGB value is (200,192,148). Sum of RGB (Red+Green+Blue) = 200+192+148=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C094 is #373F6B. Grayscale: #BDBDBD. Windows color (decimal): -3620716 or 9748680. OLE color: 9748680.

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

Color convert

RGB200192148-
CMYK00.040.260.22
HSL50.77º32.1%68.24%-
HSV(B)50.77º26%78.43%-
XYZ48.0152.1235.55-
YUV189.38104.65135.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=37.04%
G=35.56%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019214800.040.260.2250.7732.168.24
HexC8C094041A16332044
Octal3103002240432266340104
Binary110010001100000010010100010011010101101100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C094; }

 p { color: rgb(200,192,148); }

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

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

 a { background-color: rgb(200,192,148); }

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

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

 span { border-color: rgb(200,192,148); }

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