Shades of Carissma #DC838B
Tints of Carissma #DC838B
RGB
CMYK
RGB Variations
Color information
#DC838B (or 0xDC838B) is known color: Carissma. HEX triplet: DC, 83 and 8B. RGB value is (220,131,139). Sum of RGB (Red+Green+Blue) = 220+131+139=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838B is #237C74. Grayscale: #9E9E9E. Windows color (decimal): -2325621 or 9143260. OLE color: 9143260.
HSL color Cylindrical-coordinate representation of color #DC838B: hue angle of 354.61º degrees, saturation: 0.56, 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 #DC838B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 139 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.14 |
| HSL | 354.61º | 0.56% | 0.69% | - |
| HSV(B) | 354.61º | 0.4% | 0.86% | - |
| XYZ | 42.29 | 33.31 | 28.63 | - |
| YUV | 158.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 139 | 0 | 0.40 | 0.37 | 0.14 | 354.61 | 0.56 | 0.69 |
| Hex | DC | 83 | 8B | 0 | 28 | 25 | E | 163 | 38 | 45 |
| Octal | 334 | 203 | 213 | 0 | 50 | 45 | 16 | 543 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10001011 | 0 | 101000 | 100101 | 1110 | 101100011 | 111000 | 1000101 |
Color Harmonies of #DC838B
Complementary color
Monochromatic Colors of #DC838B
Black with #DC838B
Text Example
Text Example
White with #DC838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC838B; }
p { color: rgb(220,131,139); }
H1.HeaderClassName
{
color: #DC838B;
}
.AnyTagClassName
{
color: #DC838B;
}
</style>
background-color css
<style>
a { background-color: #DC838B; }
a { background-color: rgb(220,131,139); }
div.DivClassName
{
background-color: #DC838B;
}
.BgClassName
{
background-color: #DC838B;
}
</style>
border-color css
<style>
span { border-color: #DC838B; }
span { border-color: rgb(220,131,139); }
td.TdClassName
{
border-color: #DC838B;
}
.TagClassName
{
border-color: #DC838B;
}
</style>