Shades of My Pink #CF9384
Tints of My Pink #CF9384
RGB
CMYK
RGB Variations
Color information
#CF9384 (or 0xCF9384) is known color: My Pink. HEX triplet: CF, 93 and 84. RGB value is (207,147,132). Sum of RGB (Red+Green+Blue) = 207+147+132=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9384 is #306C7B. Grayscale: #A3A3A3. Windows color (decimal): -3173500 or 8688591. OLE color: 8688591.
HSL color Cylindrical-coordinate representation of color #CF9384: hue angle of 12º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9384 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 132 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.19 |
| HSL | 12º | 0.44% | 0.66% | - |
| HSV(B) | 12º | 0.36% | 0.81% | - |
| XYZ | 40.33 | 35.8 | 26.61 | - |
| YUV | 163.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 132 | 0 | 0.29 | 0.36 | 0.19 | 12 | 0.44 | 0.66 |
| Hex | CF | 93 | 84 | 0 | 1D | 24 | 13 | C | 2C | 42 |
| Octal | 317 | 223 | 204 | 0 | 35 | 44 | 23 | 14 | 54 | 102 |
| Binary | 11001111 | 10010011 | 10000100 | 0 | 11101 | 100100 | 10011 | 1100 | 101100 | 1000010 |
Color Harmonies of #CF9384
Complementary color
Monochromatic Colors of #CF9384
Black with #CF9384
Text Example
Text Example
White with #CF9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9384; }
p { color: rgb(207,147,132); }
H1.HeaderClassName
{
color: #CF9384;
}
.AnyTagClassName
{
color: #CF9384;
}
</style>
background-color css
<style>
a { background-color: #CF9384; }
a { background-color: rgb(207,147,132); }
div.DivClassName
{
background-color: #CF9384;
}
.BgClassName
{
background-color: #CF9384;
}
</style>
border-color css
<style>
span { border-color: #CF9384; }
span { border-color: rgb(207,147,132); }
td.TdClassName
{
border-color: #CF9384;
}
.TagClassName
{
border-color: #CF9384;
}
</style>