Html Css Color HEX #C493A2 Viola

📋 copy color: '#C493A2'

red 196 ◦ green 147 ◦ blue 162

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

Shades of Viola #C493A2

Tints of Viola #C493A2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 38.81%
G = 29.11%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C493A2 (or 0xC493A2) is known color: Viola. HEX triplet: C4, 93 and A2. RGB value is (196,147,162). Sum of RGB (Red+Green+Blue) = 196+147+162=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C493A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493A2 is #3B6C5D. Grayscale: #A3A3A3. Windows color (decimal): -3894366 or 10654660. OLE color: 10654660.

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

Color convert

RGB 196 147 162 -
CMYK 0 0.25 0.17 0.23
HSL 341.63º 0.29% 0.67% -
HSV(B) 341.63º 0.25% 0.77% -
XYZ 39.72 35.21 38.89 -
YUV 163.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 196 147 162 0 0.25 0.17 0.23 341.63 0.29 0.67
Hex C4 93 A2 0 19 11 17 156 1D 43
Octal 304 223 242 0 31 21 27 526 35 103
Binary 11000100 10010011 10100010 0 11001 10001 10111 101010110 11101 1000011

Color Harmonies of #C493A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493A2

Black with #C493A2

Text Example


Text Example

White with #C493A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493A2; }

 p { color: rgb(196,147,162); }

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

background-color css

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

 a { background-color: rgb(196,147,162); }

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

border-color css

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

 span { border-color: rgb(196,147,162); }

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