Shades of Careys Pink #CFA6AF
Tints of Careys Pink #CFA6AF
RGB
CMYK
RGB Variations
Color information
#CFA6AF (or 0xCFA6AF) is known color: Careys Pink. HEX triplet: CF, A6 and AF. RGB value is (207,166,175). Sum of RGB (Red+Green+Blue) = 207+166+175=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6AF is #305950. Grayscale: #B3B3B3. Windows color (decimal): -3168593 or 11511503. OLE color: 11511503.
HSL color Cylindrical-coordinate representation of color #CFA6AF: hue angle of 346.83º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6AF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 175 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.19 |
| HSL | 346.83º | 0.3% | 0.73% | - |
| HSV(B) | 346.83º | 0.2% | 0.81% | - |
| XYZ | 47.11 | 43.63 | 46.5 | - |
| YUV | 179.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 175 | 0 | 0.20 | 0.15 | 0.19 | 346.83 | 0.3 | 0.73 |
| Hex | CF | A6 | AF | 0 | 14 | F | 13 | 15B | 1E | 49 |
| Octal | 317 | 246 | 257 | 0 | 24 | 17 | 23 | 533 | 36 | 111 |
| Binary | 11001111 | 10100110 | 10101111 | 0 | 10100 | 1111 | 10011 | 101011011 | 11110 | 1001001 |
Color Harmonies of #CFA6AF
Complementary color
Monochromatic Colors of #CFA6AF
Black with #CFA6AF
Text Example
Text Example
White with #CFA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6AF; }
p { color: rgb(207,166,175); }
H1.HeaderClassName
{
color: #CFA6AF;
}
.AnyTagClassName
{
color: #CFA6AF;
}
</style>
background-color css
<style>
a { background-color: #CFA6AF; }
a { background-color: rgb(207,166,175); }
div.DivClassName
{
background-color: #CFA6AF;
}
.BgClassName
{
background-color: #CFA6AF;
}
</style>
border-color css
<style>
span { border-color: #CFA6AF; }
span { border-color: rgb(207,166,175); }
td.TdClassName
{
border-color: #CFA6AF;
}
.TagClassName
{
border-color: #CFA6AF;
}
</style>