#C08DA6

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

Shades of Viola #C08DA6

Tints of Viola #C08DA6

Color information

#C08DA6 (or 0xC08DA6) is unknown color: approx Viola. HEX triplet: C0, 8D and A6. RGB value is (192,141,166). Sum of RGB (Red+Green+Blue) = 192+141+166=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA6 is #3F7259. Grayscale: #9F9F9F. Windows color (decimal): -4158042 or 10915264. OLE color: 10915264.

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

Color convert

RGB192141166-
CMYK00.270.140.25
HSL330.59º28.81%65.29%-
HSV(B)330.59º26.56%75.29%-
XYZ38.1533.0140.44-
YUV159.1131.9151.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=38.48%
G=28.26%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214116600.270.140.25330.5928.8165.29
HexC08DA601BE1914b1d41
Octal300215246033163151335101
Binary110000001000110110100110011011111011001101001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DA6; }

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

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

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

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

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

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

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

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