#C08CA5

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

Shades of Viola #C08CA5

Tints of Viola #C08CA5

Color information

#C08CA5 (or 0xC08CA5) is unknown color: approx Viola. HEX triplet: C0, 8C and A5. RGB value is (192,140,165). Sum of RGB (Red+Green+Blue) = 192+140+165=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA5 is #3F735A. Grayscale: #9E9E9E. Windows color (decimal): -4158299 or 10849472. OLE color: 10849472.

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

Color convert

RGB192140165-
CMYK00.270.140.25
HSL331.15º29.21%65.1%-
HSV(B)331.15º27.08%75.29%-
XYZ37.9132.6839.91-
YUV158.4131.73151.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 165 (64.84% from 255) = 33.20%
R=38.63%
G=28.17%
B=33.20%

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
Decimal19214016500.270.140.25331.1529.2165.1
HexC08CA501BE1914b1d41
Octal300214245033163151335101
Binary110000001000110010100101011011111011001101001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CA5; }

 p { color: rgb(192,140,165); }

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

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

 a { background-color: rgb(192,140,165); }

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

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

 span { border-color: rgb(192,140,165); }

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