Shades of Careys Pink #CF969F
Tints of Careys Pink #CF969F
RGB
CMYK
RGB Variations
Color information
#CF969F (or 0xCF969F) is known color: Careys Pink. HEX triplet: CF, 96 and 9F. RGB value is (207,150,159). Sum of RGB (Red+Green+Blue) = 207+150+159=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969F is #306960. Grayscale: #A8A8A8. Windows color (decimal): -3172705 or 10458831. OLE color: 10458831.
HSL color Cylindrical-coordinate representation of color #CF969F: hue angle of 350.53º degrees, saturation: 0.37, 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 #CF969F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 159 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.19 |
| HSL | 350.53º | 0.37% | 0.7% | - |
| HSV(B) | 350.53º | 0.28% | 0.81% | - |
| XYZ | 42.9 | 37.58 | 37.79 | - |
| YUV | 168.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 159 | 0 | 0.28 | 0.23 | 0.19 | 350.53 | 0.37 | 0.7 |
| Hex | CF | 96 | 9F | 0 | 1C | 17 | 13 | 15F | 25 | 46 |
| Octal | 317 | 226 | 237 | 0 | 34 | 27 | 23 | 537 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10011111 | 0 | 11100 | 10111 | 10011 | 101011111 | 100101 | 1000110 |
Color Harmonies of #CF969F
Complementary color
Monochromatic Colors of #CF969F
Black with #CF969F
Text Example
Text Example
White with #CF969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF969F; }
p { color: rgb(207,150,159); }
H1.HeaderClassName
{
color: #CF969F;
}
.AnyTagClassName
{
color: #CF969F;
}
</style>
background-color css
<style>
a { background-color: #CF969F; }
a { background-color: rgb(207,150,159); }
div.DivClassName
{
background-color: #CF969F;
}
.BgClassName
{
background-color: #CF969F;
}
</style>
border-color css
<style>
span { border-color: #CF969F; }
span { border-color: rgb(207,150,159); }
td.TdClassName
{
border-color: #CF969F;
}
.TagClassName
{
border-color: #CF969F;
}
</style>