Shades of Carissma #DC8C8F
Tints of Carissma #DC8C8F
RGB
CMYK
RGB Variations
Color information
#DC8C8F (or 0xDC8C8F) is known color: Carissma. HEX triplet: DC, 8C and 8F. RGB value is (220,140,143). Sum of RGB (Red+Green+Blue) = 220+140+143=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C8F is #237370. Grayscale: #A4A4A4. Windows color (decimal): -2323313 or 9407708. OLE color: 9407708.
HSL color Cylindrical-coordinate representation of color #DC8C8F: hue angle of 357.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8C8F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 143 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.14 |
| HSL | 357.75º | 0.53% | 0.71% | - |
| HSV(B) | 357.75º | 0.36% | 0.86% | - |
| XYZ | 43.85 | 35.95 | 30.62 | - |
| YUV | 164.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 143 | 0 | 0.36 | 0.35 | 0.14 | 357.75 | 0.53 | 0.71 |
| Hex | DC | 8C | 8F | 0 | 24 | 23 | E | 166 | 35 | 47 |
| Octal | 334 | 214 | 217 | 0 | 44 | 43 | 16 | 546 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10001111 | 0 | 100100 | 100011 | 1110 | 101100110 | 110101 | 1000111 |
Color Harmonies of #DC8C8F
Complementary color
Monochromatic Colors of #DC8C8F
Black with #DC8C8F
Text Example
Text Example
White with #DC8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C8F; }
p { color: rgb(220,140,143); }
H1.HeaderClassName
{
color: #DC8C8F;
}
.AnyTagClassName
{
color: #DC8C8F;
}
</style>
background-color css
<style>
a { background-color: #DC8C8F; }
a { background-color: rgb(220,140,143); }
div.DivClassName
{
background-color: #DC8C8F;
}
.BgClassName
{
background-color: #DC8C8F;
}
</style>
border-color css
<style>
span { border-color: #DC8C8F; }
span { border-color: rgb(220,140,143); }
td.TdClassName
{
border-color: #DC8C8F;
}
.TagClassName
{
border-color: #DC8C8F;
}
</style>