Shades of Careys Pink #D7999A
Tints of Careys Pink #D7999A
RGB
CMYK
RGB Variations
Color information
#D7999A (or 0xD7999A) is known color: Careys Pink. HEX triplet: D7, 99 and 9A. RGB value is (215,153,154). Sum of RGB (Red+Green+Blue) = 215+153+154=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7999A is #286665. Grayscale: #ABABAB. Windows color (decimal): -2647654 or 10131927. OLE color: 10131927.
HSL color Cylindrical-coordinate representation of color #D7999A: hue angle of 359.03º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7999A is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 154 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.16 |
| HSL | 359.03º | 0.44% | 0.72% | - |
| HSV(B) | 359.03º | 0.29% | 0.84% | - |
| XYZ | 45.25 | 39.56 | 35.82 | - |
| YUV | 171.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 154 | 0 | 0.29 | 0.28 | 0.16 | 359.03 | 0.44 | 0.72 |
| Hex | D7 | 99 | 9A | 0 | 1D | 1C | 10 | 167 | 2C | 48 |
| Octal | 327 | 231 | 232 | 0 | 35 | 34 | 20 | 547 | 54 | 110 |
| Binary | 11010111 | 10011001 | 10011010 | 0 | 11101 | 11100 | 10000 | 101100111 | 101100 | 1001000 |
Color Harmonies of #D7999A
Complementary color
Monochromatic Colors of #D7999A
Black with #D7999A
Text Example
Text Example
White with #D7999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7999A; }
p { color: rgb(215,153,154); }
H1.HeaderClassName
{
color: #D7999A;
}
.AnyTagClassName
{
color: #D7999A;
}
</style>
background-color css
<style>
a { background-color: #D7999A; }
a { background-color: rgb(215,153,154); }
div.DivClassName
{
background-color: #D7999A;
}
.BgClassName
{
background-color: #D7999A;
}
</style>
border-color css
<style>
span { border-color: #D7999A; }
span { border-color: rgb(215,153,154); }
td.TdClassName
{
border-color: #D7999A;
}
.TagClassName
{
border-color: #D7999A;
}
</style>