Shades of Careys Pink #D6969B
Tints of Careys Pink #D6969B
RGB
CMYK
RGB Variations
Color information
#D6969B (or 0xD6969B) is known color: Careys Pink. HEX triplet: D6, 96 and 9B. RGB value is (214,150,155). Sum of RGB (Red+Green+Blue) = 214+150+155=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6969B is #296964. Grayscale: #A9A9A9. Windows color (decimal): -2713957 or 10196694. OLE color: 10196694.
HSL color Cylindrical-coordinate representation of color #D6969B: hue angle of 355.31º 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 #D6969B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 155 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.16 |
| HSL | 355.31º | 0.44% | 0.71% | - |
| HSV(B) | 355.31º | 0.3% | 0.84% | - |
| XYZ | 44.55 | 38.48 | 36.09 | - |
| YUV | 169.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 155 | 0 | 0.30 | 0.28 | 0.16 | 355.31 | 0.44 | 0.71 |
| Hex | D6 | 96 | 9B | 0 | 1E | 1C | 10 | 163 | 2C | 47 |
| Octal | 326 | 226 | 233 | 0 | 36 | 34 | 20 | 543 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10011011 | 0 | 11110 | 11100 | 10000 | 101100011 | 101100 | 1000111 |
Color Harmonies of #D6969B
Complementary color
Monochromatic Colors of #D6969B
Black with #D6969B
Text Example
Text Example
White with #D6969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6969B; }
p { color: rgb(214,150,155); }
H1.HeaderClassName
{
color: #D6969B;
}
.AnyTagClassName
{
color: #D6969B;
}
</style>
background-color css
<style>
a { background-color: #D6969B; }
a { background-color: rgb(214,150,155); }
div.DivClassName
{
background-color: #D6969B;
}
.BgClassName
{
background-color: #D6969B;
}
</style>
border-color css
<style>
span { border-color: #D6969B; }
span { border-color: rgb(214,150,155); }
td.TdClassName
{
border-color: #D6969B;
}
.TagClassName
{
border-color: #D6969B;
}
</style>