Shades of My Pink #CB8676
Tints of My Pink #CB8676
RGB
CMYK
RGB Variations
Color information
#CB8676 (or 0xCB8676) is known color: My Pink. HEX triplet: CB, 86 and 76. RGB value is (203,134,118). Sum of RGB (Red+Green+Blue) = 203+134+118=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8676 is #347989. Grayscale: #989898. Windows color (decimal): -3438986 or 7767755. OLE color: 7767755.
HSL color Cylindrical-coordinate representation of color #CB8676: hue angle of 11.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8676 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 118 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.20 |
| HSL | 11.29º | 0.45% | 0.63% | - |
| HSV(B) | 11.29º | 0.42% | 0.8% | - |
| XYZ | 36.42 | 31.05 | 21.21 | - |
| YUV | 152.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 118 | 0 | 0.34 | 0.42 | 0.20 | 11.29 | 0.45 | 0.63 |
| Hex | CB | 86 | 76 | 0 | 22 | 2A | 14 | B | 2D | 3F |
| Octal | 313 | 206 | 166 | 0 | 42 | 52 | 24 | 13 | 55 | 77 |
| Binary | 11001011 | 10000110 | 1110110 | 0 | 100010 | 101010 | 10100 | 1011 | 101101 | 111111 |
Color Harmonies of #CB8676
Complementary color
Monochromatic Colors of #CB8676
Black with #CB8676
Text Example
Text Example
White with #CB8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8676; }
p { color: rgb(203,134,118); }
H1.HeaderClassName
{
color: #CB8676;
}
.AnyTagClassName
{
color: #CB8676;
}
</style>
background-color css
<style>
a { background-color: #CB8676; }
a { background-color: rgb(203,134,118); }
div.DivClassName
{
background-color: #CB8676;
}
.BgClassName
{
background-color: #CB8676;
}
</style>
border-color css
<style>
span { border-color: #CB8676; }
span { border-color: rgb(203,134,118); }
td.TdClassName
{
border-color: #CB8676;
}
.TagClassName
{
border-color: #CB8676;
}
</style>