Shades of Carissma #D7898B
Tints of Carissma #D7898B
RGB
CMYK
RGB Variations
Color information
#D7898B (or 0xD7898B) is known color: Carissma. HEX triplet: D7, 89 and 8B. RGB value is (215,137,139). Sum of RGB (Red+Green+Blue) = 215+137+139=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7898B is #287674. Grayscale: #A0A0A0. Windows color (decimal): -2651765 or 9144791. OLE color: 9144791.
HSL color Cylindrical-coordinate representation of color #D7898B: hue angle of 358.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7898B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 139 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.16 |
| HSL | 358.46º | 0.49% | 0.69% | - |
| HSV(B) | 358.46º | 0.36% | 0.84% | - |
| XYZ | 41.63 | 34.2 | 28.83 | - |
| YUV | 160.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 139 | 0 | 0.36 | 0.35 | 0.16 | 358.46 | 0.49 | 0.69 |
| Hex | D7 | 89 | 8B | 0 | 24 | 23 | 10 | 166 | 31 | 45 |
| Octal | 327 | 211 | 213 | 0 | 44 | 43 | 20 | 546 | 61 | 105 |
| Binary | 11010111 | 10001001 | 10001011 | 0 | 100100 | 100011 | 10000 | 101100110 | 110001 | 1000101 |
Color Harmonies of #D7898B
Complementary color
Monochromatic Colors of #D7898B
Black with #D7898B
Text Example
Text Example
White with #D7898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7898B; }
p { color: rgb(215,137,139); }
H1.HeaderClassName
{
color: #D7898B;
}
.AnyTagClassName
{
color: #D7898B;
}
</style>
background-color css
<style>
a { background-color: #D7898B; }
a { background-color: rgb(215,137,139); }
div.DivClassName
{
background-color: #D7898B;
}
.BgClassName
{
background-color: #D7898B;
}
</style>
border-color css
<style>
span { border-color: #D7898B; }
span { border-color: rgb(215,137,139); }
td.TdClassName
{
border-color: #D7898B;
}
.TagClassName
{
border-color: #D7898B;
}
</style>