Shades of Careys Pink #CFA2AF
Tints of Careys Pink #CFA2AF
RGB
CMYK
RGB Variations
Color information
#CFA2AF (or 0xCFA2AF) is known color: Careys Pink. HEX triplet: CF, A2 and AF. RGB value is (207,162,175). Sum of RGB (Red+Green+Blue) = 207+162+175=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA2AF is #305D50. Grayscale: #B0B0B0. Windows color (decimal): -3169617 or 11510479. OLE color: 11510479.
HSL color Cylindrical-coordinate representation of color #CFA2AF: hue angle of 342.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2AF is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 175 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.19 |
| HSL | 342.67º | 0.32% | 0.72% | - |
| HSV(B) | 342.67º | 0.22% | 0.81% | - |
| XYZ | 46.39 | 42.2 | 46.26 | - |
| YUV | 176.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 175 | 0 | 0.22 | 0.15 | 0.19 | 342.67 | 0.32 | 0.72 |
| Hex | CF | A2 | AF | 0 | 16 | F | 13 | 157 | 20 | 48 |
| Octal | 317 | 242 | 257 | 0 | 26 | 17 | 23 | 527 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10101111 | 0 | 10110 | 1111 | 10011 | 101010111 | 100000 | 1001000 |
Color Harmonies of #CFA2AF
Complementary color
Monochromatic Colors of #CFA2AF
Black with #CFA2AF
Text Example
Text Example
White with #CFA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2AF; }
p { color: rgb(207,162,175); }
H1.HeaderClassName
{
color: #CFA2AF;
}
.AnyTagClassName
{
color: #CFA2AF;
}
</style>
background-color css
<style>
a { background-color: #CFA2AF; }
a { background-color: rgb(207,162,175); }
div.DivClassName
{
background-color: #CFA2AF;
}
.BgClassName
{
background-color: #CFA2AF;
}
</style>
border-color css
<style>
span { border-color: #CFA2AF; }
span { border-color: rgb(207,162,175); }
td.TdClassName
{
border-color: #CFA2AF;
}
.TagClassName
{
border-color: #CFA2AF;
}
</style>