Shades of Careys Pink #CFA5A8
Tints of Careys Pink #CFA5A8
RGB
CMYK
RGB Variations
Color information
#CFA5A8 (or 0xCFA5A8) is known color: Careys Pink. HEX triplet: CF, A5 and A8. RGB value is (207,165,168). Sum of RGB (Red+Green+Blue) = 207+165+168=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5A8 is #305A57. Grayscale: #B1B1B1. Windows color (decimal): -3168856 or 11052495. OLE color: 11052495.
HSL color Cylindrical-coordinate representation of color #CFA5A8: hue angle of 355.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 #CFA5A8 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 168 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.19 |
| HSL | 355.71º | 0.3% | 0.73% | - |
| HSV(B) | 355.71º | 0.2% | 0.81% | - |
| XYZ | 46.26 | 43 | 42.91 | - |
| YUV | 177.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 168 | 0 | 0.20 | 0.19 | 0.19 | 355.71 | 0.3 | 0.73 |
| Hex | CF | A5 | A8 | 0 | 14 | 13 | 13 | 164 | 1E | 49 |
| Octal | 317 | 245 | 250 | 0 | 24 | 23 | 23 | 544 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10101000 | 0 | 10100 | 10011 | 10011 | 101100100 | 11110 | 1001001 |
Color Harmonies of #CFA5A8
Complementary color
Monochromatic Colors of #CFA5A8
Black with #CFA5A8
Text Example
Text Example
White with #CFA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5A8; }
p { color: rgb(207,165,168); }
H1.HeaderClassName
{
color: #CFA5A8;
}
.AnyTagClassName
{
color: #CFA5A8;
}
</style>
background-color css
<style>
a { background-color: #CFA5A8; }
a { background-color: rgb(207,165,168); }
div.DivClassName
{
background-color: #CFA5A8;
}
.BgClassName
{
background-color: #CFA5A8;
}
</style>
border-color css
<style>
span { border-color: #CFA5A8; }
span { border-color: rgb(207,165,168); }
td.TdClassName
{
border-color: #CFA5A8;
}
.TagClassName
{
border-color: #CFA5A8;
}
</style>