#C096A6

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

Shades of Viola #C096A6

Tints of Viola #C096A6

Color information

#C096A6 (or 0xC096A6) is unknown color: approx Viola. HEX triplet: C0, 96 and A6. RGB value is (192,150,166). Sum of RGB (Red+Green+Blue) = 192+150+166=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C096A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096A6 is #3F6959. Grayscale: #A4A4A4. Windows color (decimal): -4155738 or 10917568. OLE color: 10917568.

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

Color convert

RGB192150166-
CMYK00.220.140.25
HSL337.14º25%67.06%-
HSV(B)337.14º21.88%75.29%-
XYZ39.5335.7740.9-
YUV164.38128.91147.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 166 (65.23% from 255) = 32.68%
R=37.80%
G=29.53%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215016600.220.140.25337.142567.06
HexC096A6016E191511943
Octal300226246026163152131103
Binary110000001001011010100110010110111011001101010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096A6; }

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

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

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

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

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

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

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

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