Shades of My Pink #CA8176
Tints of My Pink #CA8176
RGB
CMYK
RGB Variations
Color information
#CA8176 (or 0xCA8176) is known color: My Pink. HEX triplet: CA, 81 and 76. RGB value is (202,129,118). Sum of RGB (Red+Green+Blue) = 202+129+118=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8176 is #357E89. Grayscale: #959595. Windows color (decimal): -3505802 or 7766474. OLE color: 7766474.
HSL color Cylindrical-coordinate representation of color #CA8176: hue angle of 7.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8176 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 118 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.21 |
| HSL | 7.86º | 0.44% | 0.63% | - |
| HSV(B) | 7.86º | 0.42% | 0.79% | - |
| XYZ | 35.48 | 29.57 | 20.98 | - |
| YUV | 149.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 118 | 0 | 0.36 | 0.42 | 0.21 | 7.86 | 0.44 | 0.63 |
| Hex | CA | 81 | 76 | 0 | 24 | 2A | 15 | 8 | 2C | 3F |
| Octal | 312 | 201 | 166 | 0 | 44 | 52 | 25 | 10 | 54 | 77 |
| Binary | 11001010 | 10000001 | 1110110 | 0 | 100100 | 101010 | 10101 | 1000 | 101100 | 111111 |
Color Harmonies of #CA8176
Complementary color
Monochromatic Colors of #CA8176
Black with #CA8176
Text Example
Text Example
White with #CA8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8176; }
p { color: rgb(202,129,118); }
H1.HeaderClassName
{
color: #CA8176;
}
.AnyTagClassName
{
color: #CA8176;
}
</style>
background-color css
<style>
a { background-color: #CA8176; }
a { background-color: rgb(202,129,118); }
div.DivClassName
{
background-color: #CA8176;
}
.BgClassName
{
background-color: #CA8176;
}
</style>
border-color css
<style>
span { border-color: #CA8176; }
span { border-color: rgb(202,129,118); }
td.TdClassName
{
border-color: #CA8176;
}
.TagClassName
{
border-color: #CA8176;
}
</style>