#C4919A

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

Shades of Viola #C4919A

Tints of Viola #C4919A

Color information

#C4919A (or 0xC4919A) is unknown color: approx Viola. HEX triplet: C4, 91 and 9A. RGB value is (196,145,154). Sum of RGB (Red+Green+Blue) = 196+145+154=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919A is #3B6E65. Grayscale: #A1A1A1. Windows color (decimal): -3894886 or 10129860. OLE color: 10129860.

HSL color Cylindrical-coordinate representation of color #C4919A: hue angle of 349.41º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4919A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196145154-
CMYK00.260.210.23
HSL349.41º30.18%66.86%-
HSV(B)349.41º26.02%76.86%-
XYZ38.7234.3235.16-
YUV161.28123.9152.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=39.60%
G=29.29%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614515400.260.210.23349.4130.1866.86
HexC4919A01A151715d1e43
Octal304221232032252753536103
Binary1100010010010001100110100110101010110111101011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4919A; }

 p { color: rgb(196,145,154); }

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

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

 a { background-color: rgb(196,145,154); }

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

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

 span { border-color: rgb(196,145,154); }

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