Html Css Color HEX #C199A6 Viola

📋 copy color: '#C199A6'

red 193 ◦ green 153 ◦ blue 166

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

Shades of Viola #C199A6

Tints of Viola #C199A6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 37.7%
G = 29.88%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C199A6 (or 0xC199A6) is known color: Viola. HEX triplet: C1, 99 and A6. RGB value is (193,153,166). Sum of RGB (Red+Green+Blue) = 193+153+166=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C199A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199A6 is #3E6659. Grayscale: #A6A6A6. Windows color (decimal): -4089434 or 10918337. OLE color: 10918337.

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

Color convert

RGB 193 153 166 -
CMYK 0 0.21 0.14 0.24
HSL 340.5º 0.24% 0.68% -
HSV(B) 340.5º 0.21% 0.76% -
XYZ 40.27 36.87 41.07 -
YUV 166.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 193 153 166 0 0.21 0.14 0.24 340.5 0.24 0.68
Hex C1 99 A6 0 15 E 18 154 18 44
Octal 301 231 246 0 25 16 30 524 30 104
Binary 11000001 10011001 10100110 0 10101 1110 11000 101010100 11000 1000100

Color Harmonies of #C199A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199A6

Black with #C199A6

Text Example


Text Example

White with #C199A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199A6; }

 p { color: rgb(193,153,166); }

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

background-color css

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

 a { background-color: rgb(193,153,166); }

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

border-color css

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

 span { border-color: rgb(193,153,166); }

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