Shades of Charm #C27A82
Tints of Charm #C27A82
RGB
CMYK
RGB Variations
Color information
#C27A82 (or 0xC27A82) is known color: Charm. HEX triplet: C2, 7A and 82. RGB value is (194,122,130). Sum of RGB (Red+Green+Blue) = 194+122+130=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A82 is #3D857D. Grayscale: #909090. Windows color (decimal): -4031870 or 8551106. OLE color: 8551106.
HSL color Cylindrical-coordinate representation of color #C27A82: hue angle of 353.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A82 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 130 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.24 |
| HSL | 353.33º | 0.37% | 0.62% | - |
| HSV(B) | 353.33º | 0.37% | 0.76% | - |
| XYZ | 33.24 | 27 | 24.58 | - |
| YUV | 144.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 130 | 0 | 0.37 | 0.33 | 0.24 | 353.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | 82 | 0 | 25 | 21 | 18 | 161 | 25 | 3E |
| Octal | 302 | 172 | 202 | 0 | 45 | 41 | 30 | 541 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10000010 | 0 | 100101 | 100001 | 11000 | 101100001 | 100101 | 111110 |
Color Harmonies of #C27A82
Complementary color
Monochromatic Colors of #C27A82
Black with #C27A82
Text Example
Text Example
White with #C27A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A82; }
p { color: rgb(194,122,130); }
H1.HeaderClassName
{
color: #C27A82;
}
.AnyTagClassName
{
color: #C27A82;
}
</style>
background-color css
<style>
a { background-color: #C27A82; }
a { background-color: rgb(194,122,130); }
div.DivClassName
{
background-color: #C27A82;
}
.BgClassName
{
background-color: #C27A82;
}
</style>
border-color css
<style>
span { border-color: #C27A82; }
span { border-color: rgb(194,122,130); }
td.TdClassName
{
border-color: #C27A82;
}
.TagClassName
{
border-color: #C27A82;
}
</style>