Shades of Carissma #D7898A
Tints of Carissma #D7898A
RGB
CMYK
RGB Variations
Color information
#D7898A (or 0xD7898A) is known color: Carissma. HEX triplet: D7, 89 and 8A. RGB value is (215,137,138). Sum of RGB (Red+Green+Blue) = 215+137+138=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7898A is #287675. Grayscale: #A0A0A0. Windows color (decimal): -2651766 or 9079255. OLE color: 9079255.
HSL color Cylindrical-coordinate representation of color #D7898A: hue angle of 359.23º 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 #D7898A is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 138 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.16 |
| HSL | 359.23º | 0.49% | 0.69% | - |
| HSV(B) | 359.23º | 0.36% | 0.84% | - |
| XYZ | 41.56 | 34.17 | 28.45 | - |
| YUV | 160.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 138 | 0 | 0.36 | 0.36 | 0.16 | 359.23 | 0.49 | 0.69 |
| Hex | D7 | 89 | 8A | 0 | 24 | 24 | 10 | 167 | 31 | 45 |
| Octal | 327 | 211 | 212 | 0 | 44 | 44 | 20 | 547 | 61 | 105 |
| Binary | 11010111 | 10001001 | 10001010 | 0 | 100100 | 100100 | 10000 | 101100111 | 110001 | 1000101 |
Color Harmonies of #D7898A
Complementary color
Monochromatic Colors of #D7898A
Black with #D7898A
Text Example
Text Example
White with #D7898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7898A; }
p { color: rgb(215,137,138); }
H1.HeaderClassName
{
color: #D7898A;
}
.AnyTagClassName
{
color: #D7898A;
}
</style>
background-color css
<style>
a { background-color: #D7898A; }
a { background-color: rgb(215,137,138); }
div.DivClassName
{
background-color: #D7898A;
}
.BgClassName
{
background-color: #D7898A;
}
</style>
border-color css
<style>
span { border-color: #D7898A; }
span { border-color: rgb(215,137,138); }
td.TdClassName
{
border-color: #D7898A;
}
.TagClassName
{
border-color: #D7898A;
}
</style>