Shades of Careys Pink #DC999A
Tints of Careys Pink #DC999A
RGB
CMYK
RGB Variations
Color information
#DC999A (or 0xDC999A) is known color: Careys Pink. HEX triplet: DC, 99 and 9A. RGB value is (220,153,154). Sum of RGB (Red+Green+Blue) = 220+153+154=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999A is #236665. Grayscale: #ADADAD. Windows color (decimal): -2319974 or 10131932. OLE color: 10131932.
HSL color Cylindrical-coordinate representation of color #DC999A: hue angle of 359.1º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC999A is Cyan = 0, Magento = 0.30, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 154 | - |
| CMYK | 0 | 0.30 | 0.3 | 0.14 |
| HSL | 359.1º | 0.49% | 0.73% | - |
| HSV(B) | 359.1º | 0.3% | 0.86% | - |
| XYZ | 46.74 | 40.33 | 35.89 | - |
| YUV | 173.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 154 | 0 | 0.30 | 0.3 | 0.14 | 359.1 | 0.49 | 0.73 |
| Hex | DC | 99 | 9A | 0 | 1E | 1E | E | 167 | 31 | 49 |
| Octal | 334 | 231 | 232 | 0 | 36 | 36 | 16 | 547 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10011010 | 0 | 11110 | 11110 | 1110 | 101100111 | 110001 | 1001001 |
Color Harmonies of #DC999A
Complementary color
Monochromatic Colors of #DC999A
Black with #DC999A
Text Example
Text Example
White with #DC999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC999A; }
p { color: rgb(220,153,154); }
H1.HeaderClassName
{
color: #DC999A;
}
.AnyTagClassName
{
color: #DC999A;
}
</style>
background-color css
<style>
a { background-color: #DC999A; }
a { background-color: rgb(220,153,154); }
div.DivClassName
{
background-color: #DC999A;
}
.BgClassName
{
background-color: #DC999A;
}
</style>
border-color css
<style>
span { border-color: #DC999A; }
span { border-color: rgb(220,153,154); }
td.TdClassName
{
border-color: #DC999A;
}
.TagClassName
{
border-color: #DC999A;
}
</style>