Shades of Careys Pink #CFA0A2
Tints of Careys Pink #CFA0A2
RGB
CMYK
RGB Variations
Color information
#CFA0A2 (or 0xCFA0A2) is known color: Careys Pink. HEX triplet: CF, A0 and A2. RGB value is (207,160,162). Sum of RGB (Red+Green+Blue) = 207+160+162=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA0A2 is #305F5D. Grayscale: #AEAEAE. Windows color (decimal): -3170142 or 10657999. OLE color: 10657999.
HSL color Cylindrical-coordinate representation of color #CFA0A2: hue angle of 357.45º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0A2 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 162 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.19 |
| HSL | 357.45º | 0.33% | 0.72% | - |
| HSV(B) | 357.45º | 0.23% | 0.81% | - |
| XYZ | 44.82 | 41.02 | 39.74 | - |
| YUV | 174.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 162 | 0 | 0.23 | 0.22 | 0.19 | 357.45 | 0.33 | 0.72 |
| Hex | CF | A0 | A2 | 0 | 17 | 16 | 13 | 165 | 21 | 48 |
| Octal | 317 | 240 | 242 | 0 | 27 | 26 | 23 | 545 | 41 | 110 |
| Binary | 11001111 | 10100000 | 10100010 | 0 | 10111 | 10110 | 10011 | 101100101 | 100001 | 1001000 |
Color Harmonies of #CFA0A2
Complementary color
Monochromatic Colors of #CFA0A2
Black with #CFA0A2
Text Example
Text Example
White with #CFA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0A2; }
p { color: rgb(207,160,162); }
H1.HeaderClassName
{
color: #CFA0A2;
}
.AnyTagClassName
{
color: #CFA0A2;
}
</style>
background-color css
<style>
a { background-color: #CFA0A2; }
a { background-color: rgb(207,160,162); }
div.DivClassName
{
background-color: #CFA0A2;
}
.BgClassName
{
background-color: #CFA0A2;
}
</style>
border-color css
<style>
span { border-color: #CFA0A2; }
span { border-color: rgb(207,160,162); }
td.TdClassName
{
border-color: #CFA0A2;
}
.TagClassName
{
border-color: #CFA0A2;
}
</style>