Shades of Careys Pink #D5999C
Tints of Careys Pink #D5999C
RGB
CMYK
RGB Variations
Color information
#D5999C (or 0xD5999C) is known color: Careys Pink. HEX triplet: D5, 99 and 9C. RGB value is (213,153,156). Sum of RGB (Red+Green+Blue) = 213+153+156=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5999C is #2A6663. Grayscale: #ABABAB. Windows color (decimal): -2778724 or 10262997. OLE color: 10262997.
HSL color Cylindrical-coordinate representation of color #D5999C: hue angle of 357º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5999C is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 156 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.16 |
| HSL | 357º | 0.42% | 0.72% | - |
| HSV(B) | 357º | 0.28% | 0.84% | - |
| XYZ | 44.83 | 39.33 | 36.68 | - |
| YUV | 171.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 156 | 0 | 0.28 | 0.27 | 0.16 | 357 | 0.42 | 0.72 |
| Hex | D5 | 99 | 9C | 0 | 1C | 1B | 10 | 165 | 2A | 48 |
| Octal | 325 | 231 | 234 | 0 | 34 | 33 | 20 | 545 | 52 | 110 |
| Binary | 11010101 | 10011001 | 10011100 | 0 | 11100 | 11011 | 10000 | 101100101 | 101010 | 1001000 |
Color Harmonies of #D5999C
Complementary color
Monochromatic Colors of #D5999C
Black with #D5999C
Text Example
Text Example
White with #D5999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5999C; }
p { color: rgb(213,153,156); }
H1.HeaderClassName
{
color: #D5999C;
}
.AnyTagClassName
{
color: #D5999C;
}
</style>
background-color css
<style>
a { background-color: #D5999C; }
a { background-color: rgb(213,153,156); }
div.DivClassName
{
background-color: #D5999C;
}
.BgClassName
{
background-color: #D5999C;
}
</style>
border-color css
<style>
span { border-color: #D5999C; }
span { border-color: rgb(213,153,156); }
td.TdClassName
{
border-color: #D5999C;
}
.TagClassName
{
border-color: #D5999C;
}
</style>