#C09AA8

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

Shades of Viola #C09AA8

Tints of Viola #C09AA8

Color information

#C09AA8 (or 0xC09AA8) is unknown color: approx Viola. HEX triplet: C0, 9A and A8. RGB value is (192,154,168). Sum of RGB (Red+Green+Blue) = 192+154+168=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AA8 is #3F6557. Grayscale: #A6A6A6. Windows color (decimal): -4154712 or 11049664. OLE color: 11049664.

HSL color Cylindrical-coordinate representation of color #C09AA8: hue angle of 337.89º 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 #C09AA8 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192154168-
CMYK00.200.120.25
HSL337.89º23.17%67.84%-
HSV(B)337.89º19.79%75.29%-
XYZ40.3637.1442.09-
YUV166.96128.59145.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=37.35%
G=29.96%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215416800.200.120.25337.8923.1767.84
HexC09AA8014C191521744
Octal300232250024143152227104
Binary110000001001101010101000010100110011001101010010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AA8; }

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

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

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

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

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

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

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

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