Shades of Charm #C57085
Tints of Charm #C57085
RGB
CMYK
RGB Variations
Color information
#C57085 (or 0xC57085) is known color: Charm. HEX triplet: C5, 70 and 85. RGB value is (197,112,133). Sum of RGB (Red+Green+Blue) = 197+112+133=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C57085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57085 is #3A8F7A. Grayscale: #8B8B8B. Windows color (decimal): -3837819 or 8745157. OLE color: 8745157.
HSL color Cylindrical-coordinate representation of color #C57085: hue angle of 345.18º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57085 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 133 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.23 |
| HSL | 345.18º | 0.42% | 0.61% | - |
| HSV(B) | 345.18º | 0.43% | 0.77% | - |
| XYZ | 33.05 | 25.15 | 25.3 | - |
| YUV | 139.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 133 | 0 | 0.43 | 0.32 | 0.23 | 345.18 | 0.42 | 0.61 |
| Hex | C5 | 70 | 85 | 0 | 2B | 20 | 17 | 159 | 2A | 3D |
| Octal | 305 | 160 | 205 | 0 | 53 | 40 | 27 | 531 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10000101 | 0 | 101011 | 100000 | 10111 | 101011001 | 101010 | 111101 |
Color Harmonies of #C57085
Complementary color
Monochromatic Colors of #C57085
Black with #C57085
Text Example
Text Example
White with #C57085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57085; }
p { color: rgb(197,112,133); }
H1.HeaderClassName
{
color: #C57085;
}
.AnyTagClassName
{
color: #C57085;
}
</style>
background-color css
<style>
a { background-color: #C57085; }
a { background-color: rgb(197,112,133); }
div.DivClassName
{
background-color: #C57085;
}
.BgClassName
{
background-color: #C57085;
}
</style>
border-color css
<style>
span { border-color: #C57085; }
span { border-color: rgb(197,112,133); }
td.TdClassName
{
border-color: #C57085;
}
.TagClassName
{
border-color: #C57085;
}
</style>