Shades of Viola #CB97A8
Tints of Viola #CB97A8
RGB
CMYK
RGB Variations
Color information
#CB97A8 (or 0xCB97A8) is known color: Viola. HEX triplet: CB, 97 and A8. RGB value is (203,151,168). Sum of RGB (Red+Green+Blue) = 203+151+168=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97A8 is #346857. Grayscale: #A8A8A8. Windows color (decimal): -3434584 or 11048907. OLE color: 11048907.
HSL color Cylindrical-coordinate representation of color #CB97A8: hue angle of 340.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97A8 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 168 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.20 |
| HSL | 340.38º | 0.33% | 0.69% | - |
| HSV(B) | 340.38º | 0.26% | 0.8% | - |
| XYZ | 42.76 | 37.66 | 42.06 | - |
| YUV | 168.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 168 | 0 | 0.26 | 0.17 | 0.20 | 340.38 | 0.33 | 0.69 |
| Hex | CB | 97 | A8 | 0 | 1A | 11 | 14 | 154 | 21 | 45 |
| Octal | 313 | 227 | 250 | 0 | 32 | 21 | 24 | 524 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10101000 | 0 | 11010 | 10001 | 10100 | 101010100 | 100001 | 1000101 |
Color Harmonies of #CB97A8
Complementary color
Monochromatic Colors of #CB97A8
Black with #CB97A8
Text Example
Text Example
White with #CB97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97A8; }
p { color: rgb(203,151,168); }
H1.HeaderClassName
{
color: #CB97A8;
}
.AnyTagClassName
{
color: #CB97A8;
}
</style>
background-color css
<style>
a { background-color: #CB97A8; }
a { background-color: rgb(203,151,168); }
div.DivClassName
{
background-color: #CB97A8;
}
.BgClassName
{
background-color: #CB97A8;
}
</style>
border-color css
<style>
span { border-color: #CB97A8; }
span { border-color: rgb(203,151,168); }
td.TdClassName
{
border-color: #CB97A8;
}
.TagClassName
{
border-color: #CB97A8;
}
</style>