Shades of My Pink #CA817B
Tints of My Pink #CA817B
RGB
CMYK
RGB Variations
Color information
#CA817B (or 0xCA817B) is known color: My Pink. HEX triplet: CA, 81 and 7B. RGB value is (202,129,123). Sum of RGB (Red+Green+Blue) = 202+129+123=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817B is #357E84. Grayscale: #969696. Windows color (decimal): -3505797 or 8094154. OLE color: 8094154.
HSL color Cylindrical-coordinate representation of color #CA817B: hue angle of 4.56º degrees, saturation: 0.43, 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 #CA817B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 123 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.21 |
| HSL | 4.56º | 0.43% | 0.64% | - |
| HSV(B) | 4.56º | 0.39% | 0.79% | - |
| XYZ | 35.78 | 29.69 | 22.58 | - |
| YUV | 150.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 123 | 0 | 0.36 | 0.39 | 0.21 | 4.56 | 0.43 | 0.64 |
| Hex | CA | 81 | 7B | 0 | 24 | 27 | 15 | 5 | 2B | 40 |
| Octal | 312 | 201 | 173 | 0 | 44 | 47 | 25 | 5 | 53 | 100 |
| Binary | 11001010 | 10000001 | 1111011 | 0 | 100100 | 100111 | 10101 | 101 | 101011 | 1000000 |
Color Harmonies of #CA817B
Complementary color
Monochromatic Colors of #CA817B
Black with #CA817B
Text Example
Text Example
White with #CA817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA817B; }
p { color: rgb(202,129,123); }
H1.HeaderClassName
{
color: #CA817B;
}
.AnyTagClassName
{
color: #CA817B;
}
</style>
background-color css
<style>
a { background-color: #CA817B; }
a { background-color: rgb(202,129,123); }
div.DivClassName
{
background-color: #CA817B;
}
.BgClassName
{
background-color: #CA817B;
}
</style>
border-color css
<style>
span { border-color: #CA817B; }
span { border-color: rgb(202,129,123); }
td.TdClassName
{
border-color: #CA817B;
}
.TagClassName
{
border-color: #CA817B;
}
</style>