Shades of Viola #CB98AC
Tints of Viola #CB98AC
RGB
CMYK
RGB Variations
Color information
#CB98AC (or 0xCB98AC) is known color: Viola. HEX triplet: CB, 98 and AC. RGB value is (203,152,172). Sum of RGB (Red+Green+Blue) = 203+152+172=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB98AC is #346753. Grayscale: #A9A9A9. Windows color (decimal): -3434324 or 11311307. OLE color: 11311307.
HSL color Cylindrical-coordinate representation of color #CB98AC: hue angle of 336.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98AC is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 172 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.20 |
| HSL | 336.47º | 0.33% | 0.7% | - |
| HSV(B) | 336.47º | 0.25% | 0.8% | - |
| XYZ | 43.3 | 38.13 | 44.11 | - |
| YUV | 169.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 172 | 0 | 0.25 | 0.15 | 0.20 | 336.47 | 0.33 | 0.7 |
| Hex | CB | 98 | AC | 0 | 19 | F | 14 | 150 | 21 | 46 |
| Octal | 313 | 230 | 254 | 0 | 31 | 17 | 24 | 520 | 41 | 106 |
| Binary | 11001011 | 10011000 | 10101100 | 0 | 11001 | 1111 | 10100 | 101010000 | 100001 | 1000110 |
Color Harmonies of #CB98AC
Complementary color
Monochromatic Colors of #CB98AC
Black with #CB98AC
Text Example
Text Example
White with #CB98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98AC; }
p { color: rgb(203,152,172); }
H1.HeaderClassName
{
color: #CB98AC;
}
.AnyTagClassName
{
color: #CB98AC;
}
</style>
background-color css
<style>
a { background-color: #CB98AC; }
a { background-color: rgb(203,152,172); }
div.DivClassName
{
background-color: #CB98AC;
}
.BgClassName
{
background-color: #CB98AC;
}
</style>
border-color css
<style>
span { border-color: #CB98AC; }
span { border-color: rgb(203,152,172); }
td.TdClassName
{
border-color: #CB98AC;
}
.TagClassName
{
border-color: #CB98AC;
}
</style>