Shades of Careys Pink #CFA0A7
Tints of Careys Pink #CFA0A7
RGB
CMYK
RGB Variations
Color information
#CFA0A7 (or 0xCFA0A7) is known color: Careys Pink. HEX triplet: CF, A0 and A7. RGB value is (207,160,167). Sum of RGB (Red+Green+Blue) = 207+160+167=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA0A7 is #305F58. Grayscale: #AEAEAE. Windows color (decimal): -3170137 or 10985679. OLE color: 10985679.
HSL color Cylindrical-coordinate representation of color #CFA0A7: hue angle of 351.06º 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 #CFA0A7 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 167 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.19 |
| HSL | 351.06º | 0.33% | 0.72% | - |
| HSV(B) | 351.06º | 0.23% | 0.81% | - |
| XYZ | 45.28 | 41.2 | 42.12 | - |
| YUV | 174.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 167 | 0 | 0.23 | 0.19 | 0.19 | 351.06 | 0.33 | 0.72 |
| Hex | CF | A0 | A7 | 0 | 17 | 13 | 13 | 15F | 21 | 48 |
| Octal | 317 | 240 | 247 | 0 | 27 | 23 | 23 | 537 | 41 | 110 |
| Binary | 11001111 | 10100000 | 10100111 | 0 | 10111 | 10011 | 10011 | 101011111 | 100001 | 1001000 |
Color Harmonies of #CFA0A7
Complementary color
Monochromatic Colors of #CFA0A7
Black with #CFA0A7
Text Example
Text Example
White with #CFA0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0A7; }
p { color: rgb(207,160,167); }
H1.HeaderClassName
{
color: #CFA0A7;
}
.AnyTagClassName
{
color: #CFA0A7;
}
</style>
background-color css
<style>
a { background-color: #CFA0A7; }
a { background-color: rgb(207,160,167); }
div.DivClassName
{
background-color: #CFA0A7;
}
.BgClassName
{
background-color: #CFA0A7;
}
</style>
border-color css
<style>
span { border-color: #CFA0A7; }
span { border-color: rgb(207,160,167); }
td.TdClassName
{
border-color: #CFA0A7;
}
.TagClassName
{
border-color: #CFA0A7;
}
</style>