Shades of Charm #C27781
Tints of Charm #C27781
RGB
CMYK
RGB Variations
Color information
#C27781 (or 0xC27781) is known color: Charm. HEX triplet: C2, 77 and 81. RGB value is (194,119,129). Sum of RGB (Red+Green+Blue) = 194+119+129=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C27781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27781 is #3D887E. Grayscale: #8E8E8E. Windows color (decimal): -4032639 or 8484802. OLE color: 8484802.
HSL color Cylindrical-coordinate representation of color #C27781: hue angle of 352º 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 #C27781 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 129 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.24 |
| HSL | 352º | 0.38% | 0.61% | - |
| HSV(B) | 352º | 0.39% | 0.76% | - |
| XYZ | 32.81 | 26.25 | 24.11 | - |
| YUV | 142.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 129 | 0 | 0.39 | 0.34 | 0.24 | 352 | 0.38 | 0.61 |
| Hex | C2 | 77 | 81 | 0 | 27 | 22 | 18 | 160 | 26 | 3D |
| Octal | 302 | 167 | 201 | 0 | 47 | 42 | 30 | 540 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10000001 | 0 | 100111 | 100010 | 11000 | 101100000 | 100110 | 111101 |
Color Harmonies of #C27781
Complementary color
Monochromatic Colors of #C27781
Black with #C27781
Text Example
Text Example
White with #C27781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27781; }
p { color: rgb(194,119,129); }
H1.HeaderClassName
{
color: #C27781;
}
.AnyTagClassName
{
color: #C27781;
}
</style>
background-color css
<style>
a { background-color: #C27781; }
a { background-color: rgb(194,119,129); }
div.DivClassName
{
background-color: #C27781;
}
.BgClassName
{
background-color: #C27781;
}
</style>
border-color css
<style>
span { border-color: #C27781; }
span { border-color: rgb(194,119,129); }
td.TdClassName
{
border-color: #C27781;
}
.TagClassName
{
border-color: #C27781;
}
</style>