Shades of Charm #C27683
Tints of Charm #C27683
RGB
CMYK
RGB Variations
Color information
#C27683 (or 0xC27683) is known color: Charm. HEX triplet: C2, 76 and 83. RGB value is (194,118,131). Sum of RGB (Red+Green+Blue) = 194+118+131=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27683 is #3D897C. Grayscale: #8E8E8E. Windows color (decimal): -4032893 or 8615618. OLE color: 8615618.
HSL color Cylindrical-coordinate representation of color #C27683: hue angle of 349.74º 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 #C27683 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 131 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.24 |
| HSL | 349.74º | 0.38% | 0.61% | - |
| HSV(B) | 349.74º | 0.39% | 0.76% | - |
| XYZ | 32.82 | 26.06 | 24.77 | - |
| YUV | 142.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 131 | 0 | 0.39 | 0.32 | 0.24 | 349.74 | 0.38 | 0.61 |
| Hex | C2 | 76 | 83 | 0 | 27 | 20 | 18 | 15E | 26 | 3D |
| Octal | 302 | 166 | 203 | 0 | 47 | 40 | 30 | 536 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10000011 | 0 | 100111 | 100000 | 11000 | 101011110 | 100110 | 111101 |
Color Harmonies of #C27683
Complementary color
Monochromatic Colors of #C27683
Black with #C27683
Text Example
Text Example
White with #C27683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27683; }
p { color: rgb(194,118,131); }
H1.HeaderClassName
{
color: #C27683;
}
.AnyTagClassName
{
color: #C27683;
}
</style>
background-color css
<style>
a { background-color: #C27683; }
a { background-color: rgb(194,118,131); }
div.DivClassName
{
background-color: #C27683;
}
.BgClassName
{
background-color: #C27683;
}
</style>
border-color css
<style>
span { border-color: #C27683; }
span { border-color: rgb(194,118,131); }
td.TdClassName
{
border-color: #C27683;
}
.TagClassName
{
border-color: #C27683;
}
</style>