Shades of Charm #C17A8A
Tints of Charm #C17A8A
RGB
CMYK
RGB Variations
Color information
#C17A8A (or 0xC17A8A) is known color: Charm. HEX triplet: C1, 7A and 8A. RGB value is (193,122,138). Sum of RGB (Red+Green+Blue) = 193+122+138=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A8A is #3E8575. Grayscale: #919191. Windows color (decimal): -4097398 or 9075393. OLE color: 9075393.
HSL color Cylindrical-coordinate representation of color #C17A8A: hue angle of 346.48º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17A8A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 138 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 346.48º | 0.36% | 0.62% | - |
| HSV(B) | 346.48º | 0.37% | 0.76% | - |
| XYZ | 33.54 | 27.09 | 27.51 | - |
| YUV | 145.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 138 | 0 | 0.37 | 0.28 | 0.24 | 346.48 | 0.36 | 0.62 |
| Hex | C1 | 7A | 8A | 0 | 25 | 1C | 18 | 15A | 24 | 3E |
| Octal | 301 | 172 | 212 | 0 | 45 | 34 | 30 | 532 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10001010 | 0 | 100101 | 11100 | 11000 | 101011010 | 100100 | 111110 |
Color Harmonies of #C17A8A
Complementary color
Monochromatic Colors of #C17A8A
Black with #C17A8A
Text Example
Text Example
White with #C17A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A8A; }
p { color: rgb(193,122,138); }
H1.HeaderClassName
{
color: #C17A8A;
}
.AnyTagClassName
{
color: #C17A8A;
}
</style>
background-color css
<style>
a { background-color: #C17A8A; }
a { background-color: rgb(193,122,138); }
div.DivClassName
{
background-color: #C17A8A;
}
.BgClassName
{
background-color: #C17A8A;
}
</style>
border-color css
<style>
span { border-color: #C17A8A; }
span { border-color: rgb(193,122,138); }
td.TdClassName
{
border-color: #C17A8A;
}
.TagClassName
{
border-color: #C17A8A;
}
</style>