Shades of My Pink #CA8677
Tints of My Pink #CA8677
RGB
CMYK
RGB Variations
Color information
#CA8677 (or 0xCA8677) is known color: My Pink. HEX triplet: CA, 86 and 77. RGB value is (202,134,119). Sum of RGB (Red+Green+Blue) = 202+134+119=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8677 is #357988. Grayscale: #989898. Windows color (decimal): -3504521 or 7833290. OLE color: 7833290.
HSL color Cylindrical-coordinate representation of color #CA8677: hue angle of 10.84º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8677 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 119 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.21 |
| HSL | 10.84º | 0.44% | 0.63% | - |
| HSV(B) | 10.84º | 0.41% | 0.79% | - |
| XYZ | 36.21 | 30.94 | 21.52 | - |
| YUV | 152.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 119 | 0 | 0.34 | 0.41 | 0.21 | 10.84 | 0.44 | 0.63 |
| Hex | CA | 86 | 77 | 0 | 22 | 29 | 15 | B | 2C | 3F |
| Octal | 312 | 206 | 167 | 0 | 42 | 51 | 25 | 13 | 54 | 77 |
| Binary | 11001010 | 10000110 | 1110111 | 0 | 100010 | 101001 | 10101 | 1011 | 101100 | 111111 |
Color Harmonies of #CA8677
Complementary color
Monochromatic Colors of #CA8677
Black with #CA8677
Text Example
Text Example
White with #CA8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8677; }
p { color: rgb(202,134,119); }
H1.HeaderClassName
{
color: #CA8677;
}
.AnyTagClassName
{
color: #CA8677;
}
</style>
background-color css
<style>
a { background-color: #CA8677; }
a { background-color: rgb(202,134,119); }
div.DivClassName
{
background-color: #CA8677;
}
.BgClassName
{
background-color: #CA8677;
}
</style>
border-color css
<style>
span { border-color: #CA8677; }
span { border-color: rgb(202,134,119); }
td.TdClassName
{
border-color: #CA8677;
}
.TagClassName
{
border-color: #CA8677;
}
</style>