Shades of Careys Pink #D09195
Tints of Careys Pink #D09195
RGB
CMYK
RGB Variations
Color information
#D09195 (or 0xD09195) is known color: Careys Pink. HEX triplet: D0, 91 and 95. RGB value is (208,145,149). Sum of RGB (Red+Green+Blue) = 208+145+149=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09195 is #2F6E6A. Grayscale: #A4A4A4. Windows color (decimal): -3108459 or 9802192. OLE color: 9802192.
HSL color Cylindrical-coordinate representation of color #D09195: hue angle of 356.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09195 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 149 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.18 |
| HSL | 356.19º | 0.4% | 0.69% | - |
| HSV(B) | 356.19º | 0.3% | 0.82% | - |
| XYZ | 41.56 | 35.83 | 33.16 | - |
| YUV | 164.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 149 | 0 | 0.30 | 0.28 | 0.18 | 356.19 | 0.4 | 0.69 |
| Hex | D0 | 91 | 95 | 0 | 1E | 1C | 12 | 164 | 28 | 45 |
| Octal | 320 | 221 | 225 | 0 | 36 | 34 | 22 | 544 | 50 | 105 |
| Binary | 11010000 | 10010001 | 10010101 | 0 | 11110 | 11100 | 10010 | 101100100 | 101000 | 1000101 |
Color Harmonies of #D09195
Complementary color
Monochromatic Colors of #D09195
Black with #D09195
Text Example
Text Example
White with #D09195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09195; }
p { color: rgb(208,145,149); }
H1.HeaderClassName
{
color: #D09195;
}
.AnyTagClassName
{
color: #D09195;
}
</style>
background-color css
<style>
a { background-color: #D09195; }
a { background-color: rgb(208,145,149); }
div.DivClassName
{
background-color: #D09195;
}
.BgClassName
{
background-color: #D09195;
}
</style>
border-color css
<style>
span { border-color: #D09195; }
span { border-color: rgb(208,145,149); }
td.TdClassName
{
border-color: #D09195;
}
.TagClassName
{
border-color: #D09195;
}
</style>