Html Css Color HEX #C48EA3 Viola

📋 copy color: '#C48EA3'

red 196 ◦ green 142 ◦ blue 163

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

Shades of Viola #C48EA3

Tints of Viola #C48EA3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.34%

 BLUE value IS 163 (64.06% from 255) = 32.53%

R = 39.12%
G = 28.34%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C48EA3 (or 0xC48EA3) is known color: Viola. HEX triplet: C4, 8E and A3. RGB value is (196,142,163). Sum of RGB (Red+Green+Blue) = 196+142+163=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EA3 is #3B715C. Grayscale: #A0A0A0. Windows color (decimal): -3895645 or 10718916. OLE color: 10718916.

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

Color convert

RGB 196 142 163 -
CMYK 0 0.28 0.17 0.23
HSL 336.67º 0.31% 0.66% -
HSV(B) 336.67º 0.28% 0.77% -
XYZ 39.05 33.73 39.1 -
YUV 160.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 196 142 163 0 0.28 0.17 0.23 336.67 0.31 0.66
Hex C4 8E A3 0 1C 11 17 151 1F 42
Octal 304 216 243 0 34 21 27 521 37 102
Binary 11000100 10001110 10100011 0 11100 10001 10111 101010001 11111 1000010

Color Harmonies of #C48EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EA3

Black with #C48EA3

Text Example


Text Example

White with #C48EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EA3; }

 p { color: rgb(196,142,163); }

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

background-color css

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

 a { background-color: rgb(196,142,163); }

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

border-color css

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

 span { border-color: rgb(196,142,163); }

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