Shades of Carissma #DC8689
Tints of Carissma #DC8689
RGB
CMYK
RGB Variations
Color information
#DC8689 (or 0xDC8689) is known color: Carissma. HEX triplet: DC, 86 and 89. RGB value is (220,134,137). Sum of RGB (Red+Green+Blue) = 220+134+137=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8689 is #237976. Grayscale: #A0A0A0. Windows color (decimal): -2324855 or 9012956. OLE color: 9012956.
HSL color Cylindrical-coordinate representation of color #DC8689: hue angle of 357.91º 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 #DC8689 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 137 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.14 |
| HSL | 357.91º | 0.55% | 0.69% | - |
| HSV(B) | 357.91º | 0.39% | 0.86% | - |
| XYZ | 42.56 | 34.07 | 28 | - |
| YUV | 160.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 137 | 0 | 0.39 | 0.38 | 0.14 | 357.91 | 0.55 | 0.69 |
| Hex | DC | 86 | 89 | 0 | 27 | 26 | E | 166 | 37 | 45 |
| Octal | 334 | 206 | 211 | 0 | 47 | 46 | 16 | 546 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10001001 | 0 | 100111 | 100110 | 1110 | 101100110 | 110111 | 1000101 |
Color Harmonies of #DC8689
Complementary color
Monochromatic Colors of #DC8689
Black with #DC8689
Text Example
Text Example
White with #DC8689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8689; }
p { color: rgb(220,134,137); }
H1.HeaderClassName
{
color: #DC8689;
}
.AnyTagClassName
{
color: #DC8689;
}
</style>
background-color css
<style>
a { background-color: #DC8689; }
a { background-color: rgb(220,134,137); }
div.DivClassName
{
background-color: #DC8689;
}
.BgClassName
{
background-color: #DC8689;
}
</style>
border-color css
<style>
span { border-color: #DC8689; }
span { border-color: rgb(220,134,137); }
td.TdClassName
{
border-color: #DC8689;
}
.TagClassName
{
border-color: #DC8689;
}
</style>