Shades of Carissma #DC8691
Tints of Carissma #DC8691
RGB
CMYK
RGB Variations
Color information
#DC8691 (or 0xDC8691) is known color: Carissma. HEX triplet: DC, 86 and 91. RGB value is (220,134,145). Sum of RGB (Red+Green+Blue) = 220+134+145=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8691 is #23796E. Grayscale: #A1A1A1. Windows color (decimal): -2324847 or 9537244. OLE color: 9537244.
HSL color Cylindrical-coordinate representation of color #DC8691: hue angle of 352.33º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8691 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 145 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.14 |
| HSL | 352.33º | 0.55% | 0.69% | - |
| HSV(B) | 352.33º | 0.39% | 0.86% | - |
| XYZ | 43.15 | 34.31 | 31.14 | - |
| YUV | 160.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 145 | 0 | 0.39 | 0.34 | 0.14 | 352.33 | 0.55 | 0.69 |
| Hex | DC | 86 | 91 | 0 | 27 | 22 | E | 160 | 37 | 45 |
| Octal | 334 | 206 | 221 | 0 | 47 | 42 | 16 | 540 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10010001 | 0 | 100111 | 100010 | 1110 | 101100000 | 110111 | 1000101 |
Color Harmonies of #DC8691
Complementary color
Monochromatic Colors of #DC8691
Black with #DC8691
Text Example
Text Example
White with #DC8691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8691; }
p { color: rgb(220,134,145); }
H1.HeaderClassName
{
color: #DC8691;
}
.AnyTagClassName
{
color: #DC8691;
}
</style>
background-color css
<style>
a { background-color: #DC8691; }
a { background-color: rgb(220,134,145); }
div.DivClassName
{
background-color: #DC8691;
}
.BgClassName
{
background-color: #DC8691;
}
</style>
border-color css
<style>
span { border-color: #DC8691; }
span { border-color: rgb(220,134,145); }
td.TdClassName
{
border-color: #DC8691;
}
.TagClassName
{
border-color: #DC8691;
}
</style>