Shades of Careys Pink #D09B9E
Tints of Careys Pink #D09B9E
RGB
CMYK
RGB Variations
Color information
#D09B9E (or 0xD09B9E) is known color: Careys Pink. HEX triplet: D0, 9B and 9E. RGB value is (208,155,158). Sum of RGB (Red+Green+Blue) = 208+155+158=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B9E is #2F6461. Grayscale: #ABABAB. Windows color (decimal): -3105890 or 10394576. OLE color: 10394576.
HSL color Cylindrical-coordinate representation of color #D09B9E: hue angle of 356.6º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09B9E is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 158 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.18 |
| HSL | 356.6º | 0.36% | 0.71% | - |
| HSV(B) | 356.6º | 0.25% | 0.82% | - |
| XYZ | 43.91 | 39.32 | 37.62 | - |
| YUV | 171.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 158 | 0 | 0.25 | 0.24 | 0.18 | 356.6 | 0.36 | 0.71 |
| Hex | D0 | 9B | 9E | 0 | 19 | 18 | 12 | 165 | 24 | 47 |
| Octal | 320 | 233 | 236 | 0 | 31 | 30 | 22 | 545 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10011110 | 0 | 11001 | 11000 | 10010 | 101100101 | 100100 | 1000111 |
Color Harmonies of #D09B9E
Complementary color
Monochromatic Colors of #D09B9E
Black with #D09B9E
Text Example
Text Example
White with #D09B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B9E; }
p { color: rgb(208,155,158); }
H1.HeaderClassName
{
color: #D09B9E;
}
.AnyTagClassName
{
color: #D09B9E;
}
</style>
background-color css
<style>
a { background-color: #D09B9E; }
a { background-color: rgb(208,155,158); }
div.DivClassName
{
background-color: #D09B9E;
}
.BgClassName
{
background-color: #D09B9E;
}
</style>
border-color css
<style>
span { border-color: #D09B9E; }
span { border-color: rgb(208,155,158); }
td.TdClassName
{
border-color: #D09B9E;
}
.TagClassName
{
border-color: #D09B9E;
}
</style>