Shades of My Pink #C88078
Tints of My Pink #C88078
RGB
CMYK
RGB Variations
Color information
#C88078 (or 0xC88078) is known color: My Pink. HEX triplet: C8, 80 and 78. RGB value is (200,128,120). Sum of RGB (Red+Green+Blue) = 200+128+120=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C88078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88078 is #377F87. Grayscale: #949494. Windows color (decimal): -3637128 or 7897288. OLE color: 7897288.
HSL color Cylindrical-coordinate representation of color #C88078: hue angle of 6º 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 #C88078 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 120 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.22 |
| HSL | 6º | 0.42% | 0.63% | - |
| HSV(B) | 6º | 0.4% | 0.78% | - |
| XYZ | 34.93 | 29.07 | 21.54 | - |
| YUV | 148.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 120 | 0 | 0.36 | 0.4 | 0.22 | 6 | 0.42 | 0.63 |
| Hex | C8 | 80 | 78 | 0 | 24 | 28 | 16 | 6 | 2A | 3F |
| Octal | 310 | 200 | 170 | 0 | 44 | 50 | 26 | 6 | 52 | 77 |
| Binary | 11001000 | 10000000 | 1111000 | 0 | 100100 | 101000 | 10110 | 110 | 101010 | 111111 |
Color Harmonies of #C88078
Complementary color
Monochromatic Colors of #C88078
Black with #C88078
Text Example
Text Example
White with #C88078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88078; }
p { color: rgb(200,128,120); }
H1.HeaderClassName
{
color: #C88078;
}
.AnyTagClassName
{
color: #C88078;
}
</style>
background-color css
<style>
a { background-color: #C88078; }
a { background-color: rgb(200,128,120); }
div.DivClassName
{
background-color: #C88078;
}
.BgClassName
{
background-color: #C88078;
}
</style>
border-color css
<style>
span { border-color: #C88078; }
span { border-color: rgb(200,128,120); }
td.TdClassName
{
border-color: #C88078;
}
.TagClassName
{
border-color: #C88078;
}
</style>