Shades of Carissma #DC868A
Tints of Carissma #DC868A
RGB
CMYK
RGB Variations
Color information
#DC868A (or 0xDC868A) is known color: Carissma. HEX triplet: DC, 86 and 8A. RGB value is (220,134,138). Sum of RGB (Red+Green+Blue) = 220+134+138=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868A is #237975. Grayscale: #A0A0A0. Windows color (decimal): -2324854 or 9078492. OLE color: 9078492.
HSL color Cylindrical-coordinate representation of color #DC868A: hue angle of 357.21º 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 #DC868A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 138 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.14 |
| HSL | 357.21º | 0.55% | 0.69% | - |
| HSV(B) | 357.21º | 0.39% | 0.86% | - |
| XYZ | 42.63 | 34.1 | 28.38 | - |
| YUV | 160.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 138 | 0 | 0.39 | 0.37 | 0.14 | 357.21 | 0.55 | 0.69 |
| Hex | DC | 86 | 8A | 0 | 27 | 25 | E | 165 | 37 | 45 |
| Octal | 334 | 206 | 212 | 0 | 47 | 45 | 16 | 545 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10001010 | 0 | 100111 | 100101 | 1110 | 101100101 | 110111 | 1000101 |
Color Harmonies of #DC868A
Complementary color
Monochromatic Colors of #DC868A
Black with #DC868A
Text Example
Text Example
White with #DC868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC868A; }
p { color: rgb(220,134,138); }
H1.HeaderClassName
{
color: #DC868A;
}
.AnyTagClassName
{
color: #DC868A;
}
</style>
background-color css
<style>
a { background-color: #DC868A; }
a { background-color: rgb(220,134,138); }
div.DivClassName
{
background-color: #DC868A;
}
.BgClassName
{
background-color: #DC868A;
}
</style>
border-color css
<style>
span { border-color: #DC868A; }
span { border-color: rgb(220,134,138); }
td.TdClassName
{
border-color: #DC868A;
}
.TagClassName
{
border-color: #DC868A;
}
</style>