#C09AA6

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

Shades of Viola #C09AA6

Tints of Viola #C09AA6

Color information

#C09AA6 (or 0xC09AA6) is unknown color: approx Viola. HEX triplet: C0, 9A and A6. RGB value is (192,154,166). Sum of RGB (Red+Green+Blue) = 192+154+166=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AA6 is #3F6559. Grayscale: #A6A6A6. Windows color (decimal): -4154714 or 10918592. OLE color: 10918592.

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

Color convert

RGB192154166-
CMYK00.200.140.25
HSL341.05º23.17%67.84%-
HSV(B)341.05º19.79%75.29%-
XYZ40.1837.0741.11-
YUV166.73127.59146.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=37.5%
G=30.08%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215416600.200.140.25341.0523.1767.84
HexC09AA6014E191551744
Octal300232246024163152527104
Binary110000001001101010100110010100111011001101010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AA6; }

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

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

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

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

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

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

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

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