Shades of My Pink #C9867A
Tints of My Pink #C9867A
RGB
CMYK
RGB Variations
Color information
#C9867A (or 0xC9867A) is known color: My Pink. HEX triplet: C9, 86 and 7A. RGB value is (201,134,122). Sum of RGB (Red+Green+Blue) = 201+134+122=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9867A is #367985. Grayscale: #989898. Windows color (decimal): -3570054 or 8029897. OLE color: 8029897.
HSL color Cylindrical-coordinate representation of color #C9867A: hue angle of 9.11º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9867A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 122 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.21 |
| HSL | 9.11º | 0.42% | 0.63% | - |
| HSV(B) | 9.11º | 0.39% | 0.79% | - |
| XYZ | 36.13 | 30.87 | 22.47 | - |
| YUV | 152.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 122 | 0 | 0.33 | 0.39 | 0.21 | 9.11 | 0.42 | 0.63 |
| Hex | C9 | 86 | 7A | 0 | 21 | 27 | 15 | 9 | 2A | 3F |
| Octal | 311 | 206 | 172 | 0 | 41 | 47 | 25 | 11 | 52 | 77 |
| Binary | 11001001 | 10000110 | 1111010 | 0 | 100001 | 100111 | 10101 | 1001 | 101010 | 111111 |
Color Harmonies of #C9867A
Complementary color
Monochromatic Colors of #C9867A
Black with #C9867A
Text Example
Text Example
White with #C9867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9867A; }
p { color: rgb(201,134,122); }
H1.HeaderClassName
{
color: #C9867A;
}
.AnyTagClassName
{
color: #C9867A;
}
</style>
background-color css
<style>
a { background-color: #C9867A; }
a { background-color: rgb(201,134,122); }
div.DivClassName
{
background-color: #C9867A;
}
.BgClassName
{
background-color: #C9867A;
}
</style>
border-color css
<style>
span { border-color: #C9867A; }
span { border-color: rgb(201,134,122); }
td.TdClassName
{
border-color: #C9867A;
}
.TagClassName
{
border-color: #C9867A;
}
</style>