Shades of Careys Pink #D09BA4
Tints of Careys Pink #D09BA4
RGB
CMYK
RGB Variations
Color information
#D09BA4 (or 0xD09BA4) is known color: Careys Pink. HEX triplet: D0, 9B and A4. RGB value is (208,155,164). Sum of RGB (Red+Green+Blue) = 208+155+164=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BA4 is #2F645B. Grayscale: #ABABAB. Windows color (decimal): -3105884 or 10787792. OLE color: 10787792.
HSL color Cylindrical-coordinate representation of color #D09BA4: hue angle of 349.81º 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 #D09BA4 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 164 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.18 |
| HSL | 349.81º | 0.36% | 0.71% | - |
| HSV(B) | 349.81º | 0.25% | 0.82% | - |
| XYZ | 44.43 | 39.53 | 40.41 | - |
| YUV | 171.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 164 | 0 | 0.25 | 0.21 | 0.18 | 349.81 | 0.36 | 0.71 |
| Hex | D0 | 9B | A4 | 0 | 19 | 15 | 12 | 15E | 24 | 47 |
| Octal | 320 | 233 | 244 | 0 | 31 | 25 | 22 | 536 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10100100 | 0 | 11001 | 10101 | 10010 | 101011110 | 100100 | 1000111 |
Color Harmonies of #D09BA4
Complementary color
Monochromatic Colors of #D09BA4
Black with #D09BA4
Text Example
Text Example
White with #D09BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BA4; }
p { color: rgb(208,155,164); }
H1.HeaderClassName
{
color: #D09BA4;
}
.AnyTagClassName
{
color: #D09BA4;
}
</style>
background-color css
<style>
a { background-color: #D09BA4; }
a { background-color: rgb(208,155,164); }
div.DivClassName
{
background-color: #D09BA4;
}
.BgClassName
{
background-color: #D09BA4;
}
</style>
border-color css
<style>
span { border-color: #D09BA4; }
span { border-color: rgb(208,155,164); }
td.TdClassName
{
border-color: #D09BA4;
}
.TagClassName
{
border-color: #D09BA4;
}
</style>