Shades of Carissma #DC878B
Tints of Carissma #DC878B
RGB
CMYK
RGB Variations
Color information
#DC878B (or 0xDC878B) is known color: Carissma. HEX triplet: DC, 87 and 8B. RGB value is (220,135,139). Sum of RGB (Red+Green+Blue) = 220+135+139=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC878B is #237874. Grayscale: #A0A0A0. Windows color (decimal): -2324597 or 9144284. OLE color: 9144284.
HSL color Cylindrical-coordinate representation of color #DC878B: hue angle of 357.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC878B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 139 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.14 |
| HSL | 357.18º | 0.55% | 0.7% | - |
| HSV(B) | 357.18º | 0.39% | 0.86% | - |
| XYZ | 42.84 | 34.41 | 28.81 | - |
| YUV | 160.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 139 | 0 | 0.39 | 0.37 | 0.14 | 357.18 | 0.55 | 0.7 |
| Hex | DC | 87 | 8B | 0 | 27 | 25 | E | 165 | 37 | 46 |
| Octal | 334 | 207 | 213 | 0 | 47 | 45 | 16 | 545 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10001011 | 0 | 100111 | 100101 | 1110 | 101100101 | 110111 | 1000110 |
Color Harmonies of #DC878B
Complementary color
Monochromatic Colors of #DC878B
Black with #DC878B
Text Example
Text Example
White with #DC878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC878B; }
p { color: rgb(220,135,139); }
H1.HeaderClassName
{
color: #DC878B;
}
.AnyTagClassName
{
color: #DC878B;
}
</style>
background-color css
<style>
a { background-color: #DC878B; }
a { background-color: rgb(220,135,139); }
div.DivClassName
{
background-color: #DC878B;
}
.BgClassName
{
background-color: #DC878B;
}
</style>
border-color css
<style>
span { border-color: #DC878B; }
span { border-color: rgb(220,135,139); }
td.TdClassName
{
border-color: #DC878B;
}
.TagClassName
{
border-color: #DC878B;
}
</style>