Shades of Carissma #DC8992
Tints of Carissma #DC8992
RGB
CMYK
RGB Variations
Color information
#DC8992 (or 0xDC8992) is known color: Carissma. HEX triplet: DC, 89 and 92. RGB value is (220,137,146). Sum of RGB (Red+Green+Blue) = 220+137+146=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8992 is #23766D. Grayscale: #A2A2A2. Windows color (decimal): -2324078 or 9603548. OLE color: 9603548.
HSL color Cylindrical-coordinate representation of color #DC8992: hue angle of 353.49º 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 #DC8992 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 146 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.14 |
| HSL | 353.49º | 0.54% | 0.7% | - |
| HSV(B) | 353.49º | 0.38% | 0.86% | - |
| XYZ | 43.65 | 35.18 | 31.68 | - |
| YUV | 162.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 146 | 0 | 0.38 | 0.34 | 0.14 | 353.49 | 0.54 | 0.7 |
| Hex | DC | 89 | 92 | 0 | 26 | 22 | E | 161 | 36 | 46 |
| Octal | 334 | 211 | 222 | 0 | 46 | 42 | 16 | 541 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10010010 | 0 | 100110 | 100010 | 1110 | 101100001 | 110110 | 1000110 |
Color Harmonies of #DC8992
Complementary color
Monochromatic Colors of #DC8992
Black with #DC8992
Text Example
Text Example
White with #DC8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8992; }
p { color: rgb(220,137,146); }
H1.HeaderClassName
{
color: #DC8992;
}
.AnyTagClassName
{
color: #DC8992;
}
</style>
background-color css
<style>
a { background-color: #DC8992; }
a { background-color: rgb(220,137,146); }
div.DivClassName
{
background-color: #DC8992;
}
.BgClassName
{
background-color: #DC8992;
}
</style>
border-color css
<style>
span { border-color: #DC8992; }
span { border-color: rgb(220,137,146); }
td.TdClassName
{
border-color: #DC8992;
}
.TagClassName
{
border-color: #DC8992;
}
</style>