Shades of Careys Pink #CF9FA4
Tints of Careys Pink #CF9FA4
RGB
CMYK
RGB Variations
Color information
#CF9FA4 (or 0xCF9FA4) is known color: Careys Pink. HEX triplet: CF, 9F and A4. RGB value is (207,159,164). Sum of RGB (Red+Green+Blue) = 207+159+164=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9FA4 is #30605B. Grayscale: #ADADAD. Windows color (decimal): -3170396 or 10788815. OLE color: 10788815.
HSL color Cylindrical-coordinate representation of color #CF9FA4: hue angle of 353.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FA4 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 164 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.19 |
| HSL | 353.75º | 0.33% | 0.72% | - |
| HSV(B) | 353.75º | 0.23% | 0.81% | - |
| XYZ | 44.83 | 40.74 | 40.62 | - |
| YUV | 173.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 164 | 0 | 0.23 | 0.21 | 0.19 | 353.75 | 0.33 | 0.72 |
| Hex | CF | 9F | A4 | 0 | 17 | 15 | 13 | 162 | 21 | 48 |
| Octal | 317 | 237 | 244 | 0 | 27 | 25 | 23 | 542 | 41 | 110 |
| Binary | 11001111 | 10011111 | 10100100 | 0 | 10111 | 10101 | 10011 | 101100010 | 100001 | 1001000 |
Color Harmonies of #CF9FA4
Complementary color
Monochromatic Colors of #CF9FA4
Black with #CF9FA4
Text Example
Text Example
White with #CF9FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FA4; }
p { color: rgb(207,159,164); }
H1.HeaderClassName
{
color: #CF9FA4;
}
.AnyTagClassName
{
color: #CF9FA4;
}
</style>
background-color css
<style>
a { background-color: #CF9FA4; }
a { background-color: rgb(207,159,164); }
div.DivClassName
{
background-color: #CF9FA4;
}
.BgClassName
{
background-color: #CF9FA4;
}
</style>
border-color css
<style>
span { border-color: #CF9FA4; }
span { border-color: rgb(207,159,164); }
td.TdClassName
{
border-color: #CF9FA4;
}
.TagClassName
{
border-color: #CF9FA4;
}
</style>