#C4919B

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

Shades of Viola #C4919B

Tints of Viola #C4919B

Color information

#C4919B (or 0xC4919B) is unknown color: approx Viola. HEX triplet: C4, 91 and 9B. RGB value is (196,145,155). Sum of RGB (Red+Green+Blue) = 196+145+155=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919B is #3B6E64. Grayscale: #A1A1A1. Windows color (decimal): -3894885 or 10195396. OLE color: 10195396.

HSL color Cylindrical-coordinate representation of color #C4919B: hue angle of 348.24º 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 #C4919B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196145155-
CMYK00.260.210.23
HSL348.24º30.18%66.86%-
HSV(B)348.24º26.02%76.86%-
XYZ38.8134.3535.6-
YUV161.39124.4152.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=39.52%
G=29.23%
B=31.25%

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
Decimal19614515500.260.210.23348.2430.1866.86
HexC4919B01A151715c1e43
Octal304221233032252753436103
Binary1100010010010001100110110110101010110111101011100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4919B; }

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

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

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

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

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

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

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

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