Shades of Charm #C27F83
Tints of Charm #C27F83
RGB
CMYK
RGB Variations
Color information
#C27F83 (or 0xC27F83) is known color: Charm. HEX triplet: C2, 7F and 83. RGB value is (194,127,131). Sum of RGB (Red+Green+Blue) = 194+127+131=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F83 is #3D807C. Grayscale: #939393. Windows color (decimal): -4030589 or 8617922. OLE color: 8617922.
HSL color Cylindrical-coordinate representation of color #C27F83: hue angle of 356.42º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27F83 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 131 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.24 |
| HSL | 356.42º | 0.35% | 0.63% | - |
| HSV(B) | 356.42º | 0.35% | 0.76% | - |
| XYZ | 33.93 | 28.29 | 25.14 | - |
| YUV | 147.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 131 | 0 | 0.35 | 0.32 | 0.24 | 356.42 | 0.35 | 0.63 |
| Hex | C2 | 7F | 83 | 0 | 23 | 20 | 18 | 164 | 23 | 3F |
| Octal | 302 | 177 | 203 | 0 | 43 | 40 | 30 | 544 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10000011 | 0 | 100011 | 100000 | 11000 | 101100100 | 100011 | 111111 |
Color Harmonies of #C27F83
Complementary color
Monochromatic Colors of #C27F83
Black with #C27F83
Text Example
Text Example
White with #C27F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F83; }
p { color: rgb(194,127,131); }
H1.HeaderClassName
{
color: #C27F83;
}
.AnyTagClassName
{
color: #C27F83;
}
</style>
background-color css
<style>
a { background-color: #C27F83; }
a { background-color: rgb(194,127,131); }
div.DivClassName
{
background-color: #C27F83;
}
.BgClassName
{
background-color: #C27F83;
}
</style>
border-color css
<style>
span { border-color: #C27F83; }
span { border-color: rgb(194,127,131); }
td.TdClassName
{
border-color: #C27F83;
}
.TagClassName
{
border-color: #C27F83;
}
</style>