Shades of Charm #C1808A
Tints of Charm #C1808A
RGB
CMYK
RGB Variations
Color information
#C1808A (or 0xC1808A) is known color: Charm. HEX triplet: C1, 80 and 8A. RGB value is (193,128,138). Sum of RGB (Red+Green+Blue) = 193+128+138=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808A is #3E7F75. Grayscale: #949494. Windows color (decimal): -4095862 or 9076929. OLE color: 9076929.
HSL color Cylindrical-coordinate representation of color #C1808A: hue angle of 350.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1808A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 138 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.24 |
| HSL | 350.77º | 0.34% | 0.63% | - |
| HSV(B) | 350.77º | 0.34% | 0.76% | - |
| XYZ | 34.3 | 28.61 | 27.76 | - |
| YUV | 148.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 138 | 0 | 0.34 | 0.28 | 0.24 | 350.77 | 0.34 | 0.63 |
| Hex | C1 | 80 | 8A | 0 | 22 | 1C | 18 | 15F | 22 | 3F |
| Octal | 301 | 200 | 212 | 0 | 42 | 34 | 30 | 537 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10001010 | 0 | 100010 | 11100 | 11000 | 101011111 | 100010 | 111111 |
Color Harmonies of #C1808A
Complementary color
Monochromatic Colors of #C1808A
Black with #C1808A
Text Example
Text Example
White with #C1808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1808A; }
p { color: rgb(193,128,138); }
H1.HeaderClassName
{
color: #C1808A;
}
.AnyTagClassName
{
color: #C1808A;
}
</style>
background-color css
<style>
a { background-color: #C1808A; }
a { background-color: rgb(193,128,138); }
div.DivClassName
{
background-color: #C1808A;
}
.BgClassName
{
background-color: #C1808A;
}
</style>
border-color css
<style>
span { border-color: #C1808A; }
span { border-color: rgb(193,128,138); }
td.TdClassName
{
border-color: #C1808A;
}
.TagClassName
{
border-color: #C1808A;
}
</style>