Shades of Carissma #D9858B
Tints of Carissma #D9858B
RGB
CMYK
RGB Variations
Color information
#D9858B (or 0xD9858B) is known color: Carissma. HEX triplet: D9, 85 and 8B. RGB value is (217,133,139). Sum of RGB (Red+Green+Blue) = 217+133+139=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9858B is #267A74. Grayscale: #9E9E9E. Windows color (decimal): -2521717 or 9143769. OLE color: 9143769.
HSL color Cylindrical-coordinate representation of color #D9858B: hue angle of 355.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9858B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 139 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.15 |
| HSL | 355.71º | 0.53% | 0.69% | - |
| HSV(B) | 355.71º | 0.39% | 0.85% | - |
| XYZ | 41.66 | 33.39 | 28.68 | - |
| YUV | 158.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 139 | 0 | 0.39 | 0.36 | 0.15 | 355.71 | 0.53 | 0.69 |
| Hex | D9 | 85 | 8B | 0 | 27 | 24 | F | 164 | 34 | 45 |
| Octal | 331 | 205 | 213 | 0 | 47 | 44 | 17 | 544 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10001011 | 0 | 100111 | 100100 | 1111 | 101100100 | 110100 | 1000101 |
Color Harmonies of #D9858B
Complementary color
Monochromatic Colors of #D9858B
Black with #D9858B
Text Example
Text Example
White with #D9858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9858B; }
p { color: rgb(217,133,139); }
H1.HeaderClassName
{
color: #D9858B;
}
.AnyTagClassName
{
color: #D9858B;
}
</style>
background-color css
<style>
a { background-color: #D9858B; }
a { background-color: rgb(217,133,139); }
div.DivClassName
{
background-color: #D9858B;
}
.BgClassName
{
background-color: #D9858B;
}
</style>
border-color css
<style>
span { border-color: #D9858B; }
span { border-color: rgb(217,133,139); }
td.TdClassName
{
border-color: #D9858B;
}
.TagClassName
{
border-color: #D9858B;
}
</style>