Shades of Charm #C27587
Tints of Charm #C27587
RGB
CMYK
RGB Variations
Color information
#C27587 (or 0xC27587) is known color: Charm. HEX triplet: C2, 75 and 87. RGB value is (194,117,135). Sum of RGB (Red+Green+Blue) = 194+117+135=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27587 is #3D8A78. Grayscale: #8E8E8E. Windows color (decimal): -4033145 or 8877506. OLE color: 8877506.
HSL color Cylindrical-coordinate representation of color #C27587: hue angle of 345.97º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27587 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 135 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.24 |
| HSL | 345.97º | 0.39% | 0.61% | - |
| HSV(B) | 345.97º | 0.4% | 0.76% | - |
| XYZ | 32.98 | 25.94 | 26.19 | - |
| YUV | 142.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 135 | 0 | 0.40 | 0.30 | 0.24 | 345.97 | 0.39 | 0.61 |
| Hex | C2 | 75 | 87 | 0 | 28 | 1E | 18 | 15A | 27 | 3D |
| Octal | 302 | 165 | 207 | 0 | 50 | 36 | 30 | 532 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10000111 | 0 | 101000 | 11110 | 11000 | 101011010 | 100111 | 111101 |
Color Harmonies of #C27587
Complementary color
Monochromatic Colors of #C27587
Black with #C27587
Text Example
Text Example
White with #C27587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27587; }
p { color: rgb(194,117,135); }
H1.HeaderClassName
{
color: #C27587;
}
.AnyTagClassName
{
color: #C27587;
}
</style>
background-color css
<style>
a { background-color: #C27587; }
a { background-color: rgb(194,117,135); }
div.DivClassName
{
background-color: #C27587;
}
.BgClassName
{
background-color: #C27587;
}
</style>
border-color css
<style>
span { border-color: #C27587; }
span { border-color: rgb(194,117,135); }
td.TdClassName
{
border-color: #C27587;
}
.TagClassName
{
border-color: #C27587;
}
</style>