Shades of Carissma #D9878D
Tints of Carissma #D9878D
RGB
CMYK
RGB Variations
Color information
#D9878D (or 0xD9878D) is known color: Carissma. HEX triplet: D9, 87 and 8D. RGB value is (217,135,141). Sum of RGB (Red+Green+Blue) = 217+135+141=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9878D is #267872. Grayscale: #A0A0A0. Windows color (decimal): -2521203 or 9275353. OLE color: 9275353.
HSL color Cylindrical-coordinate representation of color #D9878D: hue angle of 355.61º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9878D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 141 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.15 |
| HSL | 355.61º | 0.52% | 0.69% | - |
| HSV(B) | 355.61º | 0.38% | 0.85% | - |
| XYZ | 42.09 | 34 | 29.54 | - |
| YUV | 160.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 141 | 0 | 0.38 | 0.35 | 0.15 | 355.61 | 0.52 | 0.69 |
| Hex | D9 | 87 | 8D | 0 | 26 | 23 | F | 164 | 34 | 45 |
| Octal | 331 | 207 | 215 | 0 | 46 | 43 | 17 | 544 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10001101 | 0 | 100110 | 100011 | 1111 | 101100100 | 110100 | 1000101 |
Color Harmonies of #D9878D
Complementary color
Monochromatic Colors of #D9878D
Black with #D9878D
Text Example
Text Example
White with #D9878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9878D; }
p { color: rgb(217,135,141); }
H1.HeaderClassName
{
color: #D9878D;
}
.AnyTagClassName
{
color: #D9878D;
}
</style>
background-color css
<style>
a { background-color: #D9878D; }
a { background-color: rgb(217,135,141); }
div.DivClassName
{
background-color: #D9878D;
}
.BgClassName
{
background-color: #D9878D;
}
</style>
border-color css
<style>
span { border-color: #D9878D; }
span { border-color: rgb(217,135,141); }
td.TdClassName
{
border-color: #D9878D;
}
.TagClassName
{
border-color: #D9878D;
}
</style>