#C08AA6

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

Shades of Viola #C08AA6

Tints of Viola #C08AA6

Color information

#C08AA6 (or 0xC08AA6) is unknown color: approx Viola. HEX triplet: C0, 8A and A6. RGB value is (192,138,166). Sum of RGB (Red+Green+Blue) = 192+138+166=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AA6 is #3F7559. Grayscale: #9D9D9D. Windows color (decimal): -4158810 or 10914496. OLE color: 10914496.

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

Color convert

RGB192138166-
CMYK00.280.140.25
HSL328.89º30%64.71%-
HSV(B)328.89º28.12%75.29%-
XYZ37.7132.1440.29-
YUV157.34132.89152.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=38.71%
G=27.82%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213816600.280.140.25328.893064.71
HexC08AA601CE191491e41
Octal300212246034163151136101
Binary110000001000101010100110011100111011001101001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AA6; }

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

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

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

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

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

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

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

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