Shades of Careys Pink #CF959D
Tints of Careys Pink #CF959D
RGB
CMYK
RGB Variations
Color information
#CF959D (or 0xCF959D) is known color: Careys Pink. HEX triplet: CF, 95 and 9D. RGB value is (207,149,157). Sum of RGB (Red+Green+Blue) = 207+149+157=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF959D is #306A62. Grayscale: #A7A7A7. Windows color (decimal): -3172963 or 10327503. OLE color: 10327503.
HSL color Cylindrical-coordinate representation of color #CF959D: hue angle of 351.72º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF959D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 157 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.19 |
| HSL | 351.72º | 0.38% | 0.7% | - |
| HSV(B) | 351.72º | 0.28% | 0.81% | - |
| XYZ | 42.57 | 37.19 | 36.83 | - |
| YUV | 167.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 157 | 0 | 0.28 | 0.24 | 0.19 | 351.72 | 0.38 | 0.7 |
| Hex | CF | 95 | 9D | 0 | 1C | 18 | 13 | 160 | 26 | 46 |
| Octal | 317 | 225 | 235 | 0 | 34 | 30 | 23 | 540 | 46 | 106 |
| Binary | 11001111 | 10010101 | 10011101 | 0 | 11100 | 11000 | 10011 | 101100000 | 100110 | 1000110 |
Color Harmonies of #CF959D
Complementary color
Monochromatic Colors of #CF959D
Black with #CF959D
Text Example
Text Example
White with #CF959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF959D; }
p { color: rgb(207,149,157); }
H1.HeaderClassName
{
color: #CF959D;
}
.AnyTagClassName
{
color: #CF959D;
}
</style>
background-color css
<style>
a { background-color: #CF959D; }
a { background-color: rgb(207,149,157); }
div.DivClassName
{
background-color: #CF959D;
}
.BgClassName
{
background-color: #CF959D;
}
</style>
border-color css
<style>
span { border-color: #CF959D; }
span { border-color: rgb(207,149,157); }
td.TdClassName
{
border-color: #CF959D;
}
.TagClassName
{
border-color: #CF959D;
}
</style>