Shades of Careys Pink #CE9598
Tints of Careys Pink #CE9598
RGB
CMYK
RGB Variations
Color information
#CE9598 (or 0xCE9598) is known color: Careys Pink. HEX triplet: CE, 95 and 98. RGB value is (206,149,152). Sum of RGB (Red+Green+Blue) = 206+149+152=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9598 is #316A67. Grayscale: #A6A6A6. Windows color (decimal): -3238504 or 9999822. OLE color: 9999822.
HSL color Cylindrical-coordinate representation of color #CE9598: hue angle of 356.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9598 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 152 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.19 |
| HSL | 356.84º | 0.37% | 0.7% | - |
| HSV(B) | 356.84º | 0.28% | 0.81% | - |
| XYZ | 41.87 | 36.88 | 34.62 | - |
| YUV | 166.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 152 | 0 | 0.28 | 0.26 | 0.19 | 356.84 | 0.37 | 0.7 |
| Hex | CE | 95 | 98 | 0 | 1C | 1A | 13 | 165 | 25 | 46 |
| Octal | 316 | 225 | 230 | 0 | 34 | 32 | 23 | 545 | 45 | 106 |
| Binary | 11001110 | 10010101 | 10011000 | 0 | 11100 | 11010 | 10011 | 101100101 | 100101 | 1000110 |
Color Harmonies of #CE9598
Complementary color
Monochromatic Colors of #CE9598
Black with #CE9598
Text Example
Text Example
White with #CE9598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9598; }
p { color: rgb(206,149,152); }
H1.HeaderClassName
{
color: #CE9598;
}
.AnyTagClassName
{
color: #CE9598;
}
</style>
background-color css
<style>
a { background-color: #CE9598; }
a { background-color: rgb(206,149,152); }
div.DivClassName
{
background-color: #CE9598;
}
.BgClassName
{
background-color: #CE9598;
}
</style>
border-color css
<style>
span { border-color: #CE9598; }
span { border-color: rgb(206,149,152); }
td.TdClassName
{
border-color: #CE9598;
}
.TagClassName
{
border-color: #CE9598;
}
</style>