Shades of Viola #C095A5
Tints of Viola #C095A5
RGB
CMYK
RGB Variations
Color information
#C095A5 (or 0xC095A5) is known color: Viola. HEX triplet: C0, 95 and A5. RGB value is (192,149,165). Sum of RGB (Red+Green+Blue) = 192+149+165=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C095A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095A5 is #3F6A5A. Grayscale: #A3A3A3. Windows color (decimal): -4155995 or 10851776. OLE color: 10851776.
HSL color Cylindrical-coordinate representation of color #C095A5: hue angle of 337.67º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C095A5 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 165 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.25 |
| HSL | 337.67º | 0.25% | 0.67% | - |
| HSV(B) | 337.67º | 0.22% | 0.75% | - |
| XYZ | 39.28 | 35.42 | 40.36 | - |
| YUV | 163.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 165 | 0 | 0.22 | 0.14 | 0.25 | 337.67 | 0.25 | 0.67 |
| Hex | C0 | 95 | A5 | 0 | 16 | E | 19 | 152 | 19 | 43 |
| Octal | 300 | 225 | 245 | 0 | 26 | 16 | 31 | 522 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10100101 | 0 | 10110 | 1110 | 11001 | 101010010 | 11001 | 1000011 |
Color Harmonies of #C095A5
Complementary color
Monochromatic Colors of #C095A5
Black with #C095A5
Text Example
Text Example
White with #C095A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095A5; }
p { color: rgb(192,149,165); }
H1.HeaderClassName
{
color: #C095A5;
}
.AnyTagClassName
{
color: #C095A5;
}
</style>
background-color css
<style>
a { background-color: #C095A5; }
a { background-color: rgb(192,149,165); }
div.DivClassName
{
background-color: #C095A5;
}
.BgClassName
{
background-color: #C095A5;
}
</style>
border-color css
<style>
span { border-color: #C095A5; }
span { border-color: rgb(192,149,165); }
td.TdClassName
{
border-color: #C095A5;
}
.TagClassName
{
border-color: #C095A5;
}
</style>