Shades of My Pink #CA827B
Tints of My Pink #CA827B
RGB
CMYK
RGB Variations
Color information
#CA827B (or 0xCA827B) is known color: My Pink. HEX triplet: CA, 82 and 7B. RGB value is (202,130,123). Sum of RGB (Red+Green+Blue) = 202+130+123=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA827B is #357D84. Grayscale: #969696. Windows color (decimal): -3505541 or 8094410. OLE color: 8094410.
HSL color Cylindrical-coordinate representation of color #CA827B: hue angle of 5.32º 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 #CA827B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 123 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.21 |
| HSL | 5.32º | 0.43% | 0.64% | - |
| HSV(B) | 5.32º | 0.39% | 0.79% | - |
| XYZ | 35.91 | 29.95 | 22.63 | - |
| YUV | 150.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 123 | 0 | 0.36 | 0.39 | 0.21 | 5.32 | 0.43 | 0.64 |
| Hex | CA | 82 | 7B | 0 | 24 | 27 | 15 | 5 | 2B | 40 |
| Octal | 312 | 202 | 173 | 0 | 44 | 47 | 25 | 5 | 53 | 100 |
| Binary | 11001010 | 10000010 | 1111011 | 0 | 100100 | 100111 | 10101 | 101 | 101011 | 1000000 |
Color Harmonies of #CA827B
Complementary color
Monochromatic Colors of #CA827B
Black with #CA827B
Text Example
Text Example
White with #CA827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA827B; }
p { color: rgb(202,130,123); }
H1.HeaderClassName
{
color: #CA827B;
}
.AnyTagClassName
{
color: #CA827B;
}
</style>
background-color css
<style>
a { background-color: #CA827B; }
a { background-color: rgb(202,130,123); }
div.DivClassName
{
background-color: #CA827B;
}
.BgClassName
{
background-color: #CA827B;
}
</style>
border-color css
<style>
span { border-color: #CA827B; }
span { border-color: rgb(202,130,123); }
td.TdClassName
{
border-color: #CA827B;
}
.TagClassName
{
border-color: #CA827B;
}
</style>