Html Css Color HEX #C5949E Viola

📋 copy color: '#C5949E'

red 197 ◦ green 148 ◦ blue 158

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

Shades of Viola #C5949E

Tints of Viola #C5949E

RGB

 RED value IS 197 (77.34% from 255) = 39.17%

 GREEN value IS 148 (58.2% from 255) = 29.42%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 39.17%
G = 29.42%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5949E (or 0xC5949E) is known color: Viola. HEX triplet: C5, 94 and 9E. RGB value is (197,148,158). Sum of RGB (Red+Green+Blue) = 197+148+158=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5949E is #3A6B61. Grayscale: #A3A3A3. Windows color (decimal): -3828578 or 10392773. OLE color: 10392773.

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

Color convert

RGB 197 148 158 -
CMYK 0 0.25 0.20 0.23
HSL 347.76º 0.3% 0.68% -
HSV(B) 347.76º 0.25% 0.77% -
XYZ 39.79 35.52 37.11 -
YUV 163.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 197 148 158 0 0.25 0.20 0.23 347.76 0.3 0.68
Hex C5 94 9E 0 19 14 17 15C 1E 44
Octal 305 224 236 0 31 24 27 534 36 104
Binary 11000101 10010100 10011110 0 11001 10100 10111 101011100 11110 1000100

Color Harmonies of #C5949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5949E

Black with #C5949E

Text Example


Text Example

White with #C5949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5949E; }

 p { color: rgb(197,148,158); }

 H1.HeaderClassName
 {
   color: #C5949E;
 }
 .AnyTagClassName
 {
   color: #C5949E;
 }
</style>

background-color css

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

 a { background-color: rgb(197,148,158); }

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

border-color css

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

 span { border-color: rgb(197,148,158); }

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