Shades of Careys Pink #D09BA0
Tints of Careys Pink #D09BA0
RGB
CMYK
RGB Variations
Color information
#D09BA0 (or 0xD09BA0) is known color: Careys Pink. HEX triplet: D0, 9B and A0. RGB value is (208,155,160). Sum of RGB (Red+Green+Blue) = 208+155+160=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BA0 is #2F645F. Grayscale: #ABABAB. Windows color (decimal): -3105888 or 10525648. OLE color: 10525648.
HSL color Cylindrical-coordinate representation of color #D09BA0: hue angle of 354.34º 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 #D09BA0 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 160 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.18 |
| HSL | 354.34º | 0.36% | 0.71% | - |
| HSV(B) | 354.34º | 0.25% | 0.82% | - |
| XYZ | 44.08 | 39.39 | 38.54 | - |
| YUV | 171.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 160 | 0 | 0.25 | 0.23 | 0.18 | 354.34 | 0.36 | 0.71 |
| Hex | D0 | 9B | A0 | 0 | 19 | 17 | 12 | 162 | 24 | 47 |
| Octal | 320 | 233 | 240 | 0 | 31 | 27 | 22 | 542 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10100000 | 0 | 11001 | 10111 | 10010 | 101100010 | 100100 | 1000111 |
Color Harmonies of #D09BA0
Complementary color
Monochromatic Colors of #D09BA0
Black with #D09BA0
Text Example
Text Example
White with #D09BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BA0; }
p { color: rgb(208,155,160); }
H1.HeaderClassName
{
color: #D09BA0;
}
.AnyTagClassName
{
color: #D09BA0;
}
</style>
background-color css
<style>
a { background-color: #D09BA0; }
a { background-color: rgb(208,155,160); }
div.DivClassName
{
background-color: #D09BA0;
}
.BgClassName
{
background-color: #D09BA0;
}
</style>
border-color css
<style>
span { border-color: #D09BA0; }
span { border-color: rgb(208,155,160); }
td.TdClassName
{
border-color: #D09BA0;
}
.TagClassName
{
border-color: #D09BA0;
}
</style>