Shades of Carissma #DC888C
Tints of Carissma #DC888C
RGB
CMYK
RGB Variations
Color information
#DC888C (or 0xDC888C) is known color: Carissma. HEX triplet: DC, 88 and 8C. RGB value is (220,136,140). Sum of RGB (Red+Green+Blue) = 220+136+140=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888C is #237773. Grayscale: #A1A1A1. Windows color (decimal): -2324340 or 9210076. OLE color: 9210076.
HSL color Cylindrical-coordinate representation of color #DC888C: hue angle of 357.14º 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 #DC888C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 140 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.14 |
| HSL | 357.14º | 0.55% | 0.7% | - |
| HSV(B) | 357.14º | 0.38% | 0.86% | - |
| XYZ | 43.05 | 34.72 | 29.24 | - |
| YUV | 161.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 140 | 0 | 0.38 | 0.36 | 0.14 | 357.14 | 0.55 | 0.7 |
| Hex | DC | 88 | 8C | 0 | 26 | 24 | E | 165 | 37 | 46 |
| Octal | 334 | 210 | 214 | 0 | 46 | 44 | 16 | 545 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10001100 | 0 | 100110 | 100100 | 1110 | 101100101 | 110111 | 1000110 |
Color Harmonies of #DC888C
Complementary color
Monochromatic Colors of #DC888C
Black with #DC888C
Text Example
Text Example
White with #DC888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC888C; }
p { color: rgb(220,136,140); }
H1.HeaderClassName
{
color: #DC888C;
}
.AnyTagClassName
{
color: #DC888C;
}
</style>
background-color css
<style>
a { background-color: #DC888C; }
a { background-color: rgb(220,136,140); }
div.DivClassName
{
background-color: #DC888C;
}
.BgClassName
{
background-color: #DC888C;
}
</style>
border-color css
<style>
span { border-color: #DC888C; }
span { border-color: rgb(220,136,140); }
td.TdClassName
{
border-color: #DC888C;
}
.TagClassName
{
border-color: #DC888C;
}
</style>