Shades of Careys Pink #CF959A
Tints of Careys Pink #CF959A
RGB
CMYK
RGB Variations
Color information
#CF959A (or 0xCF959A) is known color: Careys Pink. HEX triplet: CF, 95 and 9A. RGB value is (207,149,154). Sum of RGB (Red+Green+Blue) = 207+149+154=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF959A is #306A65. Grayscale: #A6A6A6. Windows color (decimal): -3172966 or 10130895. OLE color: 10130895.
HSL color Cylindrical-coordinate representation of color #CF959A: hue angle of 354.83º 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 #CF959A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 154 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.19 |
| HSL | 354.83º | 0.38% | 0.7% | - |
| HSV(B) | 354.83º | 0.28% | 0.81% | - |
| XYZ | 42.31 | 37.09 | 35.5 | - |
| YUV | 166.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 154 | 0 | 0.28 | 0.26 | 0.19 | 354.83 | 0.38 | 0.7 |
| Hex | CF | 95 | 9A | 0 | 1C | 1A | 13 | 163 | 26 | 46 |
| Octal | 317 | 225 | 232 | 0 | 34 | 32 | 23 | 543 | 46 | 106 |
| Binary | 11001111 | 10010101 | 10011010 | 0 | 11100 | 11010 | 10011 | 101100011 | 100110 | 1000110 |
Color Harmonies of #CF959A
Complementary color
Monochromatic Colors of #CF959A
Black with #CF959A
Text Example
Text Example
White with #CF959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF959A; }
p { color: rgb(207,149,154); }
H1.HeaderClassName
{
color: #CF959A;
}
.AnyTagClassName
{
color: #CF959A;
}
</style>
background-color css
<style>
a { background-color: #CF959A; }
a { background-color: rgb(207,149,154); }
div.DivClassName
{
background-color: #CF959A;
}
.BgClassName
{
background-color: #CF959A;
}
</style>
border-color css
<style>
span { border-color: #CF959A; }
span { border-color: rgb(207,149,154); }
td.TdClassName
{
border-color: #CF959A;
}
.TagClassName
{
border-color: #CF959A;
}
</style>