Shades of My Pink #CA817A
Tints of My Pink #CA817A
RGB
CMYK
RGB Variations
Color information
#CA817A (or 0xCA817A) is known color: My Pink. HEX triplet: CA, 81 and 7A. RGB value is (202,129,122). Sum of RGB (Red+Green+Blue) = 202+129+122=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817A is #357E85. Grayscale: #969696. Windows color (decimal): -3505798 or 8028618. OLE color: 8028618.
HSL color Cylindrical-coordinate representation of color #CA817A: hue angle of 5.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA817A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 122 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.21 |
| HSL | 5.25º | 0.43% | 0.64% | - |
| HSV(B) | 5.25º | 0.4% | 0.79% | - |
| XYZ | 35.72 | 29.66 | 22.26 | - |
| YUV | 150.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 122 | 0 | 0.36 | 0.40 | 0.21 | 5.25 | 0.43 | 0.64 |
| Hex | CA | 81 | 7A | 0 | 24 | 28 | 15 | 5 | 2B | 40 |
| Octal | 312 | 201 | 172 | 0 | 44 | 50 | 25 | 5 | 53 | 100 |
| Binary | 11001010 | 10000001 | 1111010 | 0 | 100100 | 101000 | 10101 | 101 | 101011 | 1000000 |
Color Harmonies of #CA817A
Complementary color
Monochromatic Colors of #CA817A
Black with #CA817A
Text Example
Text Example
White with #CA817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA817A; }
p { color: rgb(202,129,122); }
H1.HeaderClassName
{
color: #CA817A;
}
.AnyTagClassName
{
color: #CA817A;
}
</style>
background-color css
<style>
a { background-color: #CA817A; }
a { background-color: rgb(202,129,122); }
div.DivClassName
{
background-color: #CA817A;
}
.BgClassName
{
background-color: #CA817A;
}
</style>
border-color css
<style>
span { border-color: #CA817A; }
span { border-color: rgb(202,129,122); }
td.TdClassName
{
border-color: #CA817A;
}
.TagClassName
{
border-color: #CA817A;
}
</style>