Shades of Carissma #D68789
Tints of Carissma #D68789
RGB
CMYK
RGB Variations
Color information
#D68789 (or 0xD68789) is known color: Carissma. HEX triplet: D6, 87 and 89. RGB value is (214,135,137). Sum of RGB (Red+Green+Blue) = 214+135+137=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D68789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68789 is #297876. Grayscale: #9E9E9E. Windows color (decimal): -2717815 or 9013206. OLE color: 9013206.
HSL color Cylindrical-coordinate representation of color #D68789: hue angle of 358.48º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68789 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 137 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.16 |
| HSL | 358.48º | 0.49% | 0.68% | - |
| HSV(B) | 358.48º | 0.37% | 0.84% | - |
| XYZ | 40.91 | 33.43 | 27.96 | - |
| YUV | 158.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 137 | 0 | 0.37 | 0.36 | 0.16 | 358.48 | 0.49 | 0.68 |
| Hex | D6 | 87 | 89 | 0 | 25 | 24 | 10 | 166 | 31 | 44 |
| Octal | 326 | 207 | 211 | 0 | 45 | 44 | 20 | 546 | 61 | 104 |
| Binary | 11010110 | 10000111 | 10001001 | 0 | 100101 | 100100 | 10000 | 101100110 | 110001 | 1000100 |
Color Harmonies of #D68789
Complementary color
Monochromatic Colors of #D68789
Black with #D68789
Text Example
Text Example
White with #D68789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68789; }
p { color: rgb(214,135,137); }
H1.HeaderClassName
{
color: #D68789;
}
.AnyTagClassName
{
color: #D68789;
}
</style>
background-color css
<style>
a { background-color: #D68789; }
a { background-color: rgb(214,135,137); }
div.DivClassName
{
background-color: #D68789;
}
.BgClassName
{
background-color: #D68789;
}
</style>
border-color css
<style>
span { border-color: #D68789; }
span { border-color: rgb(214,135,137); }
td.TdClassName
{
border-color: #D68789;
}
.TagClassName
{
border-color: #D68789;
}
</style>