Shades of Carissma #D98C8D
Tints of Carissma #D98C8D
RGB
CMYK
RGB Variations
Color information
#D98C8D (or 0xD98C8D) is known color: Carissma. HEX triplet: D9, 8C and 8D. RGB value is (217,140,141). Sum of RGB (Red+Green+Blue) = 217+140+141=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98C8D is #267372. Grayscale: #A3A3A3. Windows color (decimal): -2519923 or 9276633. OLE color: 9276633.
HSL color Cylindrical-coordinate representation of color #D98C8D: hue angle of 359.22º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98C8D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 141 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.15 |
| HSL | 359.22º | 0.5% | 0.7% | - |
| HSV(B) | 359.22º | 0.35% | 0.85% | - |
| XYZ | 42.8 | 35.43 | 29.78 | - |
| YUV | 163.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 141 | 0 | 0.35 | 0.35 | 0.15 | 359.22 | 0.5 | 0.7 |
| Hex | D9 | 8C | 8D | 0 | 23 | 23 | F | 167 | 32 | 46 |
| Octal | 331 | 214 | 215 | 0 | 43 | 43 | 17 | 547 | 62 | 106 |
| Binary | 11011001 | 10001100 | 10001101 | 0 | 100011 | 100011 | 1111 | 101100111 | 110010 | 1000110 |
Color Harmonies of #D98C8D
Complementary color
Monochromatic Colors of #D98C8D
Black with #D98C8D
Text Example
Text Example
White with #D98C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C8D; }
p { color: rgb(217,140,141); }
H1.HeaderClassName
{
color: #D98C8D;
}
.AnyTagClassName
{
color: #D98C8D;
}
</style>
background-color css
<style>
a { background-color: #D98C8D; }
a { background-color: rgb(217,140,141); }
div.DivClassName
{
background-color: #D98C8D;
}
.BgClassName
{
background-color: #D98C8D;
}
</style>
border-color css
<style>
span { border-color: #D98C8D; }
span { border-color: rgb(217,140,141); }
td.TdClassName
{
border-color: #D98C8D;
}
.TagClassName
{
border-color: #D98C8D;
}
</style>