Shades of Carissma #DC858A
Tints of Carissma #DC858A
RGB
CMYK
RGB Variations
Color information
#DC858A (or 0xDC858A) is known color: Carissma. HEX triplet: DC, 85 and 8A. RGB value is (220,133,138). Sum of RGB (Red+Green+Blue) = 220+133+138=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC858A is #237A75. Grayscale: #9F9F9F. Windows color (decimal): -2325110 or 9078236. OLE color: 9078236.
HSL color Cylindrical-coordinate representation of color #DC858A: hue angle of 356.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC858A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 138 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.14 |
| HSL | 356.55º | 0.55% | 0.69% | - |
| HSV(B) | 356.55º | 0.4% | 0.86% | - |
| XYZ | 42.49 | 33.83 | 28.33 | - |
| YUV | 159.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 138 | 0 | 0.40 | 0.37 | 0.14 | 356.55 | 0.55 | 0.69 |
| Hex | DC | 85 | 8A | 0 | 28 | 25 | E | 165 | 37 | 45 |
| Octal | 334 | 205 | 212 | 0 | 50 | 45 | 16 | 545 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10001010 | 0 | 101000 | 100101 | 1110 | 101100101 | 110111 | 1000101 |
Color Harmonies of #DC858A
Complementary color
Monochromatic Colors of #DC858A
Black with #DC858A
Text Example
Text Example
White with #DC858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC858A; }
p { color: rgb(220,133,138); }
H1.HeaderClassName
{
color: #DC858A;
}
.AnyTagClassName
{
color: #DC858A;
}
</style>
background-color css
<style>
a { background-color: #DC858A; }
a { background-color: rgb(220,133,138); }
div.DivClassName
{
background-color: #DC858A;
}
.BgClassName
{
background-color: #DC858A;
}
</style>
border-color css
<style>
span { border-color: #DC858A; }
span { border-color: rgb(220,133,138); }
td.TdClassName
{
border-color: #DC858A;
}
.TagClassName
{
border-color: #DC858A;
}
</style>