Shades of Careys Pink #D09C9D
Tints of Careys Pink #D09C9D
RGB
CMYK
RGB Variations
Color information
#D09C9D (or 0xD09C9D) is known color: Careys Pink. HEX triplet: D0, 9C and 9D. RGB value is (208,156,157). Sum of RGB (Red+Green+Blue) = 208+156+157=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C9D is #2F6362. Grayscale: #ABABAB. Windows color (decimal): -3105635 or 10329296. OLE color: 10329296.
HSL color Cylindrical-coordinate representation of color #D09C9D: hue angle of 358.85º 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 #D09C9D is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 157 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.18 |
| HSL | 358.85º | 0.36% | 0.71% | - |
| HSV(B) | 358.85º | 0.25% | 0.82% | - |
| XYZ | 43.99 | 39.62 | 37.23 | - |
| YUV | 171.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 157 | 0 | 0.25 | 0.25 | 0.18 | 358.85 | 0.36 | 0.71 |
| Hex | D0 | 9C | 9D | 0 | 19 | 19 | 12 | 167 | 24 | 47 |
| Octal | 320 | 234 | 235 | 0 | 31 | 31 | 22 | 547 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10011101 | 0 | 11001 | 11001 | 10010 | 101100111 | 100100 | 1000111 |
Color Harmonies of #D09C9D
Complementary color
Monochromatic Colors of #D09C9D
Black with #D09C9D
Text Example
Text Example
White with #D09C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C9D; }
p { color: rgb(208,156,157); }
H1.HeaderClassName
{
color: #D09C9D;
}
.AnyTagClassName
{
color: #D09C9D;
}
</style>
background-color css
<style>
a { background-color: #D09C9D; }
a { background-color: rgb(208,156,157); }
div.DivClassName
{
background-color: #D09C9D;
}
.BgClassName
{
background-color: #D09C9D;
}
</style>
border-color css
<style>
span { border-color: #D09C9D; }
span { border-color: rgb(208,156,157); }
td.TdClassName
{
border-color: #D09C9D;
}
.TagClassName
{
border-color: #D09C9D;
}
</style>