Shades of Careys Pink #D39499
Tints of Careys Pink #D39499
RGB
CMYK
RGB Variations
Color information
#D39499 (or 0xD39499) is known color: Careys Pink. HEX triplet: D3, 94 and 99. RGB value is (211,148,153). Sum of RGB (Red+Green+Blue) = 211+148+153=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D39499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39499 is #2C6B66. Grayscale: #A7A7A7. Windows color (decimal): -2911079 or 10065107. OLE color: 10065107.
HSL color Cylindrical-coordinate representation of color #D39499: hue angle of 355.24º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39499 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 153 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.17 |
| HSL | 355.24º | 0.42% | 0.7% | - |
| HSV(B) | 355.24º | 0.3% | 0.83% | - |
| XYZ | 43.2 | 37.33 | 35.07 | - |
| YUV | 167.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 153 | 0 | 0.30 | 0.27 | 0.17 | 355.24 | 0.42 | 0.7 |
| Hex | D3 | 94 | 99 | 0 | 1E | 1B | 11 | 163 | 2A | 46 |
| Octal | 323 | 224 | 231 | 0 | 36 | 33 | 21 | 543 | 52 | 106 |
| Binary | 11010011 | 10010100 | 10011001 | 0 | 11110 | 11011 | 10001 | 101100011 | 101010 | 1000110 |
Color Harmonies of #D39499
Complementary color
Monochromatic Colors of #D39499
Black with #D39499
Text Example
Text Example
White with #D39499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39499; }
p { color: rgb(211,148,153); }
H1.HeaderClassName
{
color: #D39499;
}
.AnyTagClassName
{
color: #D39499;
}
</style>
background-color css
<style>
a { background-color: #D39499; }
a { background-color: rgb(211,148,153); }
div.DivClassName
{
background-color: #D39499;
}
.BgClassName
{
background-color: #D39499;
}
</style>
border-color css
<style>
span { border-color: #D39499; }
span { border-color: rgb(211,148,153); }
td.TdClassName
{
border-color: #D39499;
}
.TagClassName
{
border-color: #D39499;
}
</style>