Shades of Carissma #D6858B
Tints of Carissma #D6858B
RGB
CMYK
RGB Variations
Color information
#D6858B (or 0xD6858B) is known color: Carissma. HEX triplet: D6, 85 and 8B. RGB value is (214,133,139). Sum of RGB (Red+Green+Blue) = 214+133+139=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6858B is #297A74. Grayscale: #9D9D9D. Windows color (decimal): -2718325 or 9143766. OLE color: 9143766.
HSL color Cylindrical-coordinate representation of color #D6858B: hue angle of 355.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6858B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 139 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.16 |
| HSL | 355.56º | 0.5% | 0.68% | - |
| HSV(B) | 355.56º | 0.38% | 0.84% | - |
| XYZ | 40.78 | 32.94 | 28.63 | - |
| YUV | 157.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 139 | 0 | 0.38 | 0.35 | 0.16 | 355.56 | 0.5 | 0.68 |
| Hex | D6 | 85 | 8B | 0 | 26 | 23 | 10 | 164 | 32 | 44 |
| Octal | 326 | 205 | 213 | 0 | 46 | 43 | 20 | 544 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10001011 | 0 | 100110 | 100011 | 10000 | 101100100 | 110010 | 1000100 |
Color Harmonies of #D6858B
Complementary color
Monochromatic Colors of #D6858B
Black with #D6858B
Text Example
Text Example
White with #D6858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6858B; }
p { color: rgb(214,133,139); }
H1.HeaderClassName
{
color: #D6858B;
}
.AnyTagClassName
{
color: #D6858B;
}
</style>
background-color css
<style>
a { background-color: #D6858B; }
a { background-color: rgb(214,133,139); }
div.DivClassName
{
background-color: #D6858B;
}
.BgClassName
{
background-color: #D6858B;
}
</style>
border-color css
<style>
span { border-color: #D6858B; }
span { border-color: rgb(214,133,139); }
td.TdClassName
{
border-color: #D6858B;
}
.TagClassName
{
border-color: #D6858B;
}
</style>