Shades of Viola #CA909C
Tints of Viola #CA909C
RGB
CMYK
RGB Variations
Color information
#CA909C (or 0xCA909C) is known color: Viola. HEX triplet: CA, 90 and 9C. RGB value is (202,144,156). Sum of RGB (Red+Green+Blue) = 202+144+156=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA909C is #356F63. Grayscale: #A2A2A2. Windows color (decimal): -3501924 or 10260682. OLE color: 10260682.
HSL color Cylindrical-coordinate representation of color #CA909C: hue angle of 347.59º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA909C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 156 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.21 |
| HSL | 347.59º | 0.35% | 0.68% | - |
| HSV(B) | 347.59º | 0.29% | 0.79% | - |
| XYZ | 40.33 | 34.9 | 36.06 | - |
| YUV | 162.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 156 | 0 | 0.29 | 0.23 | 0.21 | 347.59 | 0.35 | 0.68 |
| Hex | CA | 90 | 9C | 0 | 1D | 17 | 15 | 15C | 23 | 44 |
| Octal | 312 | 220 | 234 | 0 | 35 | 27 | 25 | 534 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10011100 | 0 | 11101 | 10111 | 10101 | 101011100 | 100011 | 1000100 |
Color Harmonies of #CA909C
Complementary color
Monochromatic Colors of #CA909C
Black with #CA909C
Text Example
Text Example
White with #CA909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA909C; }
p { color: rgb(202,144,156); }
H1.HeaderClassName
{
color: #CA909C;
}
.AnyTagClassName
{
color: #CA909C;
}
</style>
background-color css
<style>
a { background-color: #CA909C; }
a { background-color: rgb(202,144,156); }
div.DivClassName
{
background-color: #CA909C;
}
.BgClassName
{
background-color: #CA909C;
}
</style>
border-color css
<style>
span { border-color: #CA909C; }
span { border-color: rgb(202,144,156); }
td.TdClassName
{
border-color: #CA909C;
}
.TagClassName
{
border-color: #CA909C;
}
</style>