Shades of Carissma #D8868C
Tints of Carissma #D8868C
RGB
CMYK
RGB Variations
Color information
#D8868C (or 0xD8868C) is known color: Carissma. HEX triplet: D8, 86 and 8C. RGB value is (216,134,140). Sum of RGB (Red+Green+Blue) = 216+134+140=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868C is #277973. Grayscale: #9F9F9F. Windows color (decimal): -2586996 or 9209560. OLE color: 9209560.
HSL color Cylindrical-coordinate representation of color #D8868C: hue angle of 355.61º degrees, saturation: 0.51, 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 #D8868C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 140 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.15 |
| HSL | 355.61º | 0.51% | 0.69% | - |
| HSV(B) | 355.61º | 0.38% | 0.85% | - |
| XYZ | 41.58 | 33.54 | 29.09 | - |
| YUV | 159.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 140 | 0 | 0.38 | 0.35 | 0.15 | 355.61 | 0.51 | 0.69 |
| Hex | D8 | 86 | 8C | 0 | 26 | 23 | F | 164 | 33 | 45 |
| Octal | 330 | 206 | 214 | 0 | 46 | 43 | 17 | 544 | 63 | 105 |
| Binary | 11011000 | 10000110 | 10001100 | 0 | 100110 | 100011 | 1111 | 101100100 | 110011 | 1000101 |
Color Harmonies of #D8868C
Complementary color
Monochromatic Colors of #D8868C
Black with #D8868C
Text Example
Text Example
White with #D8868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8868C; }
p { color: rgb(216,134,140); }
H1.HeaderClassName
{
color: #D8868C;
}
.AnyTagClassName
{
color: #D8868C;
}
</style>
background-color css
<style>
a { background-color: #D8868C; }
a { background-color: rgb(216,134,140); }
div.DivClassName
{
background-color: #D8868C;
}
.BgClassName
{
background-color: #D8868C;
}
</style>
border-color css
<style>
span { border-color: #D8868C; }
span { border-color: rgb(216,134,140); }
td.TdClassName
{
border-color: #D8868C;
}
.TagClassName
{
border-color: #D8868C;
}
</style>