Html Css Color HEX #C48EA8 Viola

📋 copy color: '#C48EA8'

red 196 ◦ green 142 ◦ blue 168

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

Shades of Viola #C48EA8

Tints of Viola #C48EA8

RGB

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

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

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

R = 38.74%
G = 28.06%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C48EA8 (or 0xC48EA8) is known color: Viola. HEX triplet: C4, 8E and A8. RGB value is (196,142,168). Sum of RGB (Red+Green+Blue) = 196+142+168=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EA8 is #3B7157. Grayscale: #A1A1A1. Windows color (decimal): -3895640 or 11046596. OLE color: 11046596.

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

Color convert

RGB 196 142 168 -
CMYK 0 0.28 0.14 0.23
HSL 331.11º 0.31% 0.66% -
HSV(B) 331.11º 0.28% 0.77% -
XYZ 39.51 33.91 41.51 -
YUV 161.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 196 142 168 0 0.28 0.14 0.23 331.11 0.31 0.66
Hex C4 8E A8 0 1C E 17 14B 1F 42
Octal 304 216 250 0 34 16 27 513 37 102
Binary 11000100 10001110 10101000 0 11100 1110 10111 101001011 11111 1000010

Color Harmonies of #C48EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EA8

Black with #C48EA8

Text Example


Text Example

White with #C48EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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