Shades of Carissma #DC868B
Tints of Carissma #DC868B
RGB
CMYK
RGB Variations
Color information
#DC868B (or 0xDC868B) is known color: Carissma. HEX triplet: DC, 86 and 8B. RGB value is (220,134,139). Sum of RGB (Red+Green+Blue) = 220+134+139=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868B is #237974. Grayscale: #A0A0A0. Windows color (decimal): -2324853 or 9144028. OLE color: 9144028.
HSL color Cylindrical-coordinate representation of color #DC868B: hue angle of 356.51º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC868B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 139 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.14 |
| HSL | 356.51º | 0.55% | 0.69% | - |
| HSV(B) | 356.51º | 0.39% | 0.86% | - |
| XYZ | 42.7 | 34.13 | 28.76 | - |
| YUV | 160.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 139 | 0 | 0.39 | 0.37 | 0.14 | 356.51 | 0.55 | 0.69 |
| Hex | DC | 86 | 8B | 0 | 27 | 25 | E | 165 | 37 | 45 |
| Octal | 334 | 206 | 213 | 0 | 47 | 45 | 16 | 545 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10001011 | 0 | 100111 | 100101 | 1110 | 101100101 | 110111 | 1000101 |
Color Harmonies of #DC868B
Complementary color
Monochromatic Colors of #DC868B
Black with #DC868B
Text Example
Text Example
White with #DC868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC868B; }
p { color: rgb(220,134,139); }
H1.HeaderClassName
{
color: #DC868B;
}
.AnyTagClassName
{
color: #DC868B;
}
</style>
background-color css
<style>
a { background-color: #DC868B; }
a { background-color: rgb(220,134,139); }
div.DivClassName
{
background-color: #DC868B;
}
.BgClassName
{
background-color: #DC868B;
}
</style>
border-color css
<style>
span { border-color: #DC868B; }
span { border-color: rgb(220,134,139); }
td.TdClassName
{
border-color: #DC868B;
}
.TagClassName
{
border-color: #DC868B;
}
</style>