Html Css Color HEX #C196A8 Viola

📋 copy color: '#C196A8'

red 193 ◦ green 150 ◦ blue 168

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

Shades of Viola #C196A8

Tints of Viola #C196A8

RGB

 RED value IS 193 (75.78% from 255) = 37.77%

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

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

R = 37.77%
G = 29.35%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C196A8 (or 0xC196A8) is known color: Viola. HEX triplet: C1, 96 and A8. RGB value is (193,150,168). Sum of RGB (Red+Green+Blue) = 193+150+168=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C196A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196A8 is #3E6957. Grayscale: #A4A4A4. Windows color (decimal): -4090200 or 11048641. OLE color: 11048641.

HSL color Cylindrical-coordinate representation of color #C196A8: hue angle of 334.88º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C196A8 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 168 -
CMYK 0 0.22 0.13 0.24
HSL 334.88º 0.26% 0.67% -
HSV(B) 334.88º 0.22% 0.76% -
XYZ 39.97 35.98 41.88 -
YUV 164.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 193 150 168 0 0.22 0.13 0.24 334.88 0.26 0.67
Hex C1 96 A8 0 16 D 18 14F 1A 43
Octal 301 226 250 0 26 15 30 517 32 103
Binary 11000001 10010110 10101000 0 10110 1101 11000 101001111 11010 1000011

Color Harmonies of #C196A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196A8

Black with #C196A8

Text Example


Text Example

White with #C196A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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