Shades of Careys Pink #D099A2
Tints of Careys Pink #D099A2
RGB
CMYK
RGB Variations
Color information
#D099A2 (or 0xD099A2) is known color: Careys Pink. HEX triplet: D0, 99 and A2. RGB value is (208,153,162). Sum of RGB (Red+Green+Blue) = 208+153+162=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D099A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099A2 is #2F665D. Grayscale: #AAAAAA. Windows color (decimal): -3106398 or 10656208. OLE color: 10656208.
HSL color Cylindrical-coordinate representation of color #D099A2: hue angle of 350.18º 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 #D099A2 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 162 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.18 |
| HSL | 350.18º | 0.37% | 0.71% | - |
| HSV(B) | 350.18º | 0.26% | 0.82% | - |
| XYZ | 43.93 | 38.8 | 39.36 | - |
| YUV | 170.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 162 | 0 | 0.26 | 0.22 | 0.18 | 350.18 | 0.37 | 0.71 |
| Hex | D0 | 99 | A2 | 0 | 1A | 16 | 12 | 15E | 25 | 47 |
| Octal | 320 | 231 | 242 | 0 | 32 | 26 | 22 | 536 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10100010 | 0 | 11010 | 10110 | 10010 | 101011110 | 100101 | 1000111 |
Color Harmonies of #D099A2
Complementary color
Monochromatic Colors of #D099A2
Black with #D099A2
Text Example
Text Example
White with #D099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099A2; }
p { color: rgb(208,153,162); }
H1.HeaderClassName
{
color: #D099A2;
}
.AnyTagClassName
{
color: #D099A2;
}
</style>
background-color css
<style>
a { background-color: #D099A2; }
a { background-color: rgb(208,153,162); }
div.DivClassName
{
background-color: #D099A2;
}
.BgClassName
{
background-color: #D099A2;
}
</style>
border-color css
<style>
span { border-color: #D099A2; }
span { border-color: rgb(208,153,162); }
td.TdClassName
{
border-color: #D099A2;
}
.TagClassName
{
border-color: #D099A2;
}
</style>