Shades of Charm #C27685
Tints of Charm #C27685
RGB
CMYK
RGB Variations
Color information
#C27685 (or 0xC27685) is known color: Charm. HEX triplet: C2, 76 and 85. RGB value is (194,118,133). Sum of RGB (Red+Green+Blue) = 194+118+133=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27685 is #3D897A. Grayscale: #8E8E8E. Windows color (decimal): -4032891 or 8746690. OLE color: 8746690.
HSL color Cylindrical-coordinate representation of color #C27685: hue angle of 348.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27685 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 133 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.24 |
| HSL | 348.16º | 0.38% | 0.61% | - |
| HSV(B) | 348.16º | 0.39% | 0.76% | - |
| XYZ | 32.96 | 26.12 | 25.49 | - |
| YUV | 142.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 133 | 0 | 0.39 | 0.31 | 0.24 | 348.16 | 0.38 | 0.61 |
| Hex | C2 | 76 | 85 | 0 | 27 | 1F | 18 | 15C | 26 | 3D |
| Octal | 302 | 166 | 205 | 0 | 47 | 37 | 30 | 534 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10000101 | 0 | 100111 | 11111 | 11000 | 101011100 | 100110 | 111101 |
Color Harmonies of #C27685
Complementary color
Monochromatic Colors of #C27685
Black with #C27685
Text Example
Text Example
White with #C27685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27685; }
p { color: rgb(194,118,133); }
H1.HeaderClassName
{
color: #C27685;
}
.AnyTagClassName
{
color: #C27685;
}
</style>
background-color css
<style>
a { background-color: #C27685; }
a { background-color: rgb(194,118,133); }
div.DivClassName
{
background-color: #C27685;
}
.BgClassName
{
background-color: #C27685;
}
</style>
border-color css
<style>
span { border-color: #C27685; }
span { border-color: rgb(194,118,133); }
td.TdClassName
{
border-color: #C27685;
}
.TagClassName
{
border-color: #C27685;
}
</style>