Shades of Carissma #D6868A
Tints of Carissma #D6868A
RGB
CMYK
RGB Variations
Color information
#D6868A (or 0xD6868A) is known color: Carissma. HEX triplet: D6, 86 and 8A. RGB value is (214,134,138). Sum of RGB (Red+Green+Blue) = 214+134+138=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6868A is #297975. Grayscale: #9E9E9E. Windows color (decimal): -2718070 or 9078486. OLE color: 9078486.
HSL color Cylindrical-coordinate representation of color #D6868A: hue angle of 357º 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 #D6868A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 138 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.16 |
| HSL | 357º | 0.49% | 0.68% | - |
| HSV(B) | 357º | 0.37% | 0.84% | - |
| XYZ | 40.84 | 33.18 | 28.3 | - |
| YUV | 158.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 138 | 0 | 0.37 | 0.36 | 0.16 | 357 | 0.49 | 0.68 |
| Hex | D6 | 86 | 8A | 0 | 25 | 24 | 10 | 165 | 31 | 44 |
| Octal | 326 | 206 | 212 | 0 | 45 | 44 | 20 | 545 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10001010 | 0 | 100101 | 100100 | 10000 | 101100101 | 110001 | 1000100 |
Color Harmonies of #D6868A
Complementary color
Monochromatic Colors of #D6868A
Black with #D6868A
Text Example
Text Example
White with #D6868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6868A; }
p { color: rgb(214,134,138); }
H1.HeaderClassName
{
color: #D6868A;
}
.AnyTagClassName
{
color: #D6868A;
}
</style>
background-color css
<style>
a { background-color: #D6868A; }
a { background-color: rgb(214,134,138); }
div.DivClassName
{
background-color: #D6868A;
}
.BgClassName
{
background-color: #D6868A;
}
</style>
border-color css
<style>
span { border-color: #D6868A; }
span { border-color: rgb(214,134,138); }
td.TdClassName
{
border-color: #D6868A;
}
.TagClassName
{
border-color: #D6868A;
}
</style>