Html Css Color HEX #C48E9F Viola

📋 copy color: '#C48E9F'

red 196 ◦ green 142 ◦ blue 159

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

Shades of Viola #C48E9F

Tints of Viola #C48E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 39.44%
G = 28.57%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C48E9F (or 0xC48E9F) is known color: Viola. HEX triplet: C4, 8E and 9F. RGB value is (196,142,159). Sum of RGB (Red+Green+Blue) = 196+142+159=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E9F is #3B7160. Grayscale: #A0A0A0. Windows color (decimal): -3895649 or 10456772. OLE color: 10456772.

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

Color convert

RGB 196 142 159 -
CMYK 0 0.28 0.19 0.23
HSL 341.11º 0.31% 0.66% -
HSV(B) 341.11º 0.28% 0.77% -
XYZ 38.7 33.58 37.24 -
YUV 160.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 196 142 159 0 0.28 0.19 0.23 341.11 0.31 0.66
Hex C4 8E 9F 0 1C 13 17 155 1F 42
Octal 304 216 237 0 34 23 27 525 37 102
Binary 11000100 10001110 10011111 0 11100 10011 10111 101010101 11111 1000010

Color Harmonies of #C48E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E9F

Black with #C48E9F

Text Example


Text Example

White with #C48E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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