Html Css Color HEX #C48E96 Viola

📋 copy color: '#C48E96'

red 196 ◦ green 142 ◦ blue 150

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

Shades of Viola #C48E96

Tints of Viola #C48E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 40.16%
G = 29.1%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48E96 (or 0xC48E96) is known color: Viola. HEX triplet: C4, 8E and 96. RGB value is (196,142,150). Sum of RGB (Red+Green+Blue) = 196+142+150=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E96 is #3B7169. Grayscale: #9F9F9F. Windows color (decimal): -3895658 or 9866948. OLE color: 9866948.

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

Color convert

RGB 196 142 150 -
CMYK 0 0.28 0.23 0.23
HSL 351.11º 0.31% 0.66% -
HSV(B) 351.11º 0.28% 0.77% -
XYZ 37.94 33.28 33.28 -
YUV 159.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 196 142 150 0 0.28 0.23 0.23 351.11 0.31 0.66
Hex C4 8E 96 0 1C 17 17 15F 1F 42
Octal 304 216 226 0 34 27 27 537 37 102
Binary 11000100 10001110 10010110 0 11100 10111 10111 101011111 11111 1000010

Color Harmonies of #C48E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E96

Black with #C48E96

Text Example


Text Example

White with #C48E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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