Shades of Viola #CA929C
Tints of Viola #CA929C
RGB
CMYK
RGB Variations
Color information
#CA929C (or 0xCA929C) is known color: Viola. HEX triplet: CA, 92 and 9C. RGB value is (202,146,156). Sum of RGB (Red+Green+Blue) = 202+146+156=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA929C is #356D63. Grayscale: #A3A3A3. Windows color (decimal): -3501412 or 10261194. OLE color: 10261194.
HSL color Cylindrical-coordinate representation of color #CA929C: hue angle of 349.29º 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 #CA929C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 156 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.21 |
| HSL | 349.29º | 0.35% | 0.68% | - |
| HSV(B) | 349.29º | 0.28% | 0.79% | - |
| XYZ | 40.64 | 35.51 | 36.17 | - |
| YUV | 163.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 156 | 0 | 0.28 | 0.23 | 0.21 | 349.29 | 0.35 | 0.68 |
| Hex | CA | 92 | 9C | 0 | 1C | 17 | 15 | 15D | 23 | 44 |
| Octal | 312 | 222 | 234 | 0 | 34 | 27 | 25 | 535 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10011100 | 0 | 11100 | 10111 | 10101 | 101011101 | 100011 | 1000100 |
Color Harmonies of #CA929C
Complementary color
Monochromatic Colors of #CA929C
Black with #CA929C
Text Example
Text Example
White with #CA929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA929C; }
p { color: rgb(202,146,156); }
H1.HeaderClassName
{
color: #CA929C;
}
.AnyTagClassName
{
color: #CA929C;
}
</style>
background-color css
<style>
a { background-color: #CA929C; }
a { background-color: rgb(202,146,156); }
div.DivClassName
{
background-color: #CA929C;
}
.BgClassName
{
background-color: #CA929C;
}
</style>
border-color css
<style>
span { border-color: #CA929C; }
span { border-color: rgb(202,146,156); }
td.TdClassName
{
border-color: #CA929C;
}
.TagClassName
{
border-color: #CA929C;
}
</style>