Shades of Viola #C88C9B
Tints of Viola #C88C9B
RGB
CMYK
RGB Variations
Color information
#C88C9B (or 0xC88C9B) is known color: Viola. HEX triplet: C8, 8C and 9B. RGB value is (200,140,155). Sum of RGB (Red+Green+Blue) = 200+140+155=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C9B is #377364. Grayscale: #9F9F9F. Windows color (decimal): -3634021 or 10194120. OLE color: 10194120.
HSL color Cylindrical-coordinate representation of color #C88C9B: hue angle of 345º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88C9B is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 155 | - |
| CMYK | 0 | 0.3 | 0.22 | 0.22 |
| HSL | 345º | 0.35% | 0.67% | - |
| HSV(B) | 345º | 0.3% | 0.78% | - |
| XYZ | 39.11 | 33.4 | 35.4 | - |
| YUV | 159.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 155 | 0 | 0.3 | 0.22 | 0.22 | 345 | 0.35 | 0.67 |
| Hex | C8 | 8C | 9B | 0 | 1E | 16 | 16 | 159 | 23 | 43 |
| Octal | 310 | 214 | 233 | 0 | 36 | 26 | 26 | 531 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10011011 | 0 | 11110 | 10110 | 10110 | 101011001 | 100011 | 1000011 |
Color Harmonies of #C88C9B
Complementary color
Monochromatic Colors of #C88C9B
Black with #C88C9B
Text Example
Text Example
White with #C88C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C9B; }
p { color: rgb(200,140,155); }
H1.HeaderClassName
{
color: #C88C9B;
}
.AnyTagClassName
{
color: #C88C9B;
}
</style>
background-color css
<style>
a { background-color: #C88C9B; }
a { background-color: rgb(200,140,155); }
div.DivClassName
{
background-color: #C88C9B;
}
.BgClassName
{
background-color: #C88C9B;
}
</style>
border-color css
<style>
span { border-color: #C88C9B; }
span { border-color: rgb(200,140,155); }
td.TdClassName
{
border-color: #C88C9B;
}
.TagClassName
{
border-color: #C88C9B;
}
</style>