Shades of Carissma #D78488
Tints of Carissma #D78488
RGB
CMYK
RGB Variations
Color information
#D78488 (or 0xD78488) is known color: Carissma. HEX triplet: D7, 84 and 88. RGB value is (215,132,136). Sum of RGB (Red+Green+Blue) = 215+132+136=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D78488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78488 is #287B77. Grayscale: #9D9D9D. Windows color (decimal): -2653048 or 8946903. OLE color: 8946903.
HSL color Cylindrical-coordinate representation of color #D78488: hue angle of 357.11º 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 #D78488 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 136 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.16 |
| HSL | 357.11º | 0.51% | 0.68% | - |
| HSV(B) | 357.11º | 0.39% | 0.84% | - |
| XYZ | 40.72 | 32.73 | 27.46 | - |
| YUV | 157.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 136 | 0 | 0.39 | 0.37 | 0.16 | 357.11 | 0.51 | 0.68 |
| Hex | D7 | 84 | 88 | 0 | 27 | 25 | 10 | 165 | 33 | 44 |
| Octal | 327 | 204 | 210 | 0 | 47 | 45 | 20 | 545 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10001000 | 0 | 100111 | 100101 | 10000 | 101100101 | 110011 | 1000100 |
Color Harmonies of #D78488
Complementary color
Monochromatic Colors of #D78488
Black with #D78488
Text Example
Text Example
White with #D78488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78488; }
p { color: rgb(215,132,136); }
H1.HeaderClassName
{
color: #D78488;
}
.AnyTagClassName
{
color: #D78488;
}
</style>
background-color css
<style>
a { background-color: #D78488; }
a { background-color: rgb(215,132,136); }
div.DivClassName
{
background-color: #D78488;
}
.BgClassName
{
background-color: #D78488;
}
</style>
border-color css
<style>
span { border-color: #D78488; }
span { border-color: rgb(215,132,136); }
td.TdClassName
{
border-color: #D78488;
}
.TagClassName
{
border-color: #D78488;
}
</style>