Shades of Careys Pink #D59497
Tints of Careys Pink #D59497
RGB
CMYK
RGB Variations
Color information
#D59497 (or 0xD59497) is known color: Careys Pink. HEX triplet: D5, 94 and 97. RGB value is (213,148,151). Sum of RGB (Red+Green+Blue) = 213+148+151=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59497 is #2A6B68. Grayscale: #A7A7A7. Windows color (decimal): -2780009 or 9934037. OLE color: 9934037.
HSL color Cylindrical-coordinate representation of color #D59497: hue angle of 357.23º 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 #D59497 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 151 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.16 |
| HSL | 357.23º | 0.44% | 0.71% | - |
| HSV(B) | 357.23º | 0.31% | 0.84% | - |
| XYZ | 43.62 | 37.56 | 34.23 | - |
| YUV | 167.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 151 | 0 | 0.31 | 0.29 | 0.16 | 357.23 | 0.44 | 0.71 |
| Hex | D5 | 94 | 97 | 0 | 1F | 1D | 10 | 165 | 2C | 47 |
| Octal | 325 | 224 | 227 | 0 | 37 | 35 | 20 | 545 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10010111 | 0 | 11111 | 11101 | 10000 | 101100101 | 101100 | 1000111 |
Color Harmonies of #D59497
Complementary color
Monochromatic Colors of #D59497
Black with #D59497
Text Example
Text Example
White with #D59497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59497; }
p { color: rgb(213,148,151); }
H1.HeaderClassName
{
color: #D59497;
}
.AnyTagClassName
{
color: #D59497;
}
</style>
background-color css
<style>
a { background-color: #D59497; }
a { background-color: rgb(213,148,151); }
div.DivClassName
{
background-color: #D59497;
}
.BgClassName
{
background-color: #D59497;
}
</style>
border-color css
<style>
span { border-color: #D59497; }
span { border-color: rgb(213,148,151); }
td.TdClassName
{
border-color: #D59497;
}
.TagClassName
{
border-color: #D59497;
}
</style>