Shades of Careys Pink #D0999C
Tints of Careys Pink #D0999C
RGB
CMYK
RGB Variations
Color information
#D0999C (or 0xD0999C) is known color: Careys Pink. HEX triplet: D0, 99 and 9C. RGB value is (208,153,156). Sum of RGB (Red+Green+Blue) = 208+153+156=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0999C is #2F6663. Grayscale: #A9A9A9. Windows color (decimal): -3106404 or 10262992. OLE color: 10262992.
HSL color Cylindrical-coordinate representation of color #D0999C: hue angle of 356.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0999C is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 156 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.18 |
| HSL | 356.73º | 0.37% | 0.71% | - |
| HSV(B) | 356.73º | 0.26% | 0.82% | - |
| XYZ | 43.4 | 38.59 | 36.61 | - |
| YUV | 169.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 156 | 0 | 0.26 | 0.25 | 0.18 | 356.73 | 0.37 | 0.71 |
| Hex | D0 | 99 | 9C | 0 | 1A | 19 | 12 | 165 | 25 | 47 |
| Octal | 320 | 231 | 234 | 0 | 32 | 31 | 22 | 545 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10011100 | 0 | 11010 | 11001 | 10010 | 101100101 | 100101 | 1000111 |
Color Harmonies of #D0999C
Complementary color
Monochromatic Colors of #D0999C
Black with #D0999C
Text Example
Text Example
White with #D0999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0999C; }
p { color: rgb(208,153,156); }
H1.HeaderClassName
{
color: #D0999C;
}
.AnyTagClassName
{
color: #D0999C;
}
</style>
background-color css
<style>
a { background-color: #D0999C; }
a { background-color: rgb(208,153,156); }
div.DivClassName
{
background-color: #D0999C;
}
.BgClassName
{
background-color: #D0999C;
}
</style>
border-color css
<style>
span { border-color: #D0999C; }
span { border-color: rgb(208,153,156); }
td.TdClassName
{
border-color: #D0999C;
}
.TagClassName
{
border-color: #D0999C;
}
</style>