Shades of Carissma #DC888E
Tints of Carissma #DC888E
RGB
CMYK
RGB Variations
Color information
#DC888E (or 0xDC888E) is known color: Carissma. HEX triplet: DC, 88 and 8E. RGB value is (220,136,142). Sum of RGB (Red+Green+Blue) = 220+136+142=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888E is #237771. Grayscale: #A1A1A1. Windows color (decimal): -2324338 or 9341148. OLE color: 9341148.
HSL color Cylindrical-coordinate representation of color #DC888E: hue angle of 355.71º degrees, saturation: 0.55, 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 #DC888E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 142 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.14 |
| HSL | 355.71º | 0.55% | 0.7% | - |
| HSV(B) | 355.71º | 0.38% | 0.86% | - |
| XYZ | 43.2 | 34.78 | 30.03 | - |
| YUV | 161.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 142 | 0 | 0.38 | 0.35 | 0.14 | 355.71 | 0.55 | 0.7 |
| Hex | DC | 88 | 8E | 0 | 26 | 23 | E | 164 | 37 | 46 |
| Octal | 334 | 210 | 216 | 0 | 46 | 43 | 16 | 544 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10001110 | 0 | 100110 | 100011 | 1110 | 101100100 | 110111 | 1000110 |
Color Harmonies of #DC888E
Complementary color
Monochromatic Colors of #DC888E
Black with #DC888E
Text Example
Text Example
White with #DC888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC888E; }
p { color: rgb(220,136,142); }
H1.HeaderClassName
{
color: #DC888E;
}
.AnyTagClassName
{
color: #DC888E;
}
</style>
background-color css
<style>
a { background-color: #DC888E; }
a { background-color: rgb(220,136,142); }
div.DivClassName
{
background-color: #DC888E;
}
.BgClassName
{
background-color: #DC888E;
}
</style>
border-color css
<style>
span { border-color: #DC888E; }
span { border-color: rgb(220,136,142); }
td.TdClassName
{
border-color: #DC888E;
}
.TagClassName
{
border-color: #DC888E;
}
</style>