Shades of Careys Pink #D09297
Tints of Careys Pink #D09297
RGB
CMYK
RGB Variations
Color information
#D09297 (or 0xD09297) is known color: Careys Pink. HEX triplet: D0, 92 and 97. RGB value is (208,146,151). Sum of RGB (Red+Green+Blue) = 208+146+151=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09297 is #2F6D68. Grayscale: #A5A5A5. Windows color (decimal): -3108201 or 9933520. OLE color: 9933520.
HSL color Cylindrical-coordinate representation of color #D09297: hue angle of 355.16º 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 #D09297 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 151 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.18 |
| HSL | 355.16º | 0.4% | 0.69% | - |
| HSV(B) | 355.16º | 0.3% | 0.82% | - |
| XYZ | 41.88 | 36.2 | 34.06 | - |
| YUV | 165.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 151 | 0 | 0.30 | 0.27 | 0.18 | 355.16 | 0.4 | 0.69 |
| Hex | D0 | 92 | 97 | 0 | 1E | 1B | 12 | 163 | 28 | 45 |
| Octal | 320 | 222 | 227 | 0 | 36 | 33 | 22 | 543 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10010111 | 0 | 11110 | 11011 | 10010 | 101100011 | 101000 | 1000101 |
Color Harmonies of #D09297
Complementary color
Monochromatic Colors of #D09297
Black with #D09297
Text Example
Text Example
White with #D09297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09297; }
p { color: rgb(208,146,151); }
H1.HeaderClassName
{
color: #D09297;
}
.AnyTagClassName
{
color: #D09297;
}
</style>
background-color css
<style>
a { background-color: #D09297; }
a { background-color: rgb(208,146,151); }
div.DivClassName
{
background-color: #D09297;
}
.BgClassName
{
background-color: #D09297;
}
</style>
border-color css
<style>
span { border-color: #D09297; }
span { border-color: rgb(208,146,151); }
td.TdClassName
{
border-color: #D09297;
}
.TagClassName
{
border-color: #D09297;
}
</style>