Shades of Carissma #D7878B
Tints of Carissma #D7878B
RGB
CMYK
RGB Variations
Color information
#D7878B (or 0xD7878B) is known color: Carissma. HEX triplet: D7, 87 and 8B. RGB value is (215,135,139). Sum of RGB (Red+Green+Blue) = 215+135+139=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7878B is #287874. Grayscale: #9F9F9F. Windows color (decimal): -2652277 or 9144279. OLE color: 9144279.
HSL color Cylindrical-coordinate representation of color #D7878B: hue angle of 357º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7878B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 139 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.16 |
| HSL | 357º | 0.5% | 0.69% | - |
| HSV(B) | 357º | 0.37% | 0.84% | - |
| XYZ | 41.35 | 33.64 | 28.74 | - |
| YUV | 159.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 139 | 0 | 0.37 | 0.35 | 0.16 | 357 | 0.5 | 0.69 |
| Hex | D7 | 87 | 8B | 0 | 25 | 23 | 10 | 165 | 32 | 45 |
| Octal | 327 | 207 | 213 | 0 | 45 | 43 | 20 | 545 | 62 | 105 |
| Binary | 11010111 | 10000111 | 10001011 | 0 | 100101 | 100011 | 10000 | 101100101 | 110010 | 1000101 |
Color Harmonies of #D7878B
Complementary color
Monochromatic Colors of #D7878B
Black with #D7878B
Text Example
Text Example
White with #D7878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7878B; }
p { color: rgb(215,135,139); }
H1.HeaderClassName
{
color: #D7878B;
}
.AnyTagClassName
{
color: #D7878B;
}
</style>
background-color css
<style>
a { background-color: #D7878B; }
a { background-color: rgb(215,135,139); }
div.DivClassName
{
background-color: #D7878B;
}
.BgClassName
{
background-color: #D7878B;
}
</style>
border-color css
<style>
span { border-color: #D7878B; }
span { border-color: rgb(215,135,139); }
td.TdClassName
{
border-color: #D7878B;
}
.TagClassName
{
border-color: #D7878B;
}
</style>