Html Css Color HEX #C493A4 Viola

📋 copy color: '#C493A4'

red 196 ◦ green 147 ◦ blue 164

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

Shades of Viola #C493A4

Tints of Viola #C493A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.35%

R = 38.66%
G = 28.99%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C493A4 (or 0xC493A4) is known color: Viola. HEX triplet: C4, 93 and A4. RGB value is (196,147,164). Sum of RGB (Red+Green+Blue) = 196+147+164=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C493A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493A4 is #3B6C5B. Grayscale: #A3A3A3. Windows color (decimal): -3894364 or 10785732. OLE color: 10785732.

HSL color Cylindrical-coordinate representation of color #C493A4: hue angle of 339.18º 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 #C493A4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 164 -
CMYK 0 0.25 0.16 0.23
HSL 339.18º 0.29% 0.67% -
HSV(B) 339.18º 0.25% 0.77% -
XYZ 39.9 35.28 39.83 -
YUV 163.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 196 147 164 0 0.25 0.16 0.23 339.18 0.29 0.67
Hex C4 93 A4 0 19 10 17 153 1D 43
Octal 304 223 244 0 31 20 27 523 35 103
Binary 11000100 10010011 10100100 0 11001 10000 10111 101010011 11101 1000011

Color Harmonies of #C493A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493A4

Black with #C493A4

Text Example


Text Example

White with #C493A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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