Html Css Color HEX #C496A8 Viola

📋 copy color: '#C496A8'

red 196 ◦ green 150 ◦ blue 168

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

Shades of Viola #C496A8

Tints of Viola #C496A8

RGB

 RED value IS 196 (76.95% from 255) = 38.13%

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

 BLUE value IS 168 (66.02% from 255) = 32.68%

R = 38.13%
G = 29.18%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C496A8 (or 0xC496A8) is known color: Viola. HEX triplet: C4, 96 and A8. RGB value is (196,150,168). Sum of RGB (Red+Green+Blue) = 196+150+168=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C496A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496A8 is #3B6957. Grayscale: #A5A5A5. Windows color (decimal): -3893592 or 11048644. OLE color: 11048644.

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

Color convert

RGB 196 150 168 -
CMYK 0 0.23 0.14 0.23
HSL 336.52º 0.28% 0.68% -
HSV(B) 336.52º 0.23% 0.77% -
XYZ 40.74 36.38 41.92 -
YUV 165.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 196 150 168 0 0.23 0.14 0.23 336.52 0.28 0.68
Hex C4 96 A8 0 17 E 17 151 1C 44
Octal 304 226 250 0 27 16 27 521 34 104
Binary 11000100 10010110 10101000 0 10111 1110 10111 101010001 11100 1000100

Color Harmonies of #C496A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496A8

Black with #C496A8

Text Example


Text Example

White with #C496A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496A8; }

 p { color: rgb(196,150,168); }

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

background-color css

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

 a { background-color: rgb(196,150,168); }

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

border-color css

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

 span { border-color: rgb(196,150,168); }

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