Shades of Careys Pink #CFA5A6
Tints of Careys Pink #CFA5A6
RGB
CMYK
RGB Variations
Color information
#CFA5A6 (or 0xCFA5A6) is known color: Careys Pink. HEX triplet: CF, A5 and A6. RGB value is (207,165,166). Sum of RGB (Red+Green+Blue) = 207+165+166=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5A6 is #305A59. Grayscale: #B1B1B1. Windows color (decimal): -3168858 or 10921423. OLE color: 10921423.
HSL color Cylindrical-coordinate representation of color #CFA5A6: hue angle of 358.57º 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 #CFA5A6 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 166 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.19 |
| HSL | 358.57º | 0.3% | 0.73% | - |
| HSV(B) | 358.57º | 0.2% | 0.81% | - |
| XYZ | 46.07 | 42.93 | 41.93 | - |
| YUV | 177.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 166 | 0 | 0.20 | 0.20 | 0.19 | 358.57 | 0.3 | 0.73 |
| Hex | CF | A5 | A6 | 0 | 14 | 14 | 13 | 167 | 1E | 49 |
| Octal | 317 | 245 | 246 | 0 | 24 | 24 | 23 | 547 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10100110 | 0 | 10100 | 10100 | 10011 | 101100111 | 11110 | 1001001 |
Color Harmonies of #CFA5A6
Complementary color
Monochromatic Colors of #CFA5A6
Black with #CFA5A6
Text Example
Text Example
White with #CFA5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5A6; }
p { color: rgb(207,165,166); }
H1.HeaderClassName
{
color: #CFA5A6;
}
.AnyTagClassName
{
color: #CFA5A6;
}
</style>
background-color css
<style>
a { background-color: #CFA5A6; }
a { background-color: rgb(207,165,166); }
div.DivClassName
{
background-color: #CFA5A6;
}
.BgClassName
{
background-color: #CFA5A6;
}
</style>
border-color css
<style>
span { border-color: #CFA5A6; }
span { border-color: rgb(207,165,166); }
td.TdClassName
{
border-color: #CFA5A6;
}
.TagClassName
{
border-color: #CFA5A6;
}
</style>