Shades of Carissma #DC898C
Tints of Carissma #DC898C
RGB
CMYK
RGB Variations
Color information
#DC898C (or 0xDC898C) is known color: Carissma. HEX triplet: DC, 89 and 8C. RGB value is (220,137,140). Sum of RGB (Red+Green+Blue) = 220+137+140=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC898C is #237673. Grayscale: #A2A2A2. Windows color (decimal): -2324084 or 9210332. OLE color: 9210332.
HSL color Cylindrical-coordinate representation of color #DC898C: hue angle of 357.83º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC898C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 140 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.14 |
| HSL | 357.83º | 0.54% | 0.7% | - |
| HSV(B) | 357.83º | 0.38% | 0.86% | - |
| XYZ | 43.19 | 35 | 29.29 | - |
| YUV | 162.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 140 | 0 | 0.38 | 0.36 | 0.14 | 357.83 | 0.54 | 0.7 |
| Hex | DC | 89 | 8C | 0 | 26 | 24 | E | 166 | 36 | 46 |
| Octal | 334 | 211 | 214 | 0 | 46 | 44 | 16 | 546 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10001100 | 0 | 100110 | 100100 | 1110 | 101100110 | 110110 | 1000110 |
Color Harmonies of #DC898C
Complementary color
Monochromatic Colors of #DC898C
Black with #DC898C
Text Example
Text Example
White with #DC898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC898C; }
p { color: rgb(220,137,140); }
H1.HeaderClassName
{
color: #DC898C;
}
.AnyTagClassName
{
color: #DC898C;
}
</style>
background-color css
<style>
a { background-color: #DC898C; }
a { background-color: rgb(220,137,140); }
div.DivClassName
{
background-color: #DC898C;
}
.BgClassName
{
background-color: #DC898C;
}
</style>
border-color css
<style>
span { border-color: #DC898C; }
span { border-color: rgb(220,137,140); }
td.TdClassName
{
border-color: #DC898C;
}
.TagClassName
{
border-color: #DC898C;
}
</style>