Shades of Careys Pink #D39799
Tints of Careys Pink #D39799
RGB
CMYK
RGB Variations
Color information
#D39799 (or 0xD39799) is known color: Careys Pink. HEX triplet: D3, 97 and 99. RGB value is (211,151,153). Sum of RGB (Red+Green+Blue) = 211+151+153=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D39799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39799 is #2C6866. Grayscale: #A9A9A9. Windows color (decimal): -2910311 or 10065875. OLE color: 10065875.
HSL color Cylindrical-coordinate representation of color #D39799: hue angle of 358º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39799 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 153 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.17 |
| HSL | 358º | 0.41% | 0.71% | - |
| HSV(B) | 358º | 0.28% | 0.83% | - |
| XYZ | 43.68 | 38.28 | 35.22 | - |
| YUV | 169.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 153 | 0 | 0.28 | 0.27 | 0.17 | 358 | 0.41 | 0.71 |
| Hex | D3 | 97 | 99 | 0 | 1C | 1B | 11 | 166 | 29 | 47 |
| Octal | 323 | 227 | 231 | 0 | 34 | 33 | 21 | 546 | 51 | 107 |
| Binary | 11010011 | 10010111 | 10011001 | 0 | 11100 | 11011 | 10001 | 101100110 | 101001 | 1000111 |
Color Harmonies of #D39799
Complementary color
Monochromatic Colors of #D39799
Black with #D39799
Text Example
Text Example
White with #D39799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39799; }
p { color: rgb(211,151,153); }
H1.HeaderClassName
{
color: #D39799;
}
.AnyTagClassName
{
color: #D39799;
}
</style>
background-color css
<style>
a { background-color: #D39799; }
a { background-color: rgb(211,151,153); }
div.DivClassName
{
background-color: #D39799;
}
.BgClassName
{
background-color: #D39799;
}
</style>
border-color css
<style>
span { border-color: #D39799; }
span { border-color: rgb(211,151,153); }
td.TdClassName
{
border-color: #D39799;
}
.TagClassName
{
border-color: #D39799;
}
</style>