Shades of Carissma #D7828C
Tints of Carissma #D7828C
RGB
CMYK
RGB Variations
Color information
#D7828C (or 0xD7828C) is known color: Carissma. HEX triplet: D7, 82 and 8C. RGB value is (215,130,140). Sum of RGB (Red+Green+Blue) = 215+130+140=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7828C is #287D73. Grayscale: #9C9C9C. Windows color (decimal): -2653556 or 9208535. OLE color: 9208535.
HSL color Cylindrical-coordinate representation of color #D7828C: hue angle of 352.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7828C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 140 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.16 |
| HSL | 352.94º | 0.52% | 0.68% | - |
| HSV(B) | 352.94º | 0.4% | 0.84% | - |
| XYZ | 40.74 | 32.31 | 28.9 | - |
| YUV | 156.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 140 | 0 | 0.40 | 0.35 | 0.16 | 352.94 | 0.52 | 0.68 |
| Hex | D7 | 82 | 8C | 0 | 28 | 23 | 10 | 161 | 34 | 44 |
| Octal | 327 | 202 | 214 | 0 | 50 | 43 | 20 | 541 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10001100 | 0 | 101000 | 100011 | 10000 | 101100001 | 110100 | 1000100 |
Color Harmonies of #D7828C
Complementary color
Monochromatic Colors of #D7828C
Black with #D7828C
Text Example
Text Example
White with #D7828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7828C; }
p { color: rgb(215,130,140); }
H1.HeaderClassName
{
color: #D7828C;
}
.AnyTagClassName
{
color: #D7828C;
}
</style>
background-color css
<style>
a { background-color: #D7828C; }
a { background-color: rgb(215,130,140); }
div.DivClassName
{
background-color: #D7828C;
}
.BgClassName
{
background-color: #D7828C;
}
</style>
border-color css
<style>
span { border-color: #D7828C; }
span { border-color: rgb(215,130,140); }
td.TdClassName
{
border-color: #D7828C;
}
.TagClassName
{
border-color: #D7828C;
}
</style>