Shades of Careys Pink #D6999C
Tints of Careys Pink #D6999C
RGB
CMYK
RGB Variations
Color information
#D6999C (or 0xD6999C) is known color: Careys Pink. HEX triplet: D6, 99 and 9C. RGB value is (214,153,156). Sum of RGB (Red+Green+Blue) = 214+153+156=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6999C is #296663. Grayscale: #ABABAB. Windows color (decimal): -2713188 or 10262998. OLE color: 10262998.
HSL color Cylindrical-coordinate representation of color #D6999C: hue angle of 357.05º 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 #D6999C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 156 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.16 |
| HSL | 357.05º | 0.43% | 0.72% | - |
| HSV(B) | 357.05º | 0.29% | 0.84% | - |
| XYZ | 45.12 | 39.48 | 36.69 | - |
| YUV | 171.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 156 | 0 | 0.29 | 0.27 | 0.16 | 357.05 | 0.43 | 0.72 |
| Hex | D6 | 99 | 9C | 0 | 1D | 1B | 10 | 165 | 2B | 48 |
| Octal | 326 | 231 | 234 | 0 | 35 | 33 | 20 | 545 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10011100 | 0 | 11101 | 11011 | 10000 | 101100101 | 101011 | 1001000 |
Color Harmonies of #D6999C
Complementary color
Monochromatic Colors of #D6999C
Black with #D6999C
Text Example
Text Example
White with #D6999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6999C; }
p { color: rgb(214,153,156); }
H1.HeaderClassName
{
color: #D6999C;
}
.AnyTagClassName
{
color: #D6999C;
}
</style>
background-color css
<style>
a { background-color: #D6999C; }
a { background-color: rgb(214,153,156); }
div.DivClassName
{
background-color: #D6999C;
}
.BgClassName
{
background-color: #D6999C;
}
</style>
border-color css
<style>
span { border-color: #D6999C; }
span { border-color: rgb(214,153,156); }
td.TdClassName
{
border-color: #D6999C;
}
.TagClassName
{
border-color: #D6999C;
}
</style>