Shades of Careys Pink #CFA4A5
Tints of Careys Pink #CFA4A5
RGB
CMYK
RGB Variations
Color information
#CFA4A5 (or 0xCFA4A5) is known color: Careys Pink. HEX triplet: CF, A4 and A5. RGB value is (207,164,165). Sum of RGB (Red+Green+Blue) = 207+164+165=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4A5 is #305B5A. Grayscale: #B1B1B1. Windows color (decimal): -3169115 or 10855631. OLE color: 10855631.
HSL color Cylindrical-coordinate representation of color #CFA4A5: hue angle of 358.6º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4A5 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 165 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.19 |
| HSL | 358.6º | 0.31% | 0.73% | - |
| HSV(B) | 358.6º | 0.21% | 0.81% | - |
| XYZ | 45.8 | 42.53 | 41.39 | - |
| YUV | 176.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 165 | 0 | 0.21 | 0.20 | 0.19 | 358.6 | 0.31 | 0.73 |
| Hex | CF | A4 | A5 | 0 | 15 | 14 | 13 | 167 | 1F | 49 |
| Octal | 317 | 244 | 245 | 0 | 25 | 24 | 23 | 547 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10100101 | 0 | 10101 | 10100 | 10011 | 101100111 | 11111 | 1001001 |
Color Harmonies of #CFA4A5
Complementary color
Monochromatic Colors of #CFA4A5
Black with #CFA4A5
Text Example
Text Example
White with #CFA4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4A5; }
p { color: rgb(207,164,165); }
H1.HeaderClassName
{
color: #CFA4A5;
}
.AnyTagClassName
{
color: #CFA4A5;
}
</style>
background-color css
<style>
a { background-color: #CFA4A5; }
a { background-color: rgb(207,164,165); }
div.DivClassName
{
background-color: #CFA4A5;
}
.BgClassName
{
background-color: #CFA4A5;
}
</style>
border-color css
<style>
span { border-color: #CFA4A5; }
span { border-color: rgb(207,164,165); }
td.TdClassName
{
border-color: #CFA4A5;
}
.TagClassName
{
border-color: #CFA4A5;
}
</style>