Shades of Charm #C27C83
Tints of Charm #C27C83
RGB
CMYK
RGB Variations
Color information
#C27C83 (or 0xC27C83) is known color: Charm. HEX triplet: C2, 7C and 83. RGB value is (194,124,131). Sum of RGB (Red+Green+Blue) = 194+124+131=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C83 is #3D837C. Grayscale: #919191. Windows color (decimal): -4031357 or 8617154. OLE color: 8617154.
HSL color Cylindrical-coordinate representation of color #C27C83: hue angle of 354º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27C83 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 131 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.24 |
| HSL | 354º | 0.36% | 0.62% | - |
| HSV(B) | 354º | 0.36% | 0.76% | - |
| XYZ | 33.55 | 27.52 | 25.02 | - |
| YUV | 145.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 131 | 0 | 0.36 | 0.32 | 0.24 | 354 | 0.36 | 0.62 |
| Hex | C2 | 7C | 83 | 0 | 24 | 20 | 18 | 162 | 24 | 3E |
| Octal | 302 | 174 | 203 | 0 | 44 | 40 | 30 | 542 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10000011 | 0 | 100100 | 100000 | 11000 | 101100010 | 100100 | 111110 |
Color Harmonies of #C27C83
Complementary color
Monochromatic Colors of #C27C83
Black with #C27C83
Text Example
Text Example
White with #C27C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C83; }
p { color: rgb(194,124,131); }
H1.HeaderClassName
{
color: #C27C83;
}
.AnyTagClassName
{
color: #C27C83;
}
</style>
background-color css
<style>
a { background-color: #C27C83; }
a { background-color: rgb(194,124,131); }
div.DivClassName
{
background-color: #C27C83;
}
.BgClassName
{
background-color: #C27C83;
}
</style>
border-color css
<style>
span { border-color: #C27C83; }
span { border-color: rgb(194,124,131); }
td.TdClassName
{
border-color: #C27C83;
}
.TagClassName
{
border-color: #C27C83;
}
</style>