Shades of Careys Pink #CE9299
Tints of Careys Pink #CE9299
RGB
CMYK
RGB Variations
Color information
#CE9299 (or 0xCE9299) is known color: Careys Pink. HEX triplet: CE, 92 and 99. RGB value is (206,146,153). Sum of RGB (Red+Green+Blue) = 206+146+153=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9299 is #316D66. Grayscale: #A4A4A4. Windows color (decimal): -3239271 or 10064590. OLE color: 10064590.
HSL color Cylindrical-coordinate representation of color #CE9299: hue angle of 353º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9299 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 153 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.19 |
| HSL | 353º | 0.38% | 0.69% | - |
| HSV(B) | 353º | 0.29% | 0.81% | - |
| XYZ | 41.48 | 35.98 | 34.9 | - |
| YUV | 164.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 153 | 0 | 0.29 | 0.26 | 0.19 | 353 | 0.38 | 0.69 |
| Hex | CE | 92 | 99 | 0 | 1D | 1A | 13 | 161 | 26 | 45 |
| Octal | 316 | 222 | 231 | 0 | 35 | 32 | 23 | 541 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10011001 | 0 | 11101 | 11010 | 10011 | 101100001 | 100110 | 1000101 |
Color Harmonies of #CE9299
Complementary color
Monochromatic Colors of #CE9299
Black with #CE9299
Text Example
Text Example
White with #CE9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9299; }
p { color: rgb(206,146,153); }
H1.HeaderClassName
{
color: #CE9299;
}
.AnyTagClassName
{
color: #CE9299;
}
</style>
background-color css
<style>
a { background-color: #CE9299; }
a { background-color: rgb(206,146,153); }
div.DivClassName
{
background-color: #CE9299;
}
.BgClassName
{
background-color: #CE9299;
}
</style>
border-color css
<style>
span { border-color: #CE9299; }
span { border-color: rgb(206,146,153); }
td.TdClassName
{
border-color: #CE9299;
}
.TagClassName
{
border-color: #CE9299;
}
</style>