Shades of Charm #C27585
Tints of Charm #C27585
RGB
CMYK
RGB Variations
Color information
#C27585 (or 0xC27585) is known color: Charm. HEX triplet: C2, 75 and 85. RGB value is (194,117,133). Sum of RGB (Red+Green+Blue) = 194+117+133=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27585 is #3D8A7A. Grayscale: #8D8D8D. Windows color (decimal): -4033147 or 8746434. OLE color: 8746434.
HSL color Cylindrical-coordinate representation of color #C27585: hue angle of 347.53º 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 #C27585 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 133 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.24 |
| HSL | 347.53º | 0.39% | 0.61% | - |
| HSV(B) | 347.53º | 0.4% | 0.76% | - |
| XYZ | 32.84 | 25.89 | 25.46 | - |
| YUV | 141.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 133 | 0 | 0.40 | 0.31 | 0.24 | 347.53 | 0.39 | 0.61 |
| Hex | C2 | 75 | 85 | 0 | 28 | 1F | 18 | 15C | 27 | 3D |
| Octal | 302 | 165 | 205 | 0 | 50 | 37 | 30 | 534 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10000101 | 0 | 101000 | 11111 | 11000 | 101011100 | 100111 | 111101 |
Color Harmonies of #C27585
Complementary color
Monochromatic Colors of #C27585
Black with #C27585
Text Example
Text Example
White with #C27585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27585; }
p { color: rgb(194,117,133); }
H1.HeaderClassName
{
color: #C27585;
}
.AnyTagClassName
{
color: #C27585;
}
</style>
background-color css
<style>
a { background-color: #C27585; }
a { background-color: rgb(194,117,133); }
div.DivClassName
{
background-color: #C27585;
}
.BgClassName
{
background-color: #C27585;
}
</style>
border-color css
<style>
span { border-color: #C27585; }
span { border-color: rgb(194,117,133); }
td.TdClassName
{
border-color: #C27585;
}
.TagClassName
{
border-color: #C27585;
}
</style>