Shades of Careys Pink #D5939A
Tints of Careys Pink #D5939A
RGB
CMYK
RGB Variations
Color information
#D5939A (or 0xD5939A) is known color: Careys Pink. HEX triplet: D5, 93 and 9A. RGB value is (213,147,154). Sum of RGB (Red+Green+Blue) = 213+147+154=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5939A is #2A6C65. Grayscale: #A7A7A7. Windows color (decimal): -2780262 or 10130389. OLE color: 10130389.
HSL color Cylindrical-coordinate representation of color #D5939A: hue angle of 353.64º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5939A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 154 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.16 |
| HSL | 353.64º | 0.44% | 0.71% | - |
| HSV(B) | 353.64º | 0.31% | 0.84% | - |
| XYZ | 43.71 | 37.35 | 35.48 | - |
| YUV | 167.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 154 | 0 | 0.31 | 0.28 | 0.16 | 353.64 | 0.44 | 0.71 |
| Hex | D5 | 93 | 9A | 0 | 1F | 1C | 10 | 162 | 2C | 47 |
| Octal | 325 | 223 | 232 | 0 | 37 | 34 | 20 | 542 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10011010 | 0 | 11111 | 11100 | 10000 | 101100010 | 101100 | 1000111 |
Color Harmonies of #D5939A
Complementary color
Monochromatic Colors of #D5939A
Black with #D5939A
Text Example
Text Example
White with #D5939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5939A; }
p { color: rgb(213,147,154); }
H1.HeaderClassName
{
color: #D5939A;
}
.AnyTagClassName
{
color: #D5939A;
}
</style>
background-color css
<style>
a { background-color: #D5939A; }
a { background-color: rgb(213,147,154); }
div.DivClassName
{
background-color: #D5939A;
}
.BgClassName
{
background-color: #D5939A;
}
</style>
border-color css
<style>
span { border-color: #D5939A; }
span { border-color: rgb(213,147,154); }
td.TdClassName
{
border-color: #D5939A;
}
.TagClassName
{
border-color: #D5939A;
}
</style>