Shades of Careys Pink #CFA5AF
Tints of Careys Pink #CFA5AF
RGB
CMYK
RGB Variations
Color information
#CFA5AF (or 0xCFA5AF) is known color: Careys Pink. HEX triplet: CF, A5 and AF. RGB value is (207,165,175). Sum of RGB (Red+Green+Blue) = 207+165+175=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5AF is #305A50. Grayscale: #B2B2B2. Windows color (decimal): -3168849 or 11511247. OLE color: 11511247.
HSL color Cylindrical-coordinate representation of color #CFA5AF: hue angle of 345.71º 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 #CFA5AF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 175 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.19 |
| HSL | 345.71º | 0.3% | 0.73% | - |
| HSV(B) | 345.71º | 0.2% | 0.81% | - |
| XYZ | 46.93 | 43.27 | 46.44 | - |
| YUV | 178.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 175 | 0 | 0.20 | 0.15 | 0.19 | 345.71 | 0.3 | 0.73 |
| Hex | CF | A5 | AF | 0 | 14 | F | 13 | 15A | 1E | 49 |
| Octal | 317 | 245 | 257 | 0 | 24 | 17 | 23 | 532 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10101111 | 0 | 10100 | 1111 | 10011 | 101011010 | 11110 | 1001001 |
Color Harmonies of #CFA5AF
Complementary color
Monochromatic Colors of #CFA5AF
Black with #CFA5AF
Text Example
Text Example
White with #CFA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5AF; }
p { color: rgb(207,165,175); }
H1.HeaderClassName
{
color: #CFA5AF;
}
.AnyTagClassName
{
color: #CFA5AF;
}
</style>
background-color css
<style>
a { background-color: #CFA5AF; }
a { background-color: rgb(207,165,175); }
div.DivClassName
{
background-color: #CFA5AF;
}
.BgClassName
{
background-color: #CFA5AF;
}
</style>
border-color css
<style>
span { border-color: #CFA5AF; }
span { border-color: rgb(207,165,175); }
td.TdClassName
{
border-color: #CFA5AF;
}
.TagClassName
{
border-color: #CFA5AF;
}
</style>