Shades of Viola #C598A8
Tints of Viola #C598A8
RGB
CMYK
RGB Variations
Color information
#C598A8 (or 0xC598A8) is known color: Viola. HEX triplet: C5, 98 and A8. RGB value is (197,152,168). Sum of RGB (Red+Green+Blue) = 197+152+168=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C598A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C598A8 is #3A6757. Grayscale: #A7A7A7. Windows color (decimal): -3827544 or 11049157. OLE color: 11049157.
HSL color Cylindrical-coordinate representation of color #C598A8: hue angle of 338.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C598A8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 152 | 168 | - |
CMYK | 0 | 0.23 | 0.15 | 0.23 |
HSL | 338.67º | 0.28% | 0.68% | - |
HSV(B) | 338.67º | 0.23% | 0.77% | - |
XYZ | 41.32 | 37.15 | 42.04 | - |
YUV | 167.28 | 128.41 | 149.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 152 | 168 | 0 | 0.23 | 0.15 | 0.23 | 338.67 | 0.28 | 0.68 |
Hex | C5 | 98 | A8 | 0 | 17 | F | 17 | 153 | 1C | 44 |
Octal | 305 | 230 | 250 | 0 | 27 | 17 | 27 | 523 | 34 | 104 |
Binary | 11000101 | 10011000 | 10101000 | 0 | 10111 | 1111 | 10111 | 101010011 | 11100 | 1000100 |
Color Harmonies of #C598A8
Complementary color
Monochromatic Colors of #C598A8
Black with #C598A8
Text Example
Text Example
White with #C598A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598A8; }
p { color: rgb(197,152,168); }
H1.HeaderClassName
{
color: #C598A8;
}
.AnyTagClassName
{
color: #C598A8;
}
</style>
background-color css
<style>
a { background-color: #C598A8; }
a { background-color: rgb(197,152,168); }
div.DivClassName
{
background-color: #C598A8;
}
.BgClassName
{
background-color: #C598A8;
}
</style>
border-color css
<style>
span { border-color: #C598A8; }
span { border-color: rgb(197,152,168); }
td.TdClassName
{
border-color: #C598A8;
}
.TagClassName
{
border-color: #C598A8;
}
</style>