Shades of Carissma #DC8C91
Tints of Carissma #DC8C91
RGB
CMYK
RGB Variations
Color information
#DC8C91 (or 0xDC8C91) is known color: Carissma. HEX triplet: DC, 8C and 91. RGB value is (220,140,145). Sum of RGB (Red+Green+Blue) = 220+140+145=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C91 is #23736E. Grayscale: #A4A4A4. Windows color (decimal): -2323311 or 9538780. OLE color: 9538780.
HSL color Cylindrical-coordinate representation of color #DC8C91: hue angle of 356.25º 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 #DC8C91 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 145 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.14 |
| HSL | 356.25º | 0.53% | 0.71% | - |
| HSV(B) | 356.25º | 0.36% | 0.86% | - |
| XYZ | 44 | 36.02 | 31.42 | - |
| YUV | 164.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 145 | 0 | 0.36 | 0.34 | 0.14 | 356.25 | 0.53 | 0.71 |
| Hex | DC | 8C | 91 | 0 | 24 | 22 | E | 164 | 35 | 47 |
| Octal | 334 | 214 | 221 | 0 | 44 | 42 | 16 | 544 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10010001 | 0 | 100100 | 100010 | 1110 | 101100100 | 110101 | 1000111 |
Color Harmonies of #DC8C91
Complementary color
Monochromatic Colors of #DC8C91
Black with #DC8C91
Text Example
Text Example
White with #DC8C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C91; }
p { color: rgb(220,140,145); }
H1.HeaderClassName
{
color: #DC8C91;
}
.AnyTagClassName
{
color: #DC8C91;
}
</style>
background-color css
<style>
a { background-color: #DC8C91; }
a { background-color: rgb(220,140,145); }
div.DivClassName
{
background-color: #DC8C91;
}
.BgClassName
{
background-color: #DC8C91;
}
</style>
border-color css
<style>
span { border-color: #DC8C91; }
span { border-color: rgb(220,140,145); }
td.TdClassName
{
border-color: #DC8C91;
}
.TagClassName
{
border-color: #DC8C91;
}
</style>