Shades of Careys Pink #CF949C
Tints of Careys Pink #CF949C
RGB
CMYK
RGB Variations
Color information
#CF949C (or 0xCF949C) is known color: Careys Pink. HEX triplet: CF, 94 and 9C. RGB value is (207,148,156). Sum of RGB (Red+Green+Blue) = 207+148+156=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF949C is #306B63. Grayscale: #A6A6A6. Windows color (decimal): -3173220 or 10261711. OLE color: 10261711.
HSL color Cylindrical-coordinate representation of color #CF949C: hue angle of 351.86º 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 #CF949C is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 156 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.19 |
| HSL | 351.86º | 0.38% | 0.7% | - |
| HSV(B) | 351.86º | 0.29% | 0.81% | - |
| XYZ | 42.32 | 36.85 | 36.33 | - |
| YUV | 166.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 156 | 0 | 0.29 | 0.25 | 0.19 | 351.86 | 0.38 | 0.7 |
| Hex | CF | 94 | 9C | 0 | 1D | 19 | 13 | 160 | 26 | 46 |
| Octal | 317 | 224 | 234 | 0 | 35 | 31 | 23 | 540 | 46 | 106 |
| Binary | 11001111 | 10010100 | 10011100 | 0 | 11101 | 11001 | 10011 | 101100000 | 100110 | 1000110 |
Color Harmonies of #CF949C
Complementary color
Monochromatic Colors of #CF949C
Black with #CF949C
Text Example
Text Example
White with #CF949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF949C; }
p { color: rgb(207,148,156); }
H1.HeaderClassName
{
color: #CF949C;
}
.AnyTagClassName
{
color: #CF949C;
}
</style>
background-color css
<style>
a { background-color: #CF949C; }
a { background-color: rgb(207,148,156); }
div.DivClassName
{
background-color: #CF949C;
}
.BgClassName
{
background-color: #CF949C;
}
</style>
border-color css
<style>
span { border-color: #CF949C; }
span { border-color: rgb(207,148,156); }
td.TdClassName
{
border-color: #CF949C;
}
.TagClassName
{
border-color: #CF949C;
}
</style>