Shades of Careys Pink #CE9FA5
Tints of Careys Pink #CE9FA5
RGB
CMYK
RGB Variations
Color information
#CE9FA5 (or 0xCE9FA5) is known color: Careys Pink. HEX triplet: CE, 9F and A5. RGB value is (206,159,165). Sum of RGB (Red+Green+Blue) = 206+159+165=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FA5 is #31605A. Grayscale: #ADADAD. Windows color (decimal): -3235931 or 10854350. OLE color: 10854350.
HSL color Cylindrical-coordinate representation of color #CE9FA5: hue angle of 352.34º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FA5 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 165 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.19 |
| HSL | 352.34º | 0.32% | 0.72% | - |
| HSV(B) | 352.34º | 0.23% | 0.81% | - |
| XYZ | 44.64 | 40.63 | 41.09 | - |
| YUV | 173.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 165 | 0 | 0.23 | 0.20 | 0.19 | 352.34 | 0.32 | 0.72 |
| Hex | CE | 9F | A5 | 0 | 17 | 14 | 13 | 160 | 20 | 48 |
| Octal | 316 | 237 | 245 | 0 | 27 | 24 | 23 | 540 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10100101 | 0 | 10111 | 10100 | 10011 | 101100000 | 100000 | 1001000 |
Color Harmonies of #CE9FA5
Complementary color
Monochromatic Colors of #CE9FA5
Black with #CE9FA5
Text Example
Text Example
White with #CE9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FA5; }
p { color: rgb(206,159,165); }
H1.HeaderClassName
{
color: #CE9FA5;
}
.AnyTagClassName
{
color: #CE9FA5;
}
</style>
background-color css
<style>
a { background-color: #CE9FA5; }
a { background-color: rgb(206,159,165); }
div.DivClassName
{
background-color: #CE9FA5;
}
.BgClassName
{
background-color: #CE9FA5;
}
</style>
border-color css
<style>
span { border-color: #CE9FA5; }
span { border-color: rgb(206,159,165); }
td.TdClassName
{
border-color: #CE9FA5;
}
.TagClassName
{
border-color: #CE9FA5;
}
</style>