Html Css Color HEX #C4919B Viola

📋 copy color: '#C4919B'

red 196 ◦ green 145 ◦ blue 155

#C4919B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C4919B

Tints of Viola #C4919B

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 value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4919B (or 0xC4919B) is known color: 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

RGB 196 145 155 -
CMYK 0 0.26 0.21 0.23
HSL 348.24º 0.3% 0.67% -
HSV(B) 348.24º 0.26% 0.77% -
XYZ 38.81 34.35 35.6 -
YUV 161.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 196 145 155 0 0.26 0.21 0.23 348.24 0.3 0.67
Hex C4 91 9B 0 1A 15 17 15C 1E 43
Octal 304 221 233 0 32 25 27 534 36 103
Binary 11000100 10010001 10011011 0 11010 10101 10111 101011100 11110 1000011

Color Harmonies of #C4919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4919B

Black with #C4919B

Text Example


Text Example

White with #C4919B

Text Example


Text Example

HTML Codes & Css Web 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>