Shades of My Pink #C88378
Tints of My Pink #C88378
RGB
CMYK
RGB Variations
Color information
#C88378 (or 0xC88378) is known color: My Pink. HEX triplet: C8, 83 and 78. RGB value is (200,131,120). Sum of RGB (Red+Green+Blue) = 200+131+120=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88378 is #377C87. Grayscale: #969696. Windows color (decimal): -3636360 or 7898056. OLE color: 7898056.
HSL color Cylindrical-coordinate representation of color #C88378: hue angle of 8.25º 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 #C88378 is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 120 | - |
| CMYK | 0 | 0.34 | 0.4 | 0.22 |
| HSL | 8.25º | 0.42% | 0.63% | - |
| HSV(B) | 8.25º | 0.4% | 0.78% | - |
| XYZ | 35.33 | 29.87 | 21.67 | - |
| YUV | 150.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 120 | 0 | 0.34 | 0.4 | 0.22 | 8.25 | 0.42 | 0.63 |
| Hex | C8 | 83 | 78 | 0 | 22 | 28 | 16 | 8 | 2A | 3F |
| Octal | 310 | 203 | 170 | 0 | 42 | 50 | 26 | 10 | 52 | 77 |
| Binary | 11001000 | 10000011 | 1111000 | 0 | 100010 | 101000 | 10110 | 1000 | 101010 | 111111 |
Color Harmonies of #C88378
Complementary color
Monochromatic Colors of #C88378
Black with #C88378
Text Example
Text Example
White with #C88378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88378; }
p { color: rgb(200,131,120); }
H1.HeaderClassName
{
color: #C88378;
}
.AnyTagClassName
{
color: #C88378;
}
</style>
background-color css
<style>
a { background-color: #C88378; }
a { background-color: rgb(200,131,120); }
div.DivClassName
{
background-color: #C88378;
}
.BgClassName
{
background-color: #C88378;
}
</style>
border-color css
<style>
span { border-color: #C88378; }
span { border-color: rgb(200,131,120); }
td.TdClassName
{
border-color: #C88378;
}
.TagClassName
{
border-color: #C88378;
}
</style>