Shades of Careys Pink #CE949D
Tints of Careys Pink #CE949D
RGB
CMYK
RGB Variations
Color information
#CE949D (or 0xCE949D) is known color: Careys Pink. HEX triplet: CE, 94 and 9D. RGB value is (206,148,157). Sum of RGB (Red+Green+Blue) = 206+148+157=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949D is #316B62. Grayscale: #A6A6A6. Windows color (decimal): -3238755 or 10327246. OLE color: 10327246.
HSL color Cylindrical-coordinate representation of color #CE949D: hue angle of 350.69º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE949D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 157 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.19 |
| HSL | 350.69º | 0.37% | 0.69% | - |
| HSV(B) | 350.69º | 0.28% | 0.81% | - |
| XYZ | 42.13 | 36.74 | 36.77 | - |
| YUV | 166.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 157 | 0 | 0.28 | 0.24 | 0.19 | 350.69 | 0.37 | 0.69 |
| Hex | CE | 94 | 9D | 0 | 1C | 18 | 13 | 15F | 25 | 45 |
| Octal | 316 | 224 | 235 | 0 | 34 | 30 | 23 | 537 | 45 | 105 |
| Binary | 11001110 | 10010100 | 10011101 | 0 | 11100 | 11000 | 10011 | 101011111 | 100101 | 1000101 |
Color Harmonies of #CE949D
Complementary color
Monochromatic Colors of #CE949D
Black with #CE949D
Text Example
Text Example
White with #CE949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE949D; }
p { color: rgb(206,148,157); }
H1.HeaderClassName
{
color: #CE949D;
}
.AnyTagClassName
{
color: #CE949D;
}
</style>
background-color css
<style>
a { background-color: #CE949D; }
a { background-color: rgb(206,148,157); }
div.DivClassName
{
background-color: #CE949D;
}
.BgClassName
{
background-color: #CE949D;
}
</style>
border-color css
<style>
span { border-color: #CE949D; }
span { border-color: rgb(206,148,157); }
td.TdClassName
{
border-color: #CE949D;
}
.TagClassName
{
border-color: #CE949D;
}
</style>