Shades of Careys Pink #D6969C
Tints of Careys Pink #D6969C
RGB
CMYK
RGB Variations
Color information
#D6969C (or 0xD6969C) is known color: Careys Pink. HEX triplet: D6, 96 and 9C. RGB value is (214,150,156). Sum of RGB (Red+Green+Blue) = 214+150+156=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6969C is #296963. Grayscale: #A9A9A9. Windows color (decimal): -2713956 or 10262230. OLE color: 10262230.
HSL color Cylindrical-coordinate representation of color #D6969C: hue angle of 354.38º 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 #D6969C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 156 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.16 |
| HSL | 354.38º | 0.44% | 0.71% | - |
| HSV(B) | 354.38º | 0.3% | 0.84% | - |
| XYZ | 44.64 | 38.51 | 36.53 | - |
| YUV | 169.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 156 | 0 | 0.30 | 0.27 | 0.16 | 354.38 | 0.44 | 0.71 |
| Hex | D6 | 96 | 9C | 0 | 1E | 1B | 10 | 162 | 2C | 47 |
| Octal | 326 | 226 | 234 | 0 | 36 | 33 | 20 | 542 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10011100 | 0 | 11110 | 11011 | 10000 | 101100010 | 101100 | 1000111 |
Color Harmonies of #D6969C
Complementary color
Monochromatic Colors of #D6969C
Black with #D6969C
Text Example
Text Example
White with #D6969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6969C; }
p { color: rgb(214,150,156); }
H1.HeaderClassName
{
color: #D6969C;
}
.AnyTagClassName
{
color: #D6969C;
}
</style>
background-color css
<style>
a { background-color: #D6969C; }
a { background-color: rgb(214,150,156); }
div.DivClassName
{
background-color: #D6969C;
}
.BgClassName
{
background-color: #D6969C;
}
</style>
border-color css
<style>
span { border-color: #D6969C; }
span { border-color: rgb(214,150,156); }
td.TdClassName
{
border-color: #D6969C;
}
.TagClassName
{
border-color: #D6969C;
}
</style>