Html Css Color HEX #C48E9C Viola

📋 copy color: '#C48E9C'

red 196 ◦ green 142 ◦ blue 156

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

Shades of Viola #C48E9C

Tints of Viola #C48E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 39.68%
G = 28.74%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C48E9C (or 0xC48E9C) is known color: Viola. HEX triplet: C4, 8E and 9C. RGB value is (196,142,156). Sum of RGB (Red+Green+Blue) = 196+142+156=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E9C is #3B7163. Grayscale: #9F9F9F. Windows color (decimal): -3895652 or 10260164. OLE color: 10260164.

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

Color convert

RGB 196 142 156 -
CMYK 0 0.28 0.20 0.23
HSL 344.44º 0.31% 0.66% -
HSV(B) 344.44º 0.28% 0.77% -
XYZ 38.44 33.48 35.89 -
YUV 159.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 196 142 156 0 0.28 0.20 0.23 344.44 0.31 0.66
Hex C4 8E 9C 0 1C 14 17 158 1F 42
Octal 304 216 234 0 34 24 27 530 37 102
Binary 11000100 10001110 10011100 0 11100 10100 10111 101011000 11111 1000010

Color Harmonies of #C48E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E9C

Black with #C48E9C

Text Example


Text Example

White with #C48E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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