Shades of Carissma #D9888A
Tints of Carissma #D9888A
RGB
CMYK
RGB Variations
Color information
#D9888A (or 0xD9888A) is known color: Carissma. HEX triplet: D9, 88 and 8A. RGB value is (217,136,138). Sum of RGB (Red+Green+Blue) = 217+136+138=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888A is #267775. Grayscale: #A0A0A0. Windows color (decimal): -2520950 or 9079001. OLE color: 9079001.
HSL color Cylindrical-coordinate representation of color #D9888A: hue angle of 358.52º 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 #D9888A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 138 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.15 |
| HSL | 358.52º | 0.52% | 0.69% | - |
| HSV(B) | 358.52º | 0.37% | 0.85% | - |
| XYZ | 42.01 | 34.2 | 28.43 | - |
| YUV | 160.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 138 | 0 | 0.37 | 0.36 | 0.15 | 358.52 | 0.52 | 0.69 |
| Hex | D9 | 88 | 8A | 0 | 25 | 24 | F | 167 | 34 | 45 |
| Octal | 331 | 210 | 212 | 0 | 45 | 44 | 17 | 547 | 64 | 105 |
| Binary | 11011001 | 10001000 | 10001010 | 0 | 100101 | 100100 | 1111 | 101100111 | 110100 | 1000101 |
Color Harmonies of #D9888A
Complementary color
Monochromatic Colors of #D9888A
Black with #D9888A
Text Example
Text Example
White with #D9888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9888A; }
p { color: rgb(217,136,138); }
H1.HeaderClassName
{
color: #D9888A;
}
.AnyTagClassName
{
color: #D9888A;
}
</style>
background-color css
<style>
a { background-color: #D9888A; }
a { background-color: rgb(217,136,138); }
div.DivClassName
{
background-color: #D9888A;
}
.BgClassName
{
background-color: #D9888A;
}
</style>
border-color css
<style>
span { border-color: #D9888A; }
span { border-color: rgb(217,136,138); }
td.TdClassName
{
border-color: #D9888A;
}
.TagClassName
{
border-color: #D9888A;
}
</style>