Shades of Careys Pink #CF949D
Tints of Careys Pink #CF949D
RGB
CMYK
RGB Variations
Color information
#CF949D (or 0xCF949D) is known color: Careys Pink. HEX triplet: CF, 94 and 9D. RGB value is (207,148,157). Sum of RGB (Red+Green+Blue) = 207+148+157=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF949D is #306B62. Grayscale: #A6A6A6. Windows color (decimal): -3173219 or 10327247. OLE color: 10327247.
HSL color Cylindrical-coordinate representation of color #CF949D: hue angle of 350.85º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF949D is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 157 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.19 |
| HSL | 350.85º | 0.38% | 0.7% | - |
| HSV(B) | 350.85º | 0.29% | 0.81% | - |
| XYZ | 42.41 | 36.88 | 36.78 | - |
| YUV | 166.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 157 | 0 | 0.29 | 0.24 | 0.19 | 350.85 | 0.38 | 0.7 |
| Hex | CF | 94 | 9D | 0 | 1D | 18 | 13 | 15F | 26 | 46 |
| Octal | 317 | 224 | 235 | 0 | 35 | 30 | 23 | 537 | 46 | 106 |
| Binary | 11001111 | 10010100 | 10011101 | 0 | 11101 | 11000 | 10011 | 101011111 | 100110 | 1000110 |
Color Harmonies of #CF949D
Complementary color
Monochromatic Colors of #CF949D
Black with #CF949D
Text Example
Text Example
White with #CF949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF949D; }
p { color: rgb(207,148,157); }
H1.HeaderClassName
{
color: #CF949D;
}
.AnyTagClassName
{
color: #CF949D;
}
</style>
background-color css
<style>
a { background-color: #CF949D; }
a { background-color: rgb(207,148,157); }
div.DivClassName
{
background-color: #CF949D;
}
.BgClassName
{
background-color: #CF949D;
}
</style>
border-color css
<style>
span { border-color: #CF949D; }
span { border-color: rgb(207,148,157); }
td.TdClassName
{
border-color: #CF949D;
}
.TagClassName
{
border-color: #CF949D;
}
</style>