Shades of Charm #C27586
Tints of Charm #C27586
RGB
CMYK
RGB Variations
Color information
#C27586 (or 0xC27586) is known color: Charm. HEX triplet: C2, 75 and 86. RGB value is (194,117,134). Sum of RGB (Red+Green+Blue) = 194+117+134=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27586 is #3D8A79. Grayscale: #8D8D8D. Windows color (decimal): -4033146 or 8811970. OLE color: 8811970.
HSL color Cylindrical-coordinate representation of color #C27586: hue angle of 346.75º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27586 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 134 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.24 |
| HSL | 346.75º | 0.39% | 0.61% | - |
| HSV(B) | 346.75º | 0.4% | 0.76% | - |
| XYZ | 32.91 | 25.91 | 25.82 | - |
| YUV | 141.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 134 | 0 | 0.40 | 0.31 | 0.24 | 346.75 | 0.39 | 0.61 |
| Hex | C2 | 75 | 86 | 0 | 28 | 1F | 18 | 15B | 27 | 3D |
| Octal | 302 | 165 | 206 | 0 | 50 | 37 | 30 | 533 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10000110 | 0 | 101000 | 11111 | 11000 | 101011011 | 100111 | 111101 |
Color Harmonies of #C27586
Complementary color
Monochromatic Colors of #C27586
Black with #C27586
Text Example
Text Example
White with #C27586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27586; }
p { color: rgb(194,117,134); }
H1.HeaderClassName
{
color: #C27586;
}
.AnyTagClassName
{
color: #C27586;
}
</style>
background-color css
<style>
a { background-color: #C27586; }
a { background-color: rgb(194,117,134); }
div.DivClassName
{
background-color: #C27586;
}
.BgClassName
{
background-color: #C27586;
}
</style>
border-color css
<style>
span { border-color: #C27586; }
span { border-color: rgb(194,117,134); }
td.TdClassName
{
border-color: #C27586;
}
.TagClassName
{
border-color: #C27586;
}
</style>