Shades of Careys Pink #D6969D
Tints of Careys Pink #D6969D
RGB
CMYK
RGB Variations
Color information
#D6969D (or 0xD6969D) is known color: Careys Pink. HEX triplet: D6, 96 and 9D. RGB value is (214,150,157). Sum of RGB (Red+Green+Blue) = 214+150+157=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6969D is #296962. Grayscale: #A9A9A9. Windows color (decimal): -2713955 or 10327766. OLE color: 10327766.
HSL color Cylindrical-coordinate representation of color #D6969D: hue angle of 353.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6969D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 157 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.16 |
| HSL | 353.44º | 0.44% | 0.71% | - |
| HSV(B) | 353.44º | 0.3% | 0.84% | - |
| XYZ | 44.72 | 38.54 | 36.98 | - |
| YUV | 169.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 157 | 0 | 0.30 | 0.27 | 0.16 | 353.44 | 0.44 | 0.71 |
| Hex | D6 | 96 | 9D | 0 | 1E | 1B | 10 | 161 | 2C | 47 |
| Octal | 326 | 226 | 235 | 0 | 36 | 33 | 20 | 541 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10011101 | 0 | 11110 | 11011 | 10000 | 101100001 | 101100 | 1000111 |
Color Harmonies of #D6969D
Complementary color
Monochromatic Colors of #D6969D
Black with #D6969D
Text Example
Text Example
White with #D6969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6969D; }
p { color: rgb(214,150,157); }
H1.HeaderClassName
{
color: #D6969D;
}
.AnyTagClassName
{
color: #D6969D;
}
</style>
background-color css
<style>
a { background-color: #D6969D; }
a { background-color: rgb(214,150,157); }
div.DivClassName
{
background-color: #D6969D;
}
.BgClassName
{
background-color: #D6969D;
}
</style>
border-color css
<style>
span { border-color: #D6969D; }
span { border-color: rgb(214,150,157); }
td.TdClassName
{
border-color: #D6969D;
}
.TagClassName
{
border-color: #D6969D;
}
</style>