Shades of Careys Pink #CE9DA3
Tints of Careys Pink #CE9DA3
RGB
CMYK
RGB Variations
Color information
#CE9DA3 (or 0xCE9DA3) is known color: Careys Pink. HEX triplet: CE, 9D and A3. RGB value is (206,157,163). Sum of RGB (Red+Green+Blue) = 206+157+163=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9DA3 is #31625C. Grayscale: #ACACAC. Windows color (decimal): -3236445 or 10722766. OLE color: 10722766.
HSL color Cylindrical-coordinate representation of color #CE9DA3: hue angle of 352.65º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9DA3 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 163 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.19 |
| HSL | 352.65º | 0.33% | 0.71% | - |
| HSV(B) | 352.65º | 0.24% | 0.81% | - |
| XYZ | 44.12 | 39.88 | 40.02 | - |
| YUV | 172.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 163 | 0 | 0.24 | 0.21 | 0.19 | 352.65 | 0.33 | 0.71 |
| Hex | CE | 9D | A3 | 0 | 18 | 15 | 13 | 161 | 21 | 47 |
| Octal | 316 | 235 | 243 | 0 | 30 | 25 | 23 | 541 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10100011 | 0 | 11000 | 10101 | 10011 | 101100001 | 100001 | 1000111 |
Color Harmonies of #CE9DA3
Complementary color
Monochromatic Colors of #CE9DA3
Black with #CE9DA3
Text Example
Text Example
White with #CE9DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DA3; }
p { color: rgb(206,157,163); }
H1.HeaderClassName
{
color: #CE9DA3;
}
.AnyTagClassName
{
color: #CE9DA3;
}
</style>
background-color css
<style>
a { background-color: #CE9DA3; }
a { background-color: rgb(206,157,163); }
div.DivClassName
{
background-color: #CE9DA3;
}
.BgClassName
{
background-color: #CE9DA3;
}
</style>
border-color css
<style>
span { border-color: #CE9DA3; }
span { border-color: rgb(206,157,163); }
td.TdClassName
{
border-color: #CE9DA3;
}
.TagClassName
{
border-color: #CE9DA3;
}
</style>