Html Css Color HEX #C48EA6 Viola

📋 copy color: '#C48EA6'

red 196 ◦ green 142 ◦ blue 166

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

Shades of Viola #C48EA6

Tints of Viola #C48EA6

RGB

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

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

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

R = 38.89%
G = 28.17%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C48EA6 (or 0xC48EA6) is known color: Viola. HEX triplet: C4, 8E and A6. RGB value is (196,142,166). Sum of RGB (Red+Green+Blue) = 196+142+166=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EA6 is #3B7159. Grayscale: #A0A0A0. Windows color (decimal): -3895642 or 10915524. OLE color: 10915524.

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

Color convert

RGB 196 142 166 -
CMYK 0 0.28 0.15 0.23
HSL 333.33º 0.31% 0.66% -
HSV(B) 333.33º 0.28% 0.77% -
XYZ 39.32 33.83 40.53 -
YUV 160.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 196 142 166 0 0.28 0.15 0.23 333.33 0.31 0.66
Hex C4 8E A6 0 1C F 17 14D 1F 42
Octal 304 216 246 0 34 17 27 515 37 102
Binary 11000100 10001110 10100110 0 11100 1111 10111 101001101 11111 1000010

Color Harmonies of #C48EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EA6

Black with #C48EA6

Text Example


Text Example

White with #C48EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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