Shades of Careys Pink #CF959B
Tints of Careys Pink #CF959B
RGB
CMYK
RGB Variations
Color information
#CF959B (or 0xCF959B) is known color: Careys Pink. HEX triplet: CF, 95 and 9B. RGB value is (207,149,155). Sum of RGB (Red+Green+Blue) = 207+149+155=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF959B is #306A64. Grayscale: #A7A7A7. Windows color (decimal): -3172965 or 10196431. OLE color: 10196431.
HSL color Cylindrical-coordinate representation of color #CF959B: hue angle of 353.79º 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 #CF959B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 155 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.19 |
| HSL | 353.79º | 0.38% | 0.7% | - |
| HSV(B) | 353.79º | 0.28% | 0.81% | - |
| XYZ | 42.4 | 37.13 | 35.94 | - |
| YUV | 167.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 155 | 0 | 0.28 | 0.25 | 0.19 | 353.79 | 0.38 | 0.7 |
| Hex | CF | 95 | 9B | 0 | 1C | 19 | 13 | 162 | 26 | 46 |
| Octal | 317 | 225 | 233 | 0 | 34 | 31 | 23 | 542 | 46 | 106 |
| Binary | 11001111 | 10010101 | 10011011 | 0 | 11100 | 11001 | 10011 | 101100010 | 100110 | 1000110 |
Color Harmonies of #CF959B
Complementary color
Monochromatic Colors of #CF959B
Black with #CF959B
Text Example
Text Example
White with #CF959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF959B; }
p { color: rgb(207,149,155); }
H1.HeaderClassName
{
color: #CF959B;
}
.AnyTagClassName
{
color: #CF959B;
}
</style>
background-color css
<style>
a { background-color: #CF959B; }
a { background-color: rgb(207,149,155); }
div.DivClassName
{
background-color: #CF959B;
}
.BgClassName
{
background-color: #CF959B;
}
</style>
border-color css
<style>
span { border-color: #CF959B; }
span { border-color: rgb(207,149,155); }
td.TdClassName
{
border-color: #CF959B;
}
.TagClassName
{
border-color: #CF959B;
}
</style>