Shades of Charm #C27381
Tints of Charm #C27381
RGB
CMYK
RGB Variations
Color information
#C27381 (or 0xC27381) is known color: Charm. HEX triplet: C2, 73 and 81. RGB value is (194,115,129). Sum of RGB (Red+Green+Blue) = 194+115+129=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C27381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27381 is #3D8C7E. Grayscale: #8C8C8C. Windows color (decimal): -4033663 or 8483778. OLE color: 8483778.
HSL color Cylindrical-coordinate representation of color #C27381: hue angle of 349.37º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27381 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 129 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.24 |
| HSL | 349.37º | 0.39% | 0.61% | - |
| HSV(B) | 349.37º | 0.41% | 0.76% | - |
| XYZ | 32.34 | 25.32 | 23.95 | - |
| YUV | 140.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 129 | 0 | 0.41 | 0.34 | 0.24 | 349.37 | 0.39 | 0.61 |
| Hex | C2 | 73 | 81 | 0 | 29 | 22 | 18 | 15D | 27 | 3D |
| Octal | 302 | 163 | 201 | 0 | 51 | 42 | 30 | 535 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10000001 | 0 | 101001 | 100010 | 11000 | 101011101 | 100111 | 111101 |
Color Harmonies of #C27381
Complementary color
Monochromatic Colors of #C27381
Black with #C27381
Text Example
Text Example
White with #C27381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27381; }
p { color: rgb(194,115,129); }
H1.HeaderClassName
{
color: #C27381;
}
.AnyTagClassName
{
color: #C27381;
}
</style>
background-color css
<style>
a { background-color: #C27381; }
a { background-color: rgb(194,115,129); }
div.DivClassName
{
background-color: #C27381;
}
.BgClassName
{
background-color: #C27381;
}
</style>
border-color css
<style>
span { border-color: #C27381; }
span { border-color: rgb(194,115,129); }
td.TdClassName
{
border-color: #C27381;
}
.TagClassName
{
border-color: #C27381;
}
</style>