Shades of Viola #CA919C
Tints of Viola #CA919C
RGB
CMYK
RGB Variations
Color information
#CA919C (or 0xCA919C) is known color: Viola. HEX triplet: CA, 91 and 9C. RGB value is (202,145,156). Sum of RGB (Red+Green+Blue) = 202+145+156=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA919C is #356E63. Grayscale: #A3A3A3. Windows color (decimal): -3501668 or 10260938. OLE color: 10260938.
HSL color Cylindrical-coordinate representation of color #CA919C: hue angle of 348.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA919C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 156 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.21 |
| HSL | 348.42º | 0.35% | 0.68% | - |
| HSV(B) | 348.42º | 0.28% | 0.79% | - |
| XYZ | 40.48 | 35.21 | 36.11 | - |
| YUV | 163.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 156 | 0 | 0.28 | 0.23 | 0.21 | 348.42 | 0.35 | 0.68 |
| Hex | CA | 91 | 9C | 0 | 1C | 17 | 15 | 15C | 23 | 44 |
| Octal | 312 | 221 | 234 | 0 | 34 | 27 | 25 | 534 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10011100 | 0 | 11100 | 10111 | 10101 | 101011100 | 100011 | 1000100 |
Color Harmonies of #CA919C
Complementary color
Monochromatic Colors of #CA919C
Black with #CA919C
Text Example
Text Example
White with #CA919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA919C; }
p { color: rgb(202,145,156); }
H1.HeaderClassName
{
color: #CA919C;
}
.AnyTagClassName
{
color: #CA919C;
}
</style>
background-color css
<style>
a { background-color: #CA919C; }
a { background-color: rgb(202,145,156); }
div.DivClassName
{
background-color: #CA919C;
}
.BgClassName
{
background-color: #CA919C;
}
</style>
border-color css
<style>
span { border-color: #CA919C; }
span { border-color: rgb(202,145,156); }
td.TdClassName
{
border-color: #CA919C;
}
.TagClassName
{
border-color: #CA919C;
}
</style>