Shades of Charm #C5767B
Tints of Charm #C5767B
RGB
CMYK
RGB Variations
Color information
#C5767B (or 0xC5767B) is known color: Charm. HEX triplet: C5, 76 and 7B. RGB value is (197,118,123). Sum of RGB (Red+Green+Blue) = 197+118+123=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767B is #3A8984. Grayscale: #8E8E8E. Windows color (decimal): -3836293 or 8091333. OLE color: 8091333.
HSL color Cylindrical-coordinate representation of color #C5767B: hue angle of 356.2º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5767B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 123 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.23 |
| HSL | 356.2º | 0.41% | 0.62% | - |
| HSV(B) | 356.2º | 0.4% | 0.77% | - |
| XYZ | 33.08 | 26.26 | 22.06 | - |
| YUV | 142.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 123 | 0 | 0.40 | 0.38 | 0.23 | 356.2 | 0.41 | 0.62 |
| Hex | C5 | 76 | 7B | 0 | 28 | 26 | 17 | 164 | 29 | 3E |
| Octal | 305 | 166 | 173 | 0 | 50 | 46 | 27 | 544 | 51 | 76 |
| Binary | 11000101 | 1110110 | 1111011 | 0 | 101000 | 100110 | 10111 | 101100100 | 101001 | 111110 |
Color Harmonies of #C5767B
Complementary color
Monochromatic Colors of #C5767B
Black with #C5767B
Text Example
Text Example
White with #C5767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5767B; }
p { color: rgb(197,118,123); }
H1.HeaderClassName
{
color: #C5767B;
}
.AnyTagClassName
{
color: #C5767B;
}
</style>
background-color css
<style>
a { background-color: #C5767B; }
a { background-color: rgb(197,118,123); }
div.DivClassName
{
background-color: #C5767B;
}
.BgClassName
{
background-color: #C5767B;
}
</style>
border-color css
<style>
span { border-color: #C5767B; }
span { border-color: rgb(197,118,123); }
td.TdClassName
{
border-color: #C5767B;
}
.TagClassName
{
border-color: #C5767B;
}
</style>