Shades of Charm #C17A7D
Tints of Charm #C17A7D
RGB
CMYK
RGB Variations
Color information
#C17A7D (or 0xC17A7D) is known color: Charm. HEX triplet: C1, 7A and 7D. RGB value is (193,122,125). Sum of RGB (Red+Green+Blue) = 193+122+125=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A7D is #3E8582. Grayscale: #8F8F8F. Windows color (decimal): -4097411 or 8223425. OLE color: 8223425.
HSL color Cylindrical-coordinate representation of color #C17A7D: hue angle of 357.46º 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 #C17A7D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 125 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.24 |
| HSL | 357.46º | 0.36% | 0.62% | - |
| HSV(B) | 357.46º | 0.37% | 0.76% | - |
| XYZ | 32.65 | 26.74 | 22.84 | - |
| YUV | 143.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 125 | 0 | 0.37 | 0.35 | 0.24 | 357.46 | 0.36 | 0.62 |
| Hex | C1 | 7A | 7D | 0 | 25 | 23 | 18 | 165 | 24 | 3E |
| Octal | 301 | 172 | 175 | 0 | 45 | 43 | 30 | 545 | 44 | 76 |
| Binary | 11000001 | 1111010 | 1111101 | 0 | 100101 | 100011 | 11000 | 101100101 | 100100 | 111110 |
Color Harmonies of #C17A7D
Complementary color
Monochromatic Colors of #C17A7D
Black with #C17A7D
Text Example
Text Example
White with #C17A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A7D; }
p { color: rgb(193,122,125); }
H1.HeaderClassName
{
color: #C17A7D;
}
.AnyTagClassName
{
color: #C17A7D;
}
</style>
background-color css
<style>
a { background-color: #C17A7D; }
a { background-color: rgb(193,122,125); }
div.DivClassName
{
background-color: #C17A7D;
}
.BgClassName
{
background-color: #C17A7D;
}
</style>
border-color css
<style>
span { border-color: #C17A7D; }
span { border-color: rgb(193,122,125); }
td.TdClassName
{
border-color: #C17A7D;
}
.TagClassName
{
border-color: #C17A7D;
}
</style>