Shades of Carissma #D9888B
Tints of Carissma #D9888B
RGB
CMYK
RGB Variations
Color information
#D9888B (or 0xD9888B) is known color: Carissma. HEX triplet: D9, 88 and 8B. RGB value is (217,136,139). Sum of RGB (Red+Green+Blue) = 217+136+139=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888B is #267774. Grayscale: #A0A0A0. Windows color (decimal): -2520949 or 9144537. OLE color: 9144537.
HSL color Cylindrical-coordinate representation of color #D9888B: hue angle of 357.78º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9888B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 139 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.15 |
| HSL | 357.78º | 0.52% | 0.69% | - |
| HSV(B) | 357.78º | 0.37% | 0.85% | - |
| XYZ | 42.08 | 34.22 | 28.81 | - |
| YUV | 160.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 139 | 0 | 0.37 | 0.36 | 0.15 | 357.78 | 0.52 | 0.69 |
| Hex | D9 | 88 | 8B | 0 | 25 | 24 | F | 166 | 34 | 45 |
| Octal | 331 | 210 | 213 | 0 | 45 | 44 | 17 | 546 | 64 | 105 |
| Binary | 11011001 | 10001000 | 10001011 | 0 | 100101 | 100100 | 1111 | 101100110 | 110100 | 1000101 |
Color Harmonies of #D9888B
Complementary color
Monochromatic Colors of #D9888B
Black with #D9888B
Text Example
Text Example
White with #D9888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9888B; }
p { color: rgb(217,136,139); }
H1.HeaderClassName
{
color: #D9888B;
}
.AnyTagClassName
{
color: #D9888B;
}
</style>
background-color css
<style>
a { background-color: #D9888B; }
a { background-color: rgb(217,136,139); }
div.DivClassName
{
background-color: #D9888B;
}
.BgClassName
{
background-color: #D9888B;
}
</style>
border-color css
<style>
span { border-color: #D9888B; }
span { border-color: rgb(217,136,139); }
td.TdClassName
{
border-color: #D9888B;
}
.TagClassName
{
border-color: #D9888B;
}
</style>