Shades of Carissma #D7838E
Tints of Carissma #D7838E
RGB
CMYK
RGB Variations
Color information
#D7838E (or 0xD7838E) is known color: Carissma. HEX triplet: D7, 83 and 8E. RGB value is (215,131,142). Sum of RGB (Red+Green+Blue) = 215+131+142=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7838E is #287C71. Grayscale: #9D9D9D. Windows color (decimal): -2653298 or 9339863. OLE color: 9339863.
HSL color Cylindrical-coordinate representation of color #D7838E: hue angle of 352.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7838E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 142 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.16 |
| HSL | 352.14º | 0.51% | 0.68% | - |
| HSV(B) | 352.14º | 0.39% | 0.84% | - |
| XYZ | 41.02 | 32.63 | 29.73 | - |
| YUV | 157.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 142 | 0 | 0.39 | 0.34 | 0.16 | 352.14 | 0.51 | 0.68 |
| Hex | D7 | 83 | 8E | 0 | 27 | 22 | 10 | 160 | 33 | 44 |
| Octal | 327 | 203 | 216 | 0 | 47 | 42 | 20 | 540 | 63 | 104 |
| Binary | 11010111 | 10000011 | 10001110 | 0 | 100111 | 100010 | 10000 | 101100000 | 110011 | 1000100 |
Color Harmonies of #D7838E
Complementary color
Monochromatic Colors of #D7838E
Black with #D7838E
Text Example
Text Example
White with #D7838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7838E; }
p { color: rgb(215,131,142); }
H1.HeaderClassName
{
color: #D7838E;
}
.AnyTagClassName
{
color: #D7838E;
}
</style>
background-color css
<style>
a { background-color: #D7838E; }
a { background-color: rgb(215,131,142); }
div.DivClassName
{
background-color: #D7838E;
}
.BgClassName
{
background-color: #D7838E;
}
</style>
border-color css
<style>
span { border-color: #D7838E; }
span { border-color: rgb(215,131,142); }
td.TdClassName
{
border-color: #D7838E;
}
.TagClassName
{
border-color: #D7838E;
}
</style>