Shades of Careys Pink #CE9DA4
Tints of Careys Pink #CE9DA4
RGB
CMYK
RGB Variations
Color information
#CE9DA4 (or 0xCE9DA4) is known color: Careys Pink. HEX triplet: CE, 9D and A4. RGB value is (206,157,164). Sum of RGB (Red+Green+Blue) = 206+157+164=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9DA4 is #31625B. Grayscale: #ACACAC. Windows color (decimal): -3236444 or 10788302. OLE color: 10788302.
HSL color Cylindrical-coordinate representation of color #CE9DA4: hue angle of 351.43º 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 #CE9DA4 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 164 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.19 |
| HSL | 351.43º | 0.33% | 0.71% | - |
| HSV(B) | 351.43º | 0.24% | 0.81% | - |
| XYZ | 44.21 | 39.92 | 40.5 | - |
| YUV | 172.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 164 | 0 | 0.24 | 0.20 | 0.19 | 351.43 | 0.33 | 0.71 |
| Hex | CE | 9D | A4 | 0 | 18 | 14 | 13 | 15F | 21 | 47 |
| Octal | 316 | 235 | 244 | 0 | 30 | 24 | 23 | 537 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10100100 | 0 | 11000 | 10100 | 10011 | 101011111 | 100001 | 1000111 |
Color Harmonies of #CE9DA4
Complementary color
Monochromatic Colors of #CE9DA4
Black with #CE9DA4
Text Example
Text Example
White with #CE9DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DA4; }
p { color: rgb(206,157,164); }
H1.HeaderClassName
{
color: #CE9DA4;
}
.AnyTagClassName
{
color: #CE9DA4;
}
</style>
background-color css
<style>
a { background-color: #CE9DA4; }
a { background-color: rgb(206,157,164); }
div.DivClassName
{
background-color: #CE9DA4;
}
.BgClassName
{
background-color: #CE9DA4;
}
</style>
border-color css
<style>
span { border-color: #CE9DA4; }
span { border-color: rgb(206,157,164); }
td.TdClassName
{
border-color: #CE9DA4;
}
.TagClassName
{
border-color: #CE9DA4;
}
</style>