#C09196

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

Shades of Viola #C09196

Tints of Viola #C09196

Color information

#C09196 (or 0xC09196) is unknown color: approx Viola. HEX triplet: C0, 91 and 96. RGB value is (192,145,150). Sum of RGB (Red+Green+Blue) = 192+145+150=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09196 is #3F6E69. Grayscale: #9F9F9F. Windows color (decimal): -4157034 or 9867712. OLE color: 9867712.

HSL color Cylindrical-coordinate representation of color #C09196: hue angle of 353.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09196 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192145150-
CMYK00.240.220.25
HSL353.62º27.17%66.08%-
HSV(B)353.62º24.48%75.29%-
XYZ37.3733.6633.38-
YUV159.62122.57151.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=39.43%
G=29.77%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214515000.240.220.25353.6227.1766.08
HexC0919601816191621b42
Octal300221226030263154233102
Binary1100000010010001100101100110001011011001101100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09196; }

 p { color: rgb(192,145,150); }

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

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

 a { background-color: rgb(192,145,150); }

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

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

 span { border-color: rgb(192,145,150); }

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