Shades of Viola #C48F9C
Tints of Viola #C48F9C
RGB
CMYK
RGB Variations
Color information
#C48F9C (or 0xC48F9C) is known color: Viola. HEX triplet: C4, 8F and 9C. RGB value is (196,143,156). Sum of RGB (Red+Green+Blue) = 196+143+156=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F9C is #3B7063. Grayscale: #A0A0A0. Windows color (decimal): -3895396 or 10260420. OLE color: 10260420.
HSL color Cylindrical-coordinate representation of color #C48F9C: hue angle of 345.28º 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 #C48F9C is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 156 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.23 |
| HSL | 345.28º | 0.31% | 0.66% | - |
| HSV(B) | 345.28º | 0.27% | 0.77% | - |
| XYZ | 38.59 | 33.78 | 35.94 | - |
| YUV | 160.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 156 | 0 | 0.27 | 0.20 | 0.23 | 345.28 | 0.31 | 0.66 |
| Hex | C4 | 8F | 9C | 0 | 1B | 14 | 17 | 159 | 1F | 42 |
| Octal | 304 | 217 | 234 | 0 | 33 | 24 | 27 | 531 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10011100 | 0 | 11011 | 10100 | 10111 | 101011001 | 11111 | 1000010 |
Color Harmonies of #C48F9C
Complementary color
Monochromatic Colors of #C48F9C
Black with #C48F9C
Text Example
Text Example
White with #C48F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F9C; }
p { color: rgb(196,143,156); }
H1.HeaderClassName
{
color: #C48F9C;
}
.AnyTagClassName
{
color: #C48F9C;
}
</style>
background-color css
<style>
a { background-color: #C48F9C; }
a { background-color: rgb(196,143,156); }
div.DivClassName
{
background-color: #C48F9C;
}
.BgClassName
{
background-color: #C48F9C;
}
</style>
border-color css
<style>
span { border-color: #C48F9C; }
span { border-color: rgb(196,143,156); }
td.TdClassName
{
border-color: #C48F9C;
}
.TagClassName
{
border-color: #C48F9C;
}
</style>