Shades of My Pink #C8807B
Tints of My Pink #C8807B
RGB
CMYK
RGB Variations
Color information
#C8807B (or 0xC8807B) is known color: My Pink. HEX triplet: C8, 80 and 7B. RGB value is (200,128,123). Sum of RGB (Red+Green+Blue) = 200+128+123=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8807B is #377F84. Grayscale: #959595. Windows color (decimal): -3637125 or 8093896. OLE color: 8093896.
HSL color Cylindrical-coordinate representation of color #C8807B: hue angle of 3.9º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8807B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 123 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.22 |
| HSL | 3.9º | 0.41% | 0.63% | - |
| HSV(B) | 3.9º | 0.39% | 0.78% | - |
| XYZ | 35.11 | 29.15 | 22.51 | - |
| YUV | 148.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 123 | 0 | 0.36 | 0.38 | 0.22 | 3.9 | 0.41 | 0.63 |
| Hex | C8 | 80 | 7B | 0 | 24 | 26 | 16 | 4 | 29 | 3F |
| Octal | 310 | 200 | 173 | 0 | 44 | 46 | 26 | 4 | 51 | 77 |
| Binary | 11001000 | 10000000 | 1111011 | 0 | 100100 | 100110 | 10110 | 100 | 101001 | 111111 |
Color Harmonies of #C8807B
Complementary color
Monochromatic Colors of #C8807B
Black with #C8807B
Text Example
Text Example
White with #C8807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8807B; }
p { color: rgb(200,128,123); }
H1.HeaderClassName
{
color: #C8807B;
}
.AnyTagClassName
{
color: #C8807B;
}
</style>
background-color css
<style>
a { background-color: #C8807B; }
a { background-color: rgb(200,128,123); }
div.DivClassName
{
background-color: #C8807B;
}
.BgClassName
{
background-color: #C8807B;
}
</style>
border-color css
<style>
span { border-color: #C8807B; }
span { border-color: rgb(200,128,123); }
td.TdClassName
{
border-color: #C8807B;
}
.TagClassName
{
border-color: #C8807B;
}
</style>