Shades of Careys Pink #D7969E
Tints of Careys Pink #D7969E
RGB
CMYK
RGB Variations
Color information
#D7969E (or 0xD7969E) is known color: Careys Pink. HEX triplet: D7, 96 and 9E. RGB value is (215,150,158). Sum of RGB (Red+Green+Blue) = 215+150+158=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7969E is #286961. Grayscale: #AAAAAA. Windows color (decimal): -2648418 or 10393303. OLE color: 10393303.
HSL color Cylindrical-coordinate representation of color #D7969E: hue angle of 352.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7969E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 158 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.16 |
| HSL | 352.62º | 0.45% | 0.72% | - |
| HSV(B) | 352.62º | 0.3% | 0.84% | - |
| XYZ | 45.1 | 38.73 | 37.45 | - |
| YUV | 170.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 158 | 0 | 0.30 | 0.27 | 0.16 | 352.62 | 0.45 | 0.72 |
| Hex | D7 | 96 | 9E | 0 | 1E | 1B | 10 | 161 | 2D | 48 |
| Octal | 327 | 226 | 236 | 0 | 36 | 33 | 20 | 541 | 55 | 110 |
| Binary | 11010111 | 10010110 | 10011110 | 0 | 11110 | 11011 | 10000 | 101100001 | 101101 | 1001000 |
Color Harmonies of #D7969E
Complementary color
Monochromatic Colors of #D7969E
Black with #D7969E
Text Example
Text Example
White with #D7969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7969E; }
p { color: rgb(215,150,158); }
H1.HeaderClassName
{
color: #D7969E;
}
.AnyTagClassName
{
color: #D7969E;
}
</style>
background-color css
<style>
a { background-color: #D7969E; }
a { background-color: rgb(215,150,158); }
div.DivClassName
{
background-color: #D7969E;
}
.BgClassName
{
background-color: #D7969E;
}
</style>
border-color css
<style>
span { border-color: #D7969E; }
span { border-color: rgb(215,150,158); }
td.TdClassName
{
border-color: #D7969E;
}
.TagClassName
{
border-color: #D7969E;
}
</style>