Shades of Careys Pink #D6999F
Tints of Careys Pink #D6999F
RGB
CMYK
RGB Variations
Color information
#D6999F (or 0xD6999F) is known color: Careys Pink. HEX triplet: D6, 99 and 9F. RGB value is (214,153,159). Sum of RGB (Red+Green+Blue) = 214+153+159=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6999F is #296660. Grayscale: #ABABAB. Windows color (decimal): -2713185 or 10459606. OLE color: 10459606.
HSL color Cylindrical-coordinate representation of color #D6999F: hue angle of 354.1º 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 #D6999F is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 159 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.16 |
| HSL | 354.1º | 0.43% | 0.72% | - |
| HSV(B) | 354.1º | 0.29% | 0.84% | - |
| XYZ | 45.38 | 39.58 | 38.05 | - |
| YUV | 171.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 159 | 0 | 0.29 | 0.26 | 0.16 | 354.1 | 0.43 | 0.72 |
| Hex | D6 | 99 | 9F | 0 | 1D | 1A | 10 | 162 | 2B | 48 |
| Octal | 326 | 231 | 237 | 0 | 35 | 32 | 20 | 542 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10011111 | 0 | 11101 | 11010 | 10000 | 101100010 | 101011 | 1001000 |
Color Harmonies of #D6999F
Complementary color
Monochromatic Colors of #D6999F
Black with #D6999F
Text Example
Text Example
White with #D6999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6999F; }
p { color: rgb(214,153,159); }
H1.HeaderClassName
{
color: #D6999F;
}
.AnyTagClassName
{
color: #D6999F;
}
</style>
background-color css
<style>
a { background-color: #D6999F; }
a { background-color: rgb(214,153,159); }
div.DivClassName
{
background-color: #D6999F;
}
.BgClassName
{
background-color: #D6999F;
}
</style>
border-color css
<style>
span { border-color: #D6999F; }
span { border-color: rgb(214,153,159); }
td.TdClassName
{
border-color: #D6999F;
}
.TagClassName
{
border-color: #D6999F;
}
</style>