Shades of Careys Pink #D09397
Tints of Careys Pink #D09397
RGB
CMYK
RGB Variations
Color information
#D09397 (or 0xD09397) is known color: Careys Pink. HEX triplet: D0, 93 and 97. RGB value is (208,147,151). Sum of RGB (Red+Green+Blue) = 208+147+151=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D09397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09397 is #2F6C68. Grayscale: #A5A5A5. Windows color (decimal): -3107945 or 9933776. OLE color: 9933776.
HSL color Cylindrical-coordinate representation of color #D09397: hue angle of 356.07º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09397 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 151 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.18 |
| HSL | 356.07º | 0.39% | 0.7% | - |
| HSV(B) | 356.07º | 0.29% | 0.82% | - |
| XYZ | 42.03 | 36.51 | 34.11 | - |
| YUV | 165.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 151 | 0 | 0.29 | 0.27 | 0.18 | 356.07 | 0.39 | 0.7 |
| Hex | D0 | 93 | 97 | 0 | 1D | 1B | 12 | 164 | 27 | 46 |
| Octal | 320 | 223 | 227 | 0 | 35 | 33 | 22 | 544 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10010111 | 0 | 11101 | 11011 | 10010 | 101100100 | 100111 | 1000110 |
Color Harmonies of #D09397
Complementary color
Monochromatic Colors of #D09397
Black with #D09397
Text Example
Text Example
White with #D09397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09397; }
p { color: rgb(208,147,151); }
H1.HeaderClassName
{
color: #D09397;
}
.AnyTagClassName
{
color: #D09397;
}
</style>
background-color css
<style>
a { background-color: #D09397; }
a { background-color: rgb(208,147,151); }
div.DivClassName
{
background-color: #D09397;
}
.BgClassName
{
background-color: #D09397;
}
</style>
border-color css
<style>
span { border-color: #D09397; }
span { border-color: rgb(208,147,151); }
td.TdClassName
{
border-color: #D09397;
}
.TagClassName
{
border-color: #D09397;
}
</style>