#C08CA3

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

Shades of Viola #C08CA3

Tints of Viola #C08CA3

Color information

#C08CA3 (or 0xC08CA3) is unknown color: approx Viola. HEX triplet: C0, 8C and A3. RGB value is (192,140,163). Sum of RGB (Red+Green+Blue) = 192+140+163=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA3 is #3F735C. Grayscale: #9E9E9E. Windows color (decimal): -4158301 or 10718400. OLE color: 10718400.

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

Color convert

RGB192140163-
CMYK00.270.150.25
HSL333.46º29.21%65.1%-
HSV(B)333.46º27.08%75.29%-
XYZ37.7332.6138.96-
YUV158.17130.73152.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=38.79%
G=28.28%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214016300.270.150.25333.4629.2165.1
HexC08CA301BF1914d1d41
Octal300214243033173151535101
Binary110000001000110010100011011011111111001101001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CA3; }

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

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

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

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

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

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

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

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