Shades of Carissma #D98690
Tints of Carissma #D98690
RGB
CMYK
RGB Variations
Color information
#D98690 (or 0xD98690) is known color: Carissma. HEX triplet: D9, 86 and 90. RGB value is (217,134,144). Sum of RGB (Red+Green+Blue) = 217+134+144=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98690 is #26796F. Grayscale: #A0A0A0. Windows color (decimal): -2521456 or 9471705. OLE color: 9471705.
HSL color Cylindrical-coordinate representation of color #D98690: hue angle of 352.77º 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 #D98690 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 144 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.15 |
| HSL | 352.77º | 0.52% | 0.69% | - |
| HSV(B) | 352.77º | 0.38% | 0.85% | - |
| XYZ | 42.17 | 33.82 | 30.69 | - |
| YUV | 159.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 144 | 0 | 0.38 | 0.34 | 0.15 | 352.77 | 0.52 | 0.69 |
| Hex | D9 | 86 | 90 | 0 | 26 | 22 | F | 161 | 34 | 45 |
| Octal | 331 | 206 | 220 | 0 | 46 | 42 | 17 | 541 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10010000 | 0 | 100110 | 100010 | 1111 | 101100001 | 110100 | 1000101 |
Color Harmonies of #D98690
Complementary color
Monochromatic Colors of #D98690
Black with #D98690
Text Example
Text Example
White with #D98690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98690; }
p { color: rgb(217,134,144); }
H1.HeaderClassName
{
color: #D98690;
}
.AnyTagClassName
{
color: #D98690;
}
</style>
background-color css
<style>
a { background-color: #D98690; }
a { background-color: rgb(217,134,144); }
div.DivClassName
{
background-color: #D98690;
}
.BgClassName
{
background-color: #D98690;
}
</style>
border-color css
<style>
span { border-color: #D98690; }
span { border-color: rgb(217,134,144); }
td.TdClassName
{
border-color: #D98690;
}
.TagClassName
{
border-color: #D98690;
}
</style>