Shades of Charm #C5808A
Tints of Charm #C5808A
RGB
CMYK
RGB Variations
Color information
#C5808A (or 0xC5808A) is known color: Charm. HEX triplet: C5, 80 and 8A. RGB value is (197,128,138). Sum of RGB (Red+Green+Blue) = 197+128+138=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5808A is #3A7F75. Grayscale: #959595. Windows color (decimal): -3833718 or 9076933. OLE color: 9076933.
HSL color Cylindrical-coordinate representation of color #C5808A: hue angle of 351.3º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5808A is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 138 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.23 |
| HSL | 351.3º | 0.37% | 0.64% | - |
| HSV(B) | 351.3º | 0.35% | 0.77% | - |
| XYZ | 35.33 | 29.14 | 27.81 | - |
| YUV | 149.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 138 | 0 | 0.35 | 0.30 | 0.23 | 351.3 | 0.37 | 0.64 |
| Hex | C5 | 80 | 8A | 0 | 23 | 1E | 17 | 15F | 25 | 40 |
| Octal | 305 | 200 | 212 | 0 | 43 | 36 | 27 | 537 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10001010 | 0 | 100011 | 11110 | 10111 | 101011111 | 100101 | 1000000 |
Color Harmonies of #C5808A
Complementary color
Monochromatic Colors of #C5808A
Black with #C5808A
Text Example
Text Example
White with #C5808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5808A; }
p { color: rgb(197,128,138); }
H1.HeaderClassName
{
color: #C5808A;
}
.AnyTagClassName
{
color: #C5808A;
}
</style>
background-color css
<style>
a { background-color: #C5808A; }
a { background-color: rgb(197,128,138); }
div.DivClassName
{
background-color: #C5808A;
}
.BgClassName
{
background-color: #C5808A;
}
</style>
border-color css
<style>
span { border-color: #C5808A; }
span { border-color: rgb(197,128,138); }
td.TdClassName
{
border-color: #C5808A;
}
.TagClassName
{
border-color: #C5808A;
}
</style>