Shades of Carissma #D9828A
Tints of Carissma #D9828A
RGB
CMYK
RGB Variations
Color information
#D9828A (or 0xD9828A) is known color: Carissma. HEX triplet: D9, 82 and 8A. RGB value is (217,130,138). Sum of RGB (Red+Green+Blue) = 217+130+138=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9828A is #267D75. Grayscale: #9C9C9C. Windows color (decimal): -2522486 or 9077465. OLE color: 9077465.
HSL color Cylindrical-coordinate representation of color #D9828A: hue angle of 354.48º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9828A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 138 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.15 |
| HSL | 354.48º | 0.53% | 0.68% | - |
| HSV(B) | 354.48º | 0.4% | 0.85% | - |
| XYZ | 41.19 | 32.55 | 28.16 | - |
| YUV | 156.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 138 | 0 | 0.40 | 0.36 | 0.15 | 354.48 | 0.53 | 0.68 |
| Hex | D9 | 82 | 8A | 0 | 28 | 24 | F | 162 | 35 | 44 |
| Octal | 331 | 202 | 212 | 0 | 50 | 44 | 17 | 542 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10001010 | 0 | 101000 | 100100 | 1111 | 101100010 | 110101 | 1000100 |
Color Harmonies of #D9828A
Complementary color
Monochromatic Colors of #D9828A
Black with #D9828A
Text Example
Text Example
White with #D9828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9828A; }
p { color: rgb(217,130,138); }
H1.HeaderClassName
{
color: #D9828A;
}
.AnyTagClassName
{
color: #D9828A;
}
</style>
background-color css
<style>
a { background-color: #D9828A; }
a { background-color: rgb(217,130,138); }
div.DivClassName
{
background-color: #D9828A;
}
.BgClassName
{
background-color: #D9828A;
}
</style>
border-color css
<style>
span { border-color: #D9828A; }
span { border-color: rgb(217,130,138); }
td.TdClassName
{
border-color: #D9828A;
}
.TagClassName
{
border-color: #D9828A;
}
</style>