Shades of Careys Pink #D49C9F
Tints of Careys Pink #D49C9F
RGB
CMYK
RGB Variations
Color information
#D49C9F (or 0xD49C9F) is known color: Careys Pink. HEX triplet: D4, 9C and 9F. RGB value is (212,156,159). Sum of RGB (Red+Green+Blue) = 212+156+159=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C9F is #2B6360. Grayscale: #ADADAD. Windows color (decimal): -2843489 or 10460372. OLE color: 10460372.
HSL color Cylindrical-coordinate representation of color #D49C9F: hue angle of 356.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49C9F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 159 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.17 |
| HSL | 356.79º | 0.39% | 0.72% | - |
| HSV(B) | 356.79º | 0.26% | 0.83% | - |
| XYZ | 45.3 | 40.28 | 38.19 | - |
| YUV | 173.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 159 | 0 | 0.26 | 0.25 | 0.17 | 356.79 | 0.39 | 0.72 |
| Hex | D4 | 9C | 9F | 0 | 1A | 19 | 11 | 165 | 27 | 48 |
| Octal | 324 | 234 | 237 | 0 | 32 | 31 | 21 | 545 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10011111 | 0 | 11010 | 11001 | 10001 | 101100101 | 100111 | 1001000 |
Color Harmonies of #D49C9F
Complementary color
Monochromatic Colors of #D49C9F
Black with #D49C9F
Text Example
Text Example
White with #D49C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C9F; }
p { color: rgb(212,156,159); }
H1.HeaderClassName
{
color: #D49C9F;
}
.AnyTagClassName
{
color: #D49C9F;
}
</style>
background-color css
<style>
a { background-color: #D49C9F; }
a { background-color: rgb(212,156,159); }
div.DivClassName
{
background-color: #D49C9F;
}
.BgClassName
{
background-color: #D49C9F;
}
</style>
border-color css
<style>
span { border-color: #D49C9F; }
span { border-color: rgb(212,156,159); }
td.TdClassName
{
border-color: #D49C9F;
}
.TagClassName
{
border-color: #D49C9F;
}
</style>