Shades of Carissma #DC8C90
Tints of Carissma #DC8C90
RGB
CMYK
RGB Variations
Color information
#DC8C90 (or 0xDC8C90) is known color: Carissma. HEX triplet: DC, 8C and 90. RGB value is (220,140,144). Sum of RGB (Red+Green+Blue) = 220+140+144=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C90 is #23736F. Grayscale: #A4A4A4. Windows color (decimal): -2323312 or 9473244. OLE color: 9473244.
HSL color Cylindrical-coordinate representation of color #DC8C90: hue angle of 357º 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 #DC8C90 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 144 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.14 |
| HSL | 357º | 0.53% | 0.71% | - |
| HSV(B) | 357º | 0.36% | 0.86% | - |
| XYZ | 43.93 | 35.99 | 31.02 | - |
| YUV | 164.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 144 | 0 | 0.36 | 0.35 | 0.14 | 357 | 0.53 | 0.71 |
| Hex | DC | 8C | 90 | 0 | 24 | 23 | E | 165 | 35 | 47 |
| Octal | 334 | 214 | 220 | 0 | 44 | 43 | 16 | 545 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10010000 | 0 | 100100 | 100011 | 1110 | 101100101 | 110101 | 1000111 |
Color Harmonies of #DC8C90
Complementary color
Monochromatic Colors of #DC8C90
Black with #DC8C90
Text Example
Text Example
White with #DC8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C90; }
p { color: rgb(220,140,144); }
H1.HeaderClassName
{
color: #DC8C90;
}
.AnyTagClassName
{
color: #DC8C90;
}
</style>
background-color css
<style>
a { background-color: #DC8C90; }
a { background-color: rgb(220,140,144); }
div.DivClassName
{
background-color: #DC8C90;
}
.BgClassName
{
background-color: #DC8C90;
}
</style>
border-color css
<style>
span { border-color: #DC8C90; }
span { border-color: rgb(220,140,144); }
td.TdClassName
{
border-color: #DC8C90;
}
.TagClassName
{
border-color: #DC8C90;
}
</style>