#C199A3

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

Shades of Viola #C199A3

Tints of Viola #C199A3

Color information

#C199A3 (or 0xC199A3) is unknown color: approx Viola. HEX triplet: C1, 99 and A3. RGB value is (193,153,163). Sum of RGB (Red+Green+Blue) = 193+153+163=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C199A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199A3 is #3E665C. Grayscale: #A6A6A6. Windows color (decimal): -4089437 or 10721729. OLE color: 10721729.

HSL color Cylindrical-coordinate representation of color #C199A3: hue angle of 345º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C199A3 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB193153163-
CMYK00.210.160.24
HSL345º24.39%67.84%-
HSV(B)345º20.73%75.69%-
XYZ39.9936.7639.64-
YUV166.1126.25147.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=37.92%
G=30.06%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315316300.210.160.2434524.3967.84
HexC199A301510181591844
Octal301231243025203053130104
Binary1100000110011001101000110101011000011000101011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199A3; }

 p { color: rgb(193,153,163); }

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

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

 a { background-color: rgb(193,153,163); }

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

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

 span { border-color: rgb(193,153,163); }

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