Shades of Charm #C4808C
Tints of Charm #C4808C
RGB
CMYK
RGB Variations
Color information
#C4808C (or 0xC4808C) is known color: Charm. HEX triplet: C4, 80 and 8C. RGB value is (196,128,140). Sum of RGB (Red+Green+Blue) = 196+128+140=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808C is #3B7F73. Grayscale: #959595. Windows color (decimal): -3899252 or 9208004. OLE color: 9208004.
HSL color Cylindrical-coordinate representation of color #C4808C: hue angle of 349.41º 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 #C4808C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 140 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.23 |
| HSL | 349.41º | 0.37% | 0.64% | - |
| HSV(B) | 349.41º | 0.35% | 0.77% | - |
| XYZ | 35.22 | 29.07 | 28.57 | - |
| YUV | 149.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 140 | 0 | 0.35 | 0.29 | 0.23 | 349.41 | 0.37 | 0.64 |
| Hex | C4 | 80 | 8C | 0 | 23 | 1D | 17 | 15D | 25 | 40 |
| Octal | 304 | 200 | 214 | 0 | 43 | 35 | 27 | 535 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10001100 | 0 | 100011 | 11101 | 10111 | 101011101 | 100101 | 1000000 |
Color Harmonies of #C4808C
Complementary color
Monochromatic Colors of #C4808C
Black with #C4808C
Text Example
Text Example
White with #C4808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4808C; }
p { color: rgb(196,128,140); }
H1.HeaderClassName
{
color: #C4808C;
}
.AnyTagClassName
{
color: #C4808C;
}
</style>
background-color css
<style>
a { background-color: #C4808C; }
a { background-color: rgb(196,128,140); }
div.DivClassName
{
background-color: #C4808C;
}
.BgClassName
{
background-color: #C4808C;
}
</style>
border-color css
<style>
span { border-color: #C4808C; }
span { border-color: rgb(196,128,140); }
td.TdClassName
{
border-color: #C4808C;
}
.TagClassName
{
border-color: #C4808C;
}
</style>