Shades of Careys Pink #CFA4A8
Tints of Careys Pink #CFA4A8
RGB
CMYK
RGB Variations
Color information
#CFA4A8 (or 0xCFA4A8) is known color: Careys Pink. HEX triplet: CF, A4 and A8. RGB value is (207,164,168). Sum of RGB (Red+Green+Blue) = 207+164+168=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4A8 is #305B57. Grayscale: #B1B1B1. Windows color (decimal): -3169112 or 11052239. OLE color: 11052239.
HSL color Cylindrical-coordinate representation of color #CFA4A8: hue angle of 354.42º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4A8 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 168 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.19 |
| HSL | 354.42º | 0.31% | 0.73% | - |
| HSV(B) | 354.42º | 0.21% | 0.81% | - |
| XYZ | 46.08 | 42.64 | 42.85 | - |
| YUV | 177.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 168 | 0 | 0.21 | 0.19 | 0.19 | 354.42 | 0.31 | 0.73 |
| Hex | CF | A4 | A8 | 0 | 15 | 13 | 13 | 162 | 1F | 49 |
| Octal | 317 | 244 | 250 | 0 | 25 | 23 | 23 | 542 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10101000 | 0 | 10101 | 10011 | 10011 | 101100010 | 11111 | 1001001 |
Color Harmonies of #CFA4A8
Complementary color
Monochromatic Colors of #CFA4A8
Black with #CFA4A8
Text Example
Text Example
White with #CFA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4A8; }
p { color: rgb(207,164,168); }
H1.HeaderClassName
{
color: #CFA4A8;
}
.AnyTagClassName
{
color: #CFA4A8;
}
</style>
background-color css
<style>
a { background-color: #CFA4A8; }
a { background-color: rgb(207,164,168); }
div.DivClassName
{
background-color: #CFA4A8;
}
.BgClassName
{
background-color: #CFA4A8;
}
</style>
border-color css
<style>
span { border-color: #CFA4A8; }
span { border-color: rgb(207,164,168); }
td.TdClassName
{
border-color: #CFA4A8;
}
.TagClassName
{
border-color: #CFA4A8;
}
</style>