Shades of Careys Pink #D4939A
Tints of Careys Pink #D4939A
RGB
CMYK
RGB Variations
Color information
#D4939A (or 0xD4939A) is known color: Careys Pink. HEX triplet: D4, 93 and 9A. RGB value is (212,147,154). Sum of RGB (Red+Green+Blue) = 212+147+154=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4939A is #2B6C65. Grayscale: #A7A7A7. Windows color (decimal): -2845798 or 10130388. OLE color: 10130388.
HSL color Cylindrical-coordinate representation of color #D4939A: hue angle of 353.54º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4939A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 154 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.17 |
| HSL | 353.54º | 0.43% | 0.7% | - |
| HSV(B) | 353.54º | 0.31% | 0.83% | - |
| XYZ | 43.42 | 37.2 | 35.46 | - |
| YUV | 167.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 154 | 0 | 0.31 | 0.27 | 0.17 | 353.54 | 0.43 | 0.7 |
| Hex | D4 | 93 | 9A | 0 | 1F | 1B | 11 | 162 | 2B | 46 |
| Octal | 324 | 223 | 232 | 0 | 37 | 33 | 21 | 542 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10011010 | 0 | 11111 | 11011 | 10001 | 101100010 | 101011 | 1000110 |
Color Harmonies of #D4939A
Complementary color
Monochromatic Colors of #D4939A
Black with #D4939A
Text Example
Text Example
White with #D4939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4939A; }
p { color: rgb(212,147,154); }
H1.HeaderClassName
{
color: #D4939A;
}
.AnyTagClassName
{
color: #D4939A;
}
</style>
background-color css
<style>
a { background-color: #D4939A; }
a { background-color: rgb(212,147,154); }
div.DivClassName
{
background-color: #D4939A;
}
.BgClassName
{
background-color: #D4939A;
}
</style>
border-color css
<style>
span { border-color: #D4939A; }
span { border-color: rgb(212,147,154); }
td.TdClassName
{
border-color: #D4939A;
}
.TagClassName
{
border-color: #D4939A;
}
</style>