Html Css Color HEX #C596A1 Viola

📋 copy color: '#C596A1'

red 197 ◦ green 150 ◦ blue 161

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

Shades of Viola #C596A1

Tints of Viola #C596A1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.53%

 BLUE value IS 161 (63.28% from 255) = 31.69%

R = 38.78%
G = 29.53%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C596A1 (or 0xC596A1) is known color: Viola. HEX triplet: C5, 96 and A1. RGB value is (197,150,161). Sum of RGB (Red+Green+Blue) = 197+150+161=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C596A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596A1 is #3A695E. Grayscale: #A5A5A5. Windows color (decimal): -3828063 or 10589893. OLE color: 10589893.

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

Color convert

RGB 197 150 161 -
CMYK 0 0.24 0.18 0.23
HSL 345.96º 0.29% 0.68% -
HSV(B) 345.96º 0.24% 0.77% -
XYZ 40.37 36.26 38.59 -
YUV 165.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 197 150 161 0 0.24 0.18 0.23 345.96 0.29 0.68
Hex C5 96 A1 0 18 12 17 15A 1D 44
Octal 305 226 241 0 30 22 27 532 35 104
Binary 11000101 10010110 10100001 0 11000 10010 10111 101011010 11101 1000100

Color Harmonies of #C596A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596A1

Black with #C596A1

Text Example


Text Example

White with #C596A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596A1; }

 p { color: rgb(197,150,161); }

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

background-color css

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

 a { background-color: rgb(197,150,161); }

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

border-color css

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

 span { border-color: rgb(197,150,161); }

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