Shades of Carissma #DC8496
Tints of Carissma #DC8496
RGB
CMYK
RGB Variations
Color information
#DC8496 (or 0xDC8496) is known color: Carissma. HEX triplet: DC, 84 and 96. RGB value is (220,132,150). Sum of RGB (Red+Green+Blue) = 220+132+150=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8496 is #237B69. Grayscale: #A0A0A0. Windows color (decimal): -2325354 or 9864412. OLE color: 9864412.
HSL color Cylindrical-coordinate representation of color #DC8496: hue angle of 347.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8496 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 150 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.14 |
| HSL | 347.73º | 0.56% | 0.69% | - |
| HSV(B) | 347.73º | 0.4% | 0.86% | - |
| XYZ | 43.27 | 33.92 | 33.12 | - |
| YUV | 160.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 150 | 0 | 0.40 | 0.32 | 0.14 | 347.73 | 0.56 | 0.69 |
| Hex | DC | 84 | 96 | 0 | 28 | 20 | E | 15C | 38 | 45 |
| Octal | 334 | 204 | 226 | 0 | 50 | 40 | 16 | 534 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10010110 | 0 | 101000 | 100000 | 1110 | 101011100 | 111000 | 1000101 |
Color Harmonies of #DC8496
Complementary color
Monochromatic Colors of #DC8496
Black with #DC8496
Text Example
Text Example
White with #DC8496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8496; }
p { color: rgb(220,132,150); }
H1.HeaderClassName
{
color: #DC8496;
}
.AnyTagClassName
{
color: #DC8496;
}
</style>
background-color css
<style>
a { background-color: #DC8496; }
a { background-color: rgb(220,132,150); }
div.DivClassName
{
background-color: #DC8496;
}
.BgClassName
{
background-color: #DC8496;
}
</style>
border-color css
<style>
span { border-color: #DC8496; }
span { border-color: rgb(220,132,150); }
td.TdClassName
{
border-color: #DC8496;
}
.TagClassName
{
border-color: #DC8496;
}
</style>