Shades of Careys Pink #CF98A8
Tints of Careys Pink #CF98A8
RGB
CMYK
RGB Variations
Color information
#CF98A8 (or 0xCF98A8) is known color: Careys Pink. HEX triplet: CF, 98 and A8. RGB value is (207,152,168). Sum of RGB (Red+Green+Blue) = 207+152+168=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF98A8 is #306757. Grayscale: #AAAAAA. Windows color (decimal): -3172184 or 11049167. OLE color: 11049167.
HSL color Cylindrical-coordinate representation of color #CF98A8: hue angle of 342.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF98A8 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 168 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.19 |
| HSL | 342.55º | 0.36% | 0.7% | - |
| HSV(B) | 342.55º | 0.27% | 0.81% | - |
| XYZ | 44.03 | 38.55 | 42.17 | - |
| YUV | 170.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 168 | 0 | 0.27 | 0.19 | 0.19 | 342.55 | 0.36 | 0.7 |
| Hex | CF | 98 | A8 | 0 | 1B | 13 | 13 | 157 | 24 | 46 |
| Octal | 317 | 230 | 250 | 0 | 33 | 23 | 23 | 527 | 44 | 106 |
| Binary | 11001111 | 10011000 | 10101000 | 0 | 11011 | 10011 | 10011 | 101010111 | 100100 | 1000110 |
Color Harmonies of #CF98A8
Complementary color
Monochromatic Colors of #CF98A8
Black with #CF98A8
Text Example
Text Example
White with #CF98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98A8; }
p { color: rgb(207,152,168); }
H1.HeaderClassName
{
color: #CF98A8;
}
.AnyTagClassName
{
color: #CF98A8;
}
</style>
background-color css
<style>
a { background-color: #CF98A8; }
a { background-color: rgb(207,152,168); }
div.DivClassName
{
background-color: #CF98A8;
}
.BgClassName
{
background-color: #CF98A8;
}
</style>
border-color css
<style>
span { border-color: #CF98A8; }
span { border-color: rgb(207,152,168); }
td.TdClassName
{
border-color: #CF98A8;
}
.TagClassName
{
border-color: #CF98A8;
}
</style>