Shades of My Pink #CC867B
Tints of My Pink #CC867B
RGB
CMYK
RGB Variations
Color information
#CC867B (or 0xCC867B) is known color: My Pink. HEX triplet: CC, 86 and 7B. RGB value is (204,134,123). Sum of RGB (Red+Green+Blue) = 204+134+123=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC867B is #337984. Grayscale: #999999. Windows color (decimal): -3373445 or 8095436. OLE color: 8095436.
HSL color Cylindrical-coordinate representation of color #CC867B: hue angle of 8.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC867B is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 123 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.2 |
| HSL | 8.15º | 0.44% | 0.64% | - |
| HSV(B) | 8.15º | 0.4% | 0.8% | - |
| XYZ | 37 | 31.32 | 22.83 | - |
| YUV | 153.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 123 | 0 | 0.34 | 0.40 | 0.2 | 8.15 | 0.44 | 0.64 |
| Hex | CC | 86 | 7B | 0 | 22 | 28 | 14 | 8 | 2C | 40 |
| Octal | 314 | 206 | 173 | 0 | 42 | 50 | 24 | 10 | 54 | 100 |
| Binary | 11001100 | 10000110 | 1111011 | 0 | 100010 | 101000 | 10100 | 1000 | 101100 | 1000000 |
Color Harmonies of #CC867B
Complementary color
Monochromatic Colors of #CC867B
Black with #CC867B
Text Example
Text Example
White with #CC867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC867B; }
p { color: rgb(204,134,123); }
H1.HeaderClassName
{
color: #CC867B;
}
.AnyTagClassName
{
color: #CC867B;
}
</style>
background-color css
<style>
a { background-color: #CC867B; }
a { background-color: rgb(204,134,123); }
div.DivClassName
{
background-color: #CC867B;
}
.BgClassName
{
background-color: #CC867B;
}
</style>
border-color css
<style>
span { border-color: #CC867B; }
span { border-color: rgb(204,134,123); }
td.TdClassName
{
border-color: #CC867B;
}
.TagClassName
{
border-color: #CC867B;
}
</style>