Shades of Carissma #D6848C
Tints of Carissma #D6848C
RGB
CMYK
RGB Variations
Color information
#D6848C (or 0xD6848C) is known color: Carissma. HEX triplet: D6, 84 and 8C. RGB value is (214,132,140). Sum of RGB (Red+Green+Blue) = 214+132+140=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6848C is #297B73. Grayscale: #9D9D9D. Windows color (decimal): -2718580 or 9209046. OLE color: 9209046.
HSL color Cylindrical-coordinate representation of color #D6848C: hue angle of 354.15º 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 #D6848C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 140 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.16 |
| HSL | 354.15º | 0.5% | 0.68% | - |
| HSV(B) | 354.15º | 0.38% | 0.84% | - |
| XYZ | 40.72 | 32.69 | 28.98 | - |
| YUV | 157.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 140 | 0 | 0.38 | 0.35 | 0.16 | 354.15 | 0.5 | 0.68 |
| Hex | D6 | 84 | 8C | 0 | 26 | 23 | 10 | 162 | 32 | 44 |
| Octal | 326 | 204 | 214 | 0 | 46 | 43 | 20 | 542 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10001100 | 0 | 100110 | 100011 | 10000 | 101100010 | 110010 | 1000100 |
Color Harmonies of #D6848C
Complementary color
Monochromatic Colors of #D6848C
Black with #D6848C
Text Example
Text Example
White with #D6848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6848C; }
p { color: rgb(214,132,140); }
H1.HeaderClassName
{
color: #D6848C;
}
.AnyTagClassName
{
color: #D6848C;
}
</style>
background-color css
<style>
a { background-color: #D6848C; }
a { background-color: rgb(214,132,140); }
div.DivClassName
{
background-color: #D6848C;
}
.BgClassName
{
background-color: #D6848C;
}
</style>
border-color css
<style>
span { border-color: #D6848C; }
span { border-color: rgb(214,132,140); }
td.TdClassName
{
border-color: #D6848C;
}
.TagClassName
{
border-color: #D6848C;
}
</style>