Shades of My Pink #C9857B
Tints of My Pink #C9857B
RGB
CMYK
RGB Variations
Color information
#C9857B (or 0xC9857B) is known color: My Pink. HEX triplet: C9, 85 and 7B. RGB value is (201,133,123). Sum of RGB (Red+Green+Blue) = 201+133+123=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9857B is #367A84. Grayscale: #989898. Windows color (decimal): -3570309 or 8095177. OLE color: 8095177.
HSL color Cylindrical-coordinate representation of color #C9857B: hue angle of 7.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9857B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 123 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.21 |
| HSL | 7.69º | 0.42% | 0.64% | - |
| HSV(B) | 7.69º | 0.39% | 0.79% | - |
| XYZ | 36.05 | 30.62 | 22.75 | - |
| YUV | 152.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 123 | 0 | 0.34 | 0.39 | 0.21 | 7.69 | 0.42 | 0.64 |
| Hex | C9 | 85 | 7B | 0 | 22 | 27 | 15 | 8 | 2A | 40 |
| Octal | 311 | 205 | 173 | 0 | 42 | 47 | 25 | 10 | 52 | 100 |
| Binary | 11001001 | 10000101 | 1111011 | 0 | 100010 | 100111 | 10101 | 1000 | 101010 | 1000000 |
Color Harmonies of #C9857B
Complementary color
Monochromatic Colors of #C9857B
Black with #C9857B
Text Example
Text Example
White with #C9857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9857B; }
p { color: rgb(201,133,123); }
H1.HeaderClassName
{
color: #C9857B;
}
.AnyTagClassName
{
color: #C9857B;
}
</style>
background-color css
<style>
a { background-color: #C9857B; }
a { background-color: rgb(201,133,123); }
div.DivClassName
{
background-color: #C9857B;
}
.BgClassName
{
background-color: #C9857B;
}
</style>
border-color css
<style>
span { border-color: #C9857B; }
span { border-color: rgb(201,133,123); }
td.TdClassName
{
border-color: #C9857B;
}
.TagClassName
{
border-color: #C9857B;
}
</style>