Shades of Careys Pink #CFA2AA
Tints of Careys Pink #CFA2AA
RGB
CMYK
RGB Variations
Color information
#CFA2AA (or 0xCFA2AA) is known color: Careys Pink. HEX triplet: CF, A2 and AA. RGB value is (207,162,170). Sum of RGB (Red+Green+Blue) = 207+162+170=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA2AA is #305D55. Grayscale: #B0B0B0. Windows color (decimal): -3169622 or 11182799. OLE color: 11182799.
HSL color Cylindrical-coordinate representation of color #CFA2AA: hue angle of 349.33º 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 #CFA2AA is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 170 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.19 |
| HSL | 349.33º | 0.32% | 0.72% | - |
| HSV(B) | 349.33º | 0.22% | 0.81% | - |
| XYZ | 45.91 | 42.01 | 43.72 | - |
| YUV | 176.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 170 | 0 | 0.22 | 0.18 | 0.19 | 349.33 | 0.32 | 0.72 |
| Hex | CF | A2 | AA | 0 | 16 | 12 | 13 | 15D | 20 | 48 |
| Octal | 317 | 242 | 252 | 0 | 26 | 22 | 23 | 535 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10101010 | 0 | 10110 | 10010 | 10011 | 101011101 | 100000 | 1001000 |
Color Harmonies of #CFA2AA
Complementary color
Monochromatic Colors of #CFA2AA
Black with #CFA2AA
Text Example
Text Example
White with #CFA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2AA; }
p { color: rgb(207,162,170); }
H1.HeaderClassName
{
color: #CFA2AA;
}
.AnyTagClassName
{
color: #CFA2AA;
}
</style>
background-color css
<style>
a { background-color: #CFA2AA; }
a { background-color: rgb(207,162,170); }
div.DivClassName
{
background-color: #CFA2AA;
}
.BgClassName
{
background-color: #CFA2AA;
}
</style>
border-color css
<style>
span { border-color: #CFA2AA; }
span { border-color: rgb(207,162,170); }
td.TdClassName
{
border-color: #CFA2AA;
}
.TagClassName
{
border-color: #CFA2AA;
}
</style>