Shades of Careys Pink #DC989C
Tints of Careys Pink #DC989C
RGB
CMYK
RGB Variations
Color information
#DC989C (or 0xDC989C) is known color: Careys Pink. HEX triplet: DC, 98 and 9C. RGB value is (220,152,156). Sum of RGB (Red+Green+Blue) = 220+152+156=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC989C is #236763. Grayscale: #ACACAC. Windows color (decimal): -2320228 or 10262748. OLE color: 10262748.
HSL color Cylindrical-coordinate representation of color #DC989C: hue angle of 356.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC989C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 156 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.14 |
| HSL | 356.47º | 0.49% | 0.73% | - |
| HSV(B) | 356.47º | 0.31% | 0.86% | - |
| XYZ | 46.74 | 40.07 | 36.72 | - |
| YUV | 172.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 156 | 0 | 0.31 | 0.29 | 0.14 | 356.47 | 0.49 | 0.73 |
| Hex | DC | 98 | 9C | 0 | 1F | 1D | E | 164 | 31 | 49 |
| Octal | 334 | 230 | 234 | 0 | 37 | 35 | 16 | 544 | 61 | 111 |
| Binary | 11011100 | 10011000 | 10011100 | 0 | 11111 | 11101 | 1110 | 101100100 | 110001 | 1001001 |
Color Harmonies of #DC989C
Complementary color
Monochromatic Colors of #DC989C
Black with #DC989C
Text Example
Text Example
White with #DC989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC989C; }
p { color: rgb(220,152,156); }
H1.HeaderClassName
{
color: #DC989C;
}
.AnyTagClassName
{
color: #DC989C;
}
</style>
background-color css
<style>
a { background-color: #DC989C; }
a { background-color: rgb(220,152,156); }
div.DivClassName
{
background-color: #DC989C;
}
.BgClassName
{
background-color: #DC989C;
}
</style>
border-color css
<style>
span { border-color: #DC989C; }
span { border-color: rgb(220,152,156); }
td.TdClassName
{
border-color: #DC989C;
}
.TagClassName
{
border-color: #DC989C;
}
</style>