Shades of Careys Pink #D09C9F
Tints of Careys Pink #D09C9F
RGB
CMYK
RGB Variations
Color information
#D09C9F (or 0xD09C9F) is known color: Careys Pink. HEX triplet: D0, 9C and 9F. RGB value is (208,156,159). Sum of RGB (Red+Green+Blue) = 208+156+159=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C9F is #2F6360. Grayscale: #ABABAB. Windows color (decimal): -3105633 or 10460368. OLE color: 10460368.
HSL color Cylindrical-coordinate representation of color #D09C9F: hue angle of 356.54º 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 #D09C9F is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 159 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.18 |
| HSL | 356.54º | 0.36% | 0.71% | - |
| HSV(B) | 356.54º | 0.25% | 0.82% | - |
| XYZ | 44.16 | 39.69 | 38.13 | - |
| YUV | 171.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 159 | 0 | 0.25 | 0.24 | 0.18 | 356.54 | 0.36 | 0.71 |
| Hex | D0 | 9C | 9F | 0 | 19 | 18 | 12 | 165 | 24 | 47 |
| Octal | 320 | 234 | 237 | 0 | 31 | 30 | 22 | 545 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10011111 | 0 | 11001 | 11000 | 10010 | 101100101 | 100100 | 1000111 |
Color Harmonies of #D09C9F
Complementary color
Monochromatic Colors of #D09C9F
Black with #D09C9F
Text Example
Text Example
White with #D09C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C9F; }
p { color: rgb(208,156,159); }
H1.HeaderClassName
{
color: #D09C9F;
}
.AnyTagClassName
{
color: #D09C9F;
}
</style>
background-color css
<style>
a { background-color: #D09C9F; }
a { background-color: rgb(208,156,159); }
div.DivClassName
{
background-color: #D09C9F;
}
.BgClassName
{
background-color: #D09C9F;
}
</style>
border-color css
<style>
span { border-color: #D09C9F; }
span { border-color: rgb(208,156,159); }
td.TdClassName
{
border-color: #D09C9F;
}
.TagClassName
{
border-color: #D09C9F;
}
</style>