Shades of Careys Pink #CFA5AD
Tints of Careys Pink #CFA5AD
RGB
CMYK
RGB Variations
Color information
#CFA5AD (or 0xCFA5AD) is known color: Careys Pink. HEX triplet: CF, A5 and AD. RGB value is (207,165,173). Sum of RGB (Red+Green+Blue) = 207+165+173=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5AD is #305A52. Grayscale: #B2B2B2. Windows color (decimal): -3168851 or 11380175. OLE color: 11380175.
HSL color Cylindrical-coordinate representation of color #CFA5AD: hue angle of 348.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 #CFA5AD is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 173 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.19 |
| HSL | 348.57º | 0.3% | 0.73% | - |
| HSV(B) | 348.57º | 0.2% | 0.81% | - |
| XYZ | 46.73 | 43.19 | 45.41 | - |
| YUV | 178.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 173 | 0 | 0.20 | 0.16 | 0.19 | 348.57 | 0.3 | 0.73 |
| Hex | CF | A5 | AD | 0 | 14 | 10 | 13 | 15D | 1E | 49 |
| Octal | 317 | 245 | 255 | 0 | 24 | 20 | 23 | 535 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10101101 | 0 | 10100 | 10000 | 10011 | 101011101 | 11110 | 1001001 |
Color Harmonies of #CFA5AD
Complementary color
Monochromatic Colors of #CFA5AD
Black with #CFA5AD
Text Example
Text Example
White with #CFA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5AD; }
p { color: rgb(207,165,173); }
H1.HeaderClassName
{
color: #CFA5AD;
}
.AnyTagClassName
{
color: #CFA5AD;
}
</style>
background-color css
<style>
a { background-color: #CFA5AD; }
a { background-color: rgb(207,165,173); }
div.DivClassName
{
background-color: #CFA5AD;
}
.BgClassName
{
background-color: #CFA5AD;
}
</style>
border-color css
<style>
span { border-color: #CFA5AD; }
span { border-color: rgb(207,165,173); }
td.TdClassName
{
border-color: #CFA5AD;
}
.TagClassName
{
border-color: #CFA5AD;
}
</style>