Html Css Color HEX #C48E9E Viola

📋 copy color: '#C48E9E'

red 196 ◦ green 142 ◦ blue 158

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

Shades of Viola #C48E9E

Tints of Viola #C48E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 39.52%
G = 28.63%
B = 31.85%

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

#C48E9E (or 0xC48E9E) is known color: Viola. HEX triplet: C4, 8E and 9E. RGB value is (196,142,158). Sum of RGB (Red+Green+Blue) = 196+142+158=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E9E is #3B7161. Grayscale: #9F9F9F. Windows color (decimal): -3895650 or 10391236. OLE color: 10391236.

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

Color convert

RGB 196 142 158 -
CMYK 0 0.28 0.19 0.23
HSL 342.22º 0.31% 0.66% -
HSV(B) 342.22º 0.28% 0.77% -
XYZ 38.61 33.55 36.79 -
YUV 159.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 196 142 158 0 0.28 0.19 0.23 342.22 0.31 0.66
Hex C4 8E 9E 0 1C 13 17 156 1F 42
Octal 304 216 236 0 34 23 27 526 37 102
Binary 11000100 10001110 10011110 0 11100 10011 10111 101010110 11111 1000010

Color Harmonies of #C48E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E9E

Black with #C48E9E

Text Example


Text Example

White with #C48E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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