Shades of My Pink #CA817C
Tints of My Pink #CA817C
RGB
CMYK
RGB Variations
Color information
#CA817C (or 0xCA817C) is known color: My Pink. HEX triplet: CA, 81 and 7C. RGB value is (202,129,124). Sum of RGB (Red+Green+Blue) = 202+129+124=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817C is #357E83. Grayscale: #969696. Windows color (decimal): -3505796 or 8159690. OLE color: 8159690.
HSL color Cylindrical-coordinate representation of color #CA817C: hue angle of 3.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA817C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 124 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.21 |
| HSL | 3.85º | 0.42% | 0.64% | - |
| HSV(B) | 3.85º | 0.39% | 0.79% | - |
| XYZ | 35.85 | 29.71 | 22.91 | - |
| YUV | 150.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 124 | 0 | 0.36 | 0.39 | 0.21 | 3.85 | 0.42 | 0.64 |
| Hex | CA | 81 | 7C | 0 | 24 | 27 | 15 | 4 | 2A | 40 |
| Octal | 312 | 201 | 174 | 0 | 44 | 47 | 25 | 4 | 52 | 100 |
| Binary | 11001010 | 10000001 | 1111100 | 0 | 100100 | 100111 | 10101 | 100 | 101010 | 1000000 |
Color Harmonies of #CA817C
Complementary color
Monochromatic Colors of #CA817C
Black with #CA817C
Text Example
Text Example
White with #CA817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA817C; }
p { color: rgb(202,129,124); }
H1.HeaderClassName
{
color: #CA817C;
}
.AnyTagClassName
{
color: #CA817C;
}
</style>
background-color css
<style>
a { background-color: #CA817C; }
a { background-color: rgb(202,129,124); }
div.DivClassName
{
background-color: #CA817C;
}
.BgClassName
{
background-color: #CA817C;
}
</style>
border-color css
<style>
span { border-color: #CA817C; }
span { border-color: rgb(202,129,124); }
td.TdClassName
{
border-color: #CA817C;
}
.TagClassName
{
border-color: #CA817C;
}
</style>