Shades of Carissma #DC868E
Tints of Carissma #DC868E
RGB
CMYK
RGB Variations
Color information
#DC868E (or 0xDC868E) is known color: Carissma. HEX triplet: DC, 86 and 8E. RGB value is (220,134,142). Sum of RGB (Red+Green+Blue) = 220+134+142=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868E is #237971. Grayscale: #A0A0A0. Windows color (decimal): -2324850 or 9340636. OLE color: 9340636.
HSL color Cylindrical-coordinate representation of color #DC868E: hue angle of 354.42º 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 #DC868E is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 142 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.14 |
| HSL | 354.42º | 0.55% | 0.69% | - |
| HSV(B) | 354.42º | 0.39% | 0.86% | - |
| XYZ | 42.92 | 34.22 | 29.93 | - |
| YUV | 160.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 142 | 0 | 0.39 | 0.35 | 0.14 | 354.42 | 0.55 | 0.69 |
| Hex | DC | 86 | 8E | 0 | 27 | 23 | E | 162 | 37 | 45 |
| Octal | 334 | 206 | 216 | 0 | 47 | 43 | 16 | 542 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10001110 | 0 | 100111 | 100011 | 1110 | 101100010 | 110111 | 1000101 |
Color Harmonies of #DC868E
Complementary color
Monochromatic Colors of #DC868E
Black with #DC868E
Text Example
Text Example
White with #DC868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC868E; }
p { color: rgb(220,134,142); }
H1.HeaderClassName
{
color: #DC868E;
}
.AnyTagClassName
{
color: #DC868E;
}
</style>
background-color css
<style>
a { background-color: #DC868E; }
a { background-color: rgb(220,134,142); }
div.DivClassName
{
background-color: #DC868E;
}
.BgClassName
{
background-color: #DC868E;
}
</style>
border-color css
<style>
span { border-color: #DC868E; }
span { border-color: rgb(220,134,142); }
td.TdClassName
{
border-color: #DC868E;
}
.TagClassName
{
border-color: #DC868E;
}
</style>