Shades of Carissma #D98486
Tints of Carissma #D98486
RGB
CMYK
RGB Variations
Color information
#D98486 (or 0xD98486) is known color: Carissma. HEX triplet: D9, 84 and 86. RGB value is (217,132,134). Sum of RGB (Red+Green+Blue) = 217+132+134=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98486 is #267B79. Grayscale: #9D9D9D. Windows color (decimal): -2521978 or 8815833. OLE color: 8815833.
HSL color Cylindrical-coordinate representation of color #D98486: hue angle of 358.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98486 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 134 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.15 |
| HSL | 358.59º | 0.53% | 0.68% | - |
| HSV(B) | 358.59º | 0.39% | 0.85% | - |
| XYZ | 41.17 | 32.98 | 26.75 | - |
| YUV | 157.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 134 | 0 | 0.39 | 0.38 | 0.15 | 358.59 | 0.53 | 0.68 |
| Hex | D9 | 84 | 86 | 0 | 27 | 26 | F | 167 | 35 | 44 |
| Octal | 331 | 204 | 206 | 0 | 47 | 46 | 17 | 547 | 65 | 104 |
| Binary | 11011001 | 10000100 | 10000110 | 0 | 100111 | 100110 | 1111 | 101100111 | 110101 | 1000100 |
Color Harmonies of #D98486
Complementary color
Monochromatic Colors of #D98486
Black with #D98486
Text Example
Text Example
White with #D98486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98486; }
p { color: rgb(217,132,134); }
H1.HeaderClassName
{
color: #D98486;
}
.AnyTagClassName
{
color: #D98486;
}
</style>
background-color css
<style>
a { background-color: #D98486; }
a { background-color: rgb(217,132,134); }
div.DivClassName
{
background-color: #D98486;
}
.BgClassName
{
background-color: #D98486;
}
</style>
border-color css
<style>
span { border-color: #D98486; }
span { border-color: rgb(217,132,134); }
td.TdClassName
{
border-color: #D98486;
}
.TagClassName
{
border-color: #D98486;
}
</style>