Shades of My Pink #C88377
Tints of My Pink #C88377
RGB
CMYK
RGB Variations
Color information
#C88377 (or 0xC88377) is known color: My Pink. HEX triplet: C8, 83 and 77. RGB value is (200,131,119). Sum of RGB (Red+Green+Blue) = 200+131+119=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C88377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88377 is #377C88. Grayscale: #969696. Windows color (decimal): -3636361 or 7832520. OLE color: 7832520.
HSL color Cylindrical-coordinate representation of color #C88377: hue angle of 8.89º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88377 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 119 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.22 |
| HSL | 8.89º | 0.42% | 0.63% | - |
| HSV(B) | 8.89º | 0.41% | 0.78% | - |
| XYZ | 35.27 | 29.84 | 21.35 | - |
| YUV | 150.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 119 | 0 | 0.34 | 0.40 | 0.22 | 8.89 | 0.42 | 0.63 |
| Hex | C8 | 83 | 77 | 0 | 22 | 28 | 16 | 9 | 2A | 3F |
| Octal | 310 | 203 | 167 | 0 | 42 | 50 | 26 | 11 | 52 | 77 |
| Binary | 11001000 | 10000011 | 1110111 | 0 | 100010 | 101000 | 10110 | 1001 | 101010 | 111111 |
Color Harmonies of #C88377
Complementary color
Monochromatic Colors of #C88377
Black with #C88377
Text Example
Text Example
White with #C88377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88377; }
p { color: rgb(200,131,119); }
H1.HeaderClassName
{
color: #C88377;
}
.AnyTagClassName
{
color: #C88377;
}
</style>
background-color css
<style>
a { background-color: #C88377; }
a { background-color: rgb(200,131,119); }
div.DivClassName
{
background-color: #C88377;
}
.BgClassName
{
background-color: #C88377;
}
</style>
border-color css
<style>
span { border-color: #C88377; }
span { border-color: rgb(200,131,119); }
td.TdClassName
{
border-color: #C88377;
}
.TagClassName
{
border-color: #C88377;
}
</style>