Shades of Careys Pink #D6999E
Tints of Careys Pink #D6999E
RGB
CMYK
RGB Variations
Color information
#D6999E (or 0xD6999E) is known color: Careys Pink. HEX triplet: D6, 99 and 9E. RGB value is (214,153,158). Sum of RGB (Red+Green+Blue) = 214+153+158=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6999E is #296661. Grayscale: #ABABAB. Windows color (decimal): -2713186 or 10394070. OLE color: 10394070.
HSL color Cylindrical-coordinate representation of color #D6999E: hue angle of 355.08º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6999E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 158 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.16 |
| HSL | 355.08º | 0.43% | 0.72% | - |
| HSV(B) | 355.08º | 0.29% | 0.84% | - |
| XYZ | 45.29 | 39.55 | 37.59 | - |
| YUV | 171.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 158 | 0 | 0.29 | 0.26 | 0.16 | 355.08 | 0.43 | 0.72 |
| Hex | D6 | 99 | 9E | 0 | 1D | 1A | 10 | 163 | 2B | 48 |
| Octal | 326 | 231 | 236 | 0 | 35 | 32 | 20 | 543 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10011110 | 0 | 11101 | 11010 | 10000 | 101100011 | 101011 | 1001000 |
Color Harmonies of #D6999E
Complementary color
Monochromatic Colors of #D6999E
Black with #D6999E
Text Example
Text Example
White with #D6999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6999E; }
p { color: rgb(214,153,158); }
H1.HeaderClassName
{
color: #D6999E;
}
.AnyTagClassName
{
color: #D6999E;
}
</style>
background-color css
<style>
a { background-color: #D6999E; }
a { background-color: rgb(214,153,158); }
div.DivClassName
{
background-color: #D6999E;
}
.BgClassName
{
background-color: #D6999E;
}
</style>
border-color css
<style>
span { border-color: #D6999E; }
span { border-color: rgb(214,153,158); }
td.TdClassName
{
border-color: #D6999E;
}
.TagClassName
{
border-color: #D6999E;
}
</style>