Shades of Charm #C27D83
Tints of Charm #C27D83
RGB
CMYK
RGB Variations
Color information
#C27D83 (or 0xC27D83) is known color: Charm. HEX triplet: C2, 7D and 83. RGB value is (194,125,131). Sum of RGB (Red+Green+Blue) = 194+125+131=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D83 is #3D827C. Grayscale: #929292. Windows color (decimal): -4031101 or 8617410. OLE color: 8617410.
HSL color Cylindrical-coordinate representation of color #C27D83: hue angle of 354.78º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D83 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 131 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.24 |
| HSL | 354.78º | 0.36% | 0.63% | - |
| HSV(B) | 354.78º | 0.36% | 0.76% | - |
| XYZ | 33.68 | 27.78 | 25.06 | - |
| YUV | 146.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 131 | 0 | 0.36 | 0.32 | 0.24 | 354.78 | 0.36 | 0.63 |
| Hex | C2 | 7D | 83 | 0 | 24 | 20 | 18 | 163 | 24 | 3F |
| Octal | 302 | 175 | 203 | 0 | 44 | 40 | 30 | 543 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10000011 | 0 | 100100 | 100000 | 11000 | 101100011 | 100100 | 111111 |
Color Harmonies of #C27D83
Complementary color
Monochromatic Colors of #C27D83
Black with #C27D83
Text Example
Text Example
White with #C27D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D83; }
p { color: rgb(194,125,131); }
H1.HeaderClassName
{
color: #C27D83;
}
.AnyTagClassName
{
color: #C27D83;
}
</style>
background-color css
<style>
a { background-color: #C27D83; }
a { background-color: rgb(194,125,131); }
div.DivClassName
{
background-color: #C27D83;
}
.BgClassName
{
background-color: #C27D83;
}
</style>
border-color css
<style>
span { border-color: #C27D83; }
span { border-color: rgb(194,125,131); }
td.TdClassName
{
border-color: #C27D83;
}
.TagClassName
{
border-color: #C27D83;
}
</style>