Shades of Careys Pink #D2969C
Tints of Careys Pink #D2969C
RGB
CMYK
RGB Variations
Color information
#D2969C (or 0xD2969C) is known color: Careys Pink. HEX triplet: D2, 96 and 9C. RGB value is (210,150,156). Sum of RGB (Red+Green+Blue) = 210+150+156=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2969C is #2D6963. Grayscale: #A8A8A8. Windows color (decimal): -2976100 or 10262226. OLE color: 10262226.
HSL color Cylindrical-coordinate representation of color #D2969C: hue angle of 354º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2969C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 156 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.18 |
| HSL | 354º | 0.4% | 0.71% | - |
| HSV(B) | 354º | 0.29% | 0.82% | - |
| XYZ | 43.49 | 37.91 | 36.48 | - |
| YUV | 168.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 156 | 0 | 0.29 | 0.26 | 0.18 | 354 | 0.4 | 0.71 |
| Hex | D2 | 96 | 9C | 0 | 1D | 1A | 12 | 162 | 28 | 47 |
| Octal | 322 | 226 | 234 | 0 | 35 | 32 | 22 | 542 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10011100 | 0 | 11101 | 11010 | 10010 | 101100010 | 101000 | 1000111 |
Color Harmonies of #D2969C
Complementary color
Monochromatic Colors of #D2969C
Black with #D2969C
Text Example
Text Example
White with #D2969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2969C; }
p { color: rgb(210,150,156); }
H1.HeaderClassName
{
color: #D2969C;
}
.AnyTagClassName
{
color: #D2969C;
}
</style>
background-color css
<style>
a { background-color: #D2969C; }
a { background-color: rgb(210,150,156); }
div.DivClassName
{
background-color: #D2969C;
}
.BgClassName
{
background-color: #D2969C;
}
</style>
border-color css
<style>
span { border-color: #D2969C; }
span { border-color: rgb(210,150,156); }
td.TdClassName
{
border-color: #D2969C;
}
.TagClassName
{
border-color: #D2969C;
}
</style>