Shades of Charm #C4808B
Tints of Charm #C4808B
RGB
CMYK
RGB Variations
Color information
#C4808B (or 0xC4808B) is known color: Charm. HEX triplet: C4, 80 and 8B. RGB value is (196,128,139). Sum of RGB (Red+Green+Blue) = 196+128+139=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808B is #3B7F74. Grayscale: #959595. Windows color (decimal): -3899253 or 9142468. OLE color: 9142468.
HSL color Cylindrical-coordinate representation of color #C4808B: hue angle of 350.29º 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 #C4808B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 139 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.23 |
| HSL | 350.29º | 0.37% | 0.64% | - |
| HSV(B) | 350.29º | 0.35% | 0.77% | - |
| XYZ | 35.14 | 29.04 | 28.18 | - |
| YUV | 149.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 139 | 0 | 0.35 | 0.29 | 0.23 | 350.29 | 0.37 | 0.64 |
| Hex | C4 | 80 | 8B | 0 | 23 | 1D | 17 | 15E | 25 | 40 |
| Octal | 304 | 200 | 213 | 0 | 43 | 35 | 27 | 536 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10001011 | 0 | 100011 | 11101 | 10111 | 101011110 | 100101 | 1000000 |
Color Harmonies of #C4808B
Complementary color
Monochromatic Colors of #C4808B
Black with #C4808B
Text Example
Text Example
White with #C4808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4808B; }
p { color: rgb(196,128,139); }
H1.HeaderClassName
{
color: #C4808B;
}
.AnyTagClassName
{
color: #C4808B;
}
</style>
background-color css
<style>
a { background-color: #C4808B; }
a { background-color: rgb(196,128,139); }
div.DivClassName
{
background-color: #C4808B;
}
.BgClassName
{
background-color: #C4808B;
}
</style>
border-color css
<style>
span { border-color: #C4808B; }
span { border-color: rgb(196,128,139); }
td.TdClassName
{
border-color: #C4808B;
}
.TagClassName
{
border-color: #C4808B;
}
</style>