Shades of Careys Pink #CE939B
Tints of Careys Pink #CE939B
RGB
CMYK
RGB Variations
Color information
#CE939B (or 0xCE939B) is known color: Careys Pink. HEX triplet: CE, 93 and 9B. RGB value is (206,147,155). Sum of RGB (Red+Green+Blue) = 206+147+155=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE939B is #316C64. Grayscale: #A5A5A5. Windows color (decimal): -3239013 or 10195918. OLE color: 10195918.
HSL color Cylindrical-coordinate representation of color #CE939B: hue angle of 351.86º 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 #CE939B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 155 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.19 |
| HSL | 351.86º | 0.38% | 0.69% | - |
| HSV(B) | 351.86º | 0.29% | 0.81% | - |
| XYZ | 41.8 | 36.36 | 35.82 | - |
| YUV | 165.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 155 | 0 | 0.29 | 0.25 | 0.19 | 351.86 | 0.38 | 0.69 |
| Hex | CE | 93 | 9B | 0 | 1D | 19 | 13 | 160 | 26 | 45 |
| Octal | 316 | 223 | 233 | 0 | 35 | 31 | 23 | 540 | 46 | 105 |
| Binary | 11001110 | 10010011 | 10011011 | 0 | 11101 | 11001 | 10011 | 101100000 | 100110 | 1000101 |
Color Harmonies of #CE939B
Complementary color
Monochromatic Colors of #CE939B
Black with #CE939B
Text Example
Text Example
White with #CE939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE939B; }
p { color: rgb(206,147,155); }
H1.HeaderClassName
{
color: #CE939B;
}
.AnyTagClassName
{
color: #CE939B;
}
</style>
background-color css
<style>
a { background-color: #CE939B; }
a { background-color: rgb(206,147,155); }
div.DivClassName
{
background-color: #CE939B;
}
.BgClassName
{
background-color: #CE939B;
}
</style>
border-color css
<style>
span { border-color: #CE939B; }
span { border-color: rgb(206,147,155); }
td.TdClassName
{
border-color: #CE939B;
}
.TagClassName
{
border-color: #CE939B;
}
</style>