Shades of Charm #C2748A
Tints of Charm #C2748A
RGB
CMYK
RGB Variations
Color information
#C2748A (or 0xC2748A) is known color: Charm. HEX triplet: C2, 74 and 8A. RGB value is (194,116,138). Sum of RGB (Red+Green+Blue) = 194+116+138=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2748A is #3D8B75. Grayscale: #8D8D8D. Windows color (decimal): -4033398 or 9073858. OLE color: 9073858.
HSL color Cylindrical-coordinate representation of color #C2748A: hue angle of 343.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2748A is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 138 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.24 |
| HSL | 343.08º | 0.39% | 0.61% | - |
| HSV(B) | 343.08º | 0.4% | 0.76% | - |
| XYZ | 33.08 | 25.8 | 27.28 | - |
| YUV | 141.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 138 | 0 | 0.40 | 0.29 | 0.24 | 343.08 | 0.39 | 0.61 |
| Hex | C2 | 74 | 8A | 0 | 28 | 1D | 18 | 157 | 27 | 3D |
| Octal | 302 | 164 | 212 | 0 | 50 | 35 | 30 | 527 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10001010 | 0 | 101000 | 11101 | 11000 | 101010111 | 100111 | 111101 |
Color Harmonies of #C2748A
Complementary color
Monochromatic Colors of #C2748A
Black with #C2748A
Text Example
Text Example
White with #C2748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2748A; }
p { color: rgb(194,116,138); }
H1.HeaderClassName
{
color: #C2748A;
}
.AnyTagClassName
{
color: #C2748A;
}
</style>
background-color css
<style>
a { background-color: #C2748A; }
a { background-color: rgb(194,116,138); }
div.DivClassName
{
background-color: #C2748A;
}
.BgClassName
{
background-color: #C2748A;
}
</style>
border-color css
<style>
span { border-color: #C2748A; }
span { border-color: rgb(194,116,138); }
td.TdClassName
{
border-color: #C2748A;
}
.TagClassName
{
border-color: #C2748A;
}
</style>