Shades of Carissma #D98688
Tints of Carissma #D98688
RGB
CMYK
RGB Variations
Color information
#D98688 (or 0xD98688) is known color: Carissma. HEX triplet: D9, 86 and 88. RGB value is (217,134,136). Sum of RGB (Red+Green+Blue) = 217+134+136=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D98688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98688 is #267977. Grayscale: #9F9F9F. Windows color (decimal): -2521464 or 8947417. OLE color: 8947417.
HSL color Cylindrical-coordinate representation of color #D98688: hue angle of 358.55º 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 #D98688 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 136 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.15 |
| HSL | 358.55º | 0.52% | 0.69% | - |
| HSV(B) | 358.55º | 0.38% | 0.85% | - |
| XYZ | 41.58 | 33.58 | 27.58 | - |
| YUV | 159.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 136 | 0 | 0.38 | 0.37 | 0.15 | 358.55 | 0.52 | 0.69 |
| Hex | D9 | 86 | 88 | 0 | 26 | 25 | F | 167 | 34 | 45 |
| Octal | 331 | 206 | 210 | 0 | 46 | 45 | 17 | 547 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10001000 | 0 | 100110 | 100101 | 1111 | 101100111 | 110100 | 1000101 |
Color Harmonies of #D98688
Complementary color
Monochromatic Colors of #D98688
Black with #D98688
Text Example
Text Example
White with #D98688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98688; }
p { color: rgb(217,134,136); }
H1.HeaderClassName
{
color: #D98688;
}
.AnyTagClassName
{
color: #D98688;
}
</style>
background-color css
<style>
a { background-color: #D98688; }
a { background-color: rgb(217,134,136); }
div.DivClassName
{
background-color: #D98688;
}
.BgClassName
{
background-color: #D98688;
}
</style>
border-color css
<style>
span { border-color: #D98688; }
span { border-color: rgb(217,134,136); }
td.TdClassName
{
border-color: #D98688;
}
.TagClassName
{
border-color: #D98688;
}
</style>