Html Css Color HEX #C48F96 Viola

📋 copy color: '#C48F96'

red 196 ◦ green 143 ◦ blue 150

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

Shades of Viola #C48F96

Tints of Viola #C48F96

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

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

R = 40.08%
G = 29.24%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48F96 (or 0xC48F96) is known color: Viola. HEX triplet: C4, 8F and 96. RGB value is (196,143,150). Sum of RGB (Red+Green+Blue) = 196+143+150=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F96 is #3B7069. Grayscale: #9F9F9F. Windows color (decimal): -3895402 or 9867204. OLE color: 9867204.

HSL color Cylindrical-coordinate representation of color #C48F96: hue angle of 352.08º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48F96 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 150 -
CMYK 0 0.27 0.23 0.23
HSL 352.08º 0.31% 0.66% -
HSV(B) 352.08º 0.27% 0.77% -
XYZ 38.09 33.58 33.33 -
YUV 159.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 196 143 150 0 0.27 0.23 0.23 352.08 0.31 0.66
Hex C4 8F 96 0 1B 17 17 160 1F 42
Octal 304 217 226 0 33 27 27 540 37 102
Binary 11000100 10001111 10010110 0 11011 10111 10111 101100000 11111 1000010

Color Harmonies of #C48F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F96

Black with #C48F96

Text Example


Text Example

White with #C48F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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