Shades of Carissma #DC898B
Tints of Carissma #DC898B
RGB
CMYK
RGB Variations
Color information
#DC898B (or 0xDC898B) is known color: Carissma. HEX triplet: DC, 89 and 8B. RGB value is (220,137,139). Sum of RGB (Red+Green+Blue) = 220+137+139=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC898B is #237674. Grayscale: #A2A2A2. Windows color (decimal): -2324085 or 9144796. OLE color: 9144796.
HSL color Cylindrical-coordinate representation of color #DC898B: hue angle of 358.55º 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 #DC898B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 139 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.14 |
| HSL | 358.55º | 0.54% | 0.7% | - |
| HSV(B) | 358.55º | 0.38% | 0.86% | - |
| XYZ | 43.12 | 34.97 | 28.9 | - |
| YUV | 162.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 139 | 0 | 0.38 | 0.37 | 0.14 | 358.55 | 0.54 | 0.7 |
| Hex | DC | 89 | 8B | 0 | 26 | 25 | E | 167 | 36 | 46 |
| Octal | 334 | 211 | 213 | 0 | 46 | 45 | 16 | 547 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10001011 | 0 | 100110 | 100101 | 1110 | 101100111 | 110110 | 1000110 |
Color Harmonies of #DC898B
Complementary color
Monochromatic Colors of #DC898B
Black with #DC898B
Text Example
Text Example
White with #DC898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC898B; }
p { color: rgb(220,137,139); }
H1.HeaderClassName
{
color: #DC898B;
}
.AnyTagClassName
{
color: #DC898B;
}
</style>
background-color css
<style>
a { background-color: #DC898B; }
a { background-color: rgb(220,137,139); }
div.DivClassName
{
background-color: #DC898B;
}
.BgClassName
{
background-color: #DC898B;
}
</style>
border-color css
<style>
span { border-color: #DC898B; }
span { border-color: rgb(220,137,139); }
td.TdClassName
{
border-color: #DC898B;
}
.TagClassName
{
border-color: #DC898B;
}
</style>