Shades of Careys Pink #D2969B
Tints of Careys Pink #D2969B
RGB
CMYK
RGB Variations
Color information
#D2969B (or 0xD2969B) is known color: Careys Pink. HEX triplet: D2, 96 and 9B. RGB value is (210,150,155). Sum of RGB (Red+Green+Blue) = 210+150+155=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2969B is #2D6964. Grayscale: #A8A8A8. Windows color (decimal): -2976101 or 10196690. OLE color: 10196690.
HSL color Cylindrical-coordinate representation of color #D2969B: hue angle of 355º 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 #D2969B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 155 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.18 |
| HSL | 355º | 0.4% | 0.71% | - |
| HSV(B) | 355º | 0.29% | 0.82% | - |
| XYZ | 43.4 | 37.88 | 36.03 | - |
| YUV | 168.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 155 | 0 | 0.29 | 0.26 | 0.18 | 355 | 0.4 | 0.71 |
| Hex | D2 | 96 | 9B | 0 | 1D | 1A | 12 | 163 | 28 | 47 |
| Octal | 322 | 226 | 233 | 0 | 35 | 32 | 22 | 543 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10011011 | 0 | 11101 | 11010 | 10010 | 101100011 | 101000 | 1000111 |
Color Harmonies of #D2969B
Complementary color
Monochromatic Colors of #D2969B
Black with #D2969B
Text Example
Text Example
White with #D2969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2969B; }
p { color: rgb(210,150,155); }
H1.HeaderClassName
{
color: #D2969B;
}
.AnyTagClassName
{
color: #D2969B;
}
</style>
background-color css
<style>
a { background-color: #D2969B; }
a { background-color: rgb(210,150,155); }
div.DivClassName
{
background-color: #D2969B;
}
.BgClassName
{
background-color: #D2969B;
}
</style>
border-color css
<style>
span { border-color: #D2969B; }
span { border-color: rgb(210,150,155); }
td.TdClassName
{
border-color: #D2969B;
}
.TagClassName
{
border-color: #D2969B;
}
</style>