Shades of Charm #C17B7C
Tints of Charm #C17B7C
RGB
CMYK
RGB Variations
Color information
#C17B7C (or 0xC17B7C) is known color: Charm. HEX triplet: C1, 7B and 7C. RGB value is (193,123,124). Sum of RGB (Red+Green+Blue) = 193+123+124=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B7C is #3E8483. Grayscale: #909090. Windows color (decimal): -4097156 or 8158145. OLE color: 8158145.
HSL color Cylindrical-coordinate representation of color #C17B7C: hue angle of 359.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17B7C is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 124 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.24 |
| HSL | 359.14º | 0.36% | 0.62% | - |
| HSV(B) | 359.14º | 0.36% | 0.76% | - |
| XYZ | 32.71 | 26.96 | 22.55 | - |
| YUV | 144.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 124 | 0 | 0.36 | 0.36 | 0.24 | 359.14 | 0.36 | 0.62 |
| Hex | C1 | 7B | 7C | 0 | 24 | 24 | 18 | 167 | 24 | 3E |
| Octal | 301 | 173 | 174 | 0 | 44 | 44 | 30 | 547 | 44 | 76 |
| Binary | 11000001 | 1111011 | 1111100 | 0 | 100100 | 100100 | 11000 | 101100111 | 100100 | 111110 |
Color Harmonies of #C17B7C
Complementary color
Monochromatic Colors of #C17B7C
Black with #C17B7C
Text Example
Text Example
White with #C17B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B7C; }
p { color: rgb(193,123,124); }
H1.HeaderClassName
{
color: #C17B7C;
}
.AnyTagClassName
{
color: #C17B7C;
}
</style>
background-color css
<style>
a { background-color: #C17B7C; }
a { background-color: rgb(193,123,124); }
div.DivClassName
{
background-color: #C17B7C;
}
.BgClassName
{
background-color: #C17B7C;
}
</style>
border-color css
<style>
span { border-color: #C17B7C; }
span { border-color: rgb(193,123,124); }
td.TdClassName
{
border-color: #C17B7C;
}
.TagClassName
{
border-color: #C17B7C;
}
</style>