Shades of Carissma #D9838C
Tints of Carissma #D9838C
RGB
CMYK
RGB Variations
Color information
#D9838C (or 0xD9838C) is known color: Carissma. HEX triplet: D9, 83 and 8C. RGB value is (217,131,140). Sum of RGB (Red+Green+Blue) = 217+131+140=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9838C is #267C73. Grayscale: #9D9D9D. Windows color (decimal): -2522228 or 9208793. OLE color: 9208793.
HSL color Cylindrical-coordinate representation of color #D9838C: hue angle of 353.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9838C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 140 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.15 |
| HSL | 353.72º | 0.53% | 0.68% | - |
| HSV(B) | 353.72º | 0.4% | 0.85% | - |
| XYZ | 41.47 | 32.88 | 28.97 | - |
| YUV | 157.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 140 | 0 | 0.40 | 0.35 | 0.15 | 353.72 | 0.53 | 0.68 |
| Hex | D9 | 83 | 8C | 0 | 28 | 23 | F | 162 | 35 | 44 |
| Octal | 331 | 203 | 214 | 0 | 50 | 43 | 17 | 542 | 65 | 104 |
| Binary | 11011001 | 10000011 | 10001100 | 0 | 101000 | 100011 | 1111 | 101100010 | 110101 | 1000100 |
Color Harmonies of #D9838C
Complementary color
Monochromatic Colors of #D9838C
Black with #D9838C
Text Example
Text Example
White with #D9838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9838C; }
p { color: rgb(217,131,140); }
H1.HeaderClassName
{
color: #D9838C;
}
.AnyTagClassName
{
color: #D9838C;
}
</style>
background-color css
<style>
a { background-color: #D9838C; }
a { background-color: rgb(217,131,140); }
div.DivClassName
{
background-color: #D9838C;
}
.BgClassName
{
background-color: #D9838C;
}
</style>
border-color css
<style>
span { border-color: #D9838C; }
span { border-color: rgb(217,131,140); }
td.TdClassName
{
border-color: #D9838C;
}
.TagClassName
{
border-color: #D9838C;
}
</style>