Shades of Carissma #DC8A8C
Tints of Carissma #DC8A8C
RGB
CMYK
RGB Variations
Color information
#DC8A8C (or 0xDC8A8C) is known color: Carissma. HEX triplet: DC, 8A and 8C. RGB value is (220,138,140). Sum of RGB (Red+Green+Blue) = 220+138+140=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A8C is #237573. Grayscale: #A2A2A2. Windows color (decimal): -2323828 or 9210588. OLE color: 9210588.
HSL color Cylindrical-coordinate representation of color #DC8A8C: hue angle of 358.54º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8A8C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 138 | 140 | - |
CMYK | 0 | 0.37 | 0.36 | 0.14 |
HSL | 358.54º | 0.54% | 0.7% | - |
HSV(B) | 358.54º | 0.37% | 0.86% | - |
XYZ | 43.34 | 35.29 | 29.34 | - |
YUV | 162.75 | 115.17 | 168.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 138 | 140 | 0 | 0.37 | 0.36 | 0.14 | 358.54 | 0.54 | 0.7 |
Hex | DC | 8A | 8C | 0 | 25 | 24 | E | 167 | 36 | 46 |
Octal | 334 | 212 | 214 | 0 | 45 | 44 | 16 | 547 | 66 | 106 |
Binary | 11011100 | 10001010 | 10001100 | 0 | 100101 | 100100 | 1110 | 101100111 | 110110 | 1000110 |
Color Harmonies of #DC8A8C
Complementary color
Monochromatic Colors of #DC8A8C
Black with #DC8A8C
Text Example
Text Example
White with #DC8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A8C; }
p { color: rgb(220,138,140); }
H1.HeaderClassName
{
color: #DC8A8C;
}
.AnyTagClassName
{
color: #DC8A8C;
}
</style>
background-color css
<style>
a { background-color: #DC8A8C; }
a { background-color: rgb(220,138,140); }
div.DivClassName
{
background-color: #DC8A8C;
}
.BgClassName
{
background-color: #DC8A8C;
}
</style>
border-color css
<style>
span { border-color: #DC8A8C; }
span { border-color: rgb(220,138,140); }
td.TdClassName
{
border-color: #DC8A8C;
}
.TagClassName
{
border-color: #DC8A8C;
}
</style>