Shades of Careys Pink #CFA4B0
Tints of Careys Pink #CFA4B0
RGB
CMYK
RGB Variations
Color information
#CFA4B0 (or 0xCFA4B0) is known color: Careys Pink. HEX triplet: CF, A4 and B0. RGB value is (207,164,176). Sum of RGB (Red+Green+Blue) = 207+164+176=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4B0 is #305B4F. Grayscale: #B2B2B2. Windows color (decimal): -3169104 or 11576527. OLE color: 11576527.
HSL color Cylindrical-coordinate representation of color #CFA4B0: hue angle of 343.26º 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 #CFA4B0 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 176 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.19 |
| HSL | 343.26º | 0.31% | 0.73% | - |
| HSV(B) | 343.26º | 0.21% | 0.81% | - |
| XYZ | 46.84 | 42.95 | 46.9 | - |
| YUV | 178.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 176 | 0 | 0.21 | 0.15 | 0.19 | 343.26 | 0.31 | 0.73 |
| Hex | CF | A4 | B0 | 0 | 15 | F | 13 | 157 | 1F | 49 |
| Octal | 317 | 244 | 260 | 0 | 25 | 17 | 23 | 527 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10110000 | 0 | 10101 | 1111 | 10011 | 101010111 | 11111 | 1001001 |
Color Harmonies of #CFA4B0
Complementary color
Monochromatic Colors of #CFA4B0
Black with #CFA4B0
Text Example
Text Example
White with #CFA4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4B0; }
p { color: rgb(207,164,176); }
H1.HeaderClassName
{
color: #CFA4B0;
}
.AnyTagClassName
{
color: #CFA4B0;
}
</style>
background-color css
<style>
a { background-color: #CFA4B0; }
a { background-color: rgb(207,164,176); }
div.DivClassName
{
background-color: #CFA4B0;
}
.BgClassName
{
background-color: #CFA4B0;
}
</style>
border-color css
<style>
span { border-color: #CFA4B0; }
span { border-color: rgb(207,164,176); }
td.TdClassName
{
border-color: #CFA4B0;
}
.TagClassName
{
border-color: #CFA4B0;
}
</style>