Shades of Careys Pink #D8969A
Tints of Careys Pink #D8969A
RGB
CMYK
RGB Variations
Color information
#D8969A (or 0xD8969A) is known color: Careys Pink. HEX triplet: D8, 96 and 9A. RGB value is (216,150,154). Sum of RGB (Red+Green+Blue) = 216+150+154=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8969A is #276965. Grayscale: #AAAAAA. Windows color (decimal): -2582886 or 10131160. OLE color: 10131160.
HSL color Cylindrical-coordinate representation of color #D8969A: hue angle of 356.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8969A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 154 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.15 |
| HSL | 356.36º | 0.46% | 0.72% | - |
| HSV(B) | 356.36º | 0.31% | 0.85% | - |
| XYZ | 45.06 | 38.74 | 35.68 | - |
| YUV | 170.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 154 | 0 | 0.31 | 0.29 | 0.15 | 356.36 | 0.46 | 0.72 |
| Hex | D8 | 96 | 9A | 0 | 1F | 1D | F | 164 | 2E | 48 |
| Octal | 330 | 226 | 232 | 0 | 37 | 35 | 17 | 544 | 56 | 110 |
| Binary | 11011000 | 10010110 | 10011010 | 0 | 11111 | 11101 | 1111 | 101100100 | 101110 | 1001000 |
Color Harmonies of #D8969A
Complementary color
Monochromatic Colors of #D8969A
Black with #D8969A
Text Example
Text Example
White with #D8969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8969A; }
p { color: rgb(216,150,154); }
H1.HeaderClassName
{
color: #D8969A;
}
.AnyTagClassName
{
color: #D8969A;
}
</style>
background-color css
<style>
a { background-color: #D8969A; }
a { background-color: rgb(216,150,154); }
div.DivClassName
{
background-color: #D8969A;
}
.BgClassName
{
background-color: #D8969A;
}
</style>
border-color css
<style>
span { border-color: #D8969A; }
span { border-color: rgb(216,150,154); }
td.TdClassName
{
border-color: #D8969A;
}
.TagClassName
{
border-color: #D8969A;
}
</style>