Shades of Viola #CB99AC
Tints of Viola #CB99AC
RGB
CMYK
RGB Variations
Color information
#CB99AC (or 0xCB99AC) is known color: Viola. HEX triplet: CB, 99 and AC. RGB value is (203,153,172). Sum of RGB (Red+Green+Blue) = 203+153+172=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB99AC is #346653. Grayscale: #AAAAAA. Windows color (decimal): -3434068 or 11311563. OLE color: 11311563.
HSL color Cylindrical-coordinate representation of color #CB99AC: hue angle of 337.2º degrees, saturation: 0.32, 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 #CB99AC is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 172 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.20 |
| HSL | 337.2º | 0.32% | 0.7% | - |
| HSV(B) | 337.2º | 0.25% | 0.8% | - |
| XYZ | 43.47 | 38.46 | 44.16 | - |
| YUV | 170.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 172 | 0 | 0.25 | 0.15 | 0.20 | 337.2 | 0.32 | 0.7 |
| Hex | CB | 99 | AC | 0 | 19 | F | 14 | 151 | 20 | 46 |
| Octal | 313 | 231 | 254 | 0 | 31 | 17 | 24 | 521 | 40 | 106 |
| Binary | 11001011 | 10011001 | 10101100 | 0 | 11001 | 1111 | 10100 | 101010001 | 100000 | 1000110 |
Color Harmonies of #CB99AC
Complementary color
Monochromatic Colors of #CB99AC
Black with #CB99AC
Text Example
Text Example
White with #CB99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99AC; }
p { color: rgb(203,153,172); }
H1.HeaderClassName
{
color: #CB99AC;
}
.AnyTagClassName
{
color: #CB99AC;
}
</style>
background-color css
<style>
a { background-color: #CB99AC; }
a { background-color: rgb(203,153,172); }
div.DivClassName
{
background-color: #CB99AC;
}
.BgClassName
{
background-color: #CB99AC;
}
</style>
border-color css
<style>
span { border-color: #CB99AC; }
span { border-color: rgb(203,153,172); }
td.TdClassName
{
border-color: #CB99AC;
}
.TagClassName
{
border-color: #CB99AC;
}
</style>