Shades of Charm #C7738B
Tints of Charm #C7738B
RGB
CMYK
RGB Variations
Color information
#C7738B (or 0xC7738B) is known color: Charm. HEX triplet: C7, 73 and 8B. RGB value is (199,115,139). Sum of RGB (Red+Green+Blue) = 199+115+139=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7738B is #388C74. Grayscale: #8E8E8E. Windows color (decimal): -3705973 or 9139143. OLE color: 9139143.
HSL color Cylindrical-coordinate representation of color #C7738B: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7738B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 139 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.22 |
| HSL | 342.86º | 0.43% | 0.62% | - |
| HSV(B) | 342.86º | 0.42% | 0.78% | - |
| XYZ | 34.34 | 26.27 | 27.69 | - |
| YUV | 142.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 139 | 0 | 0.42 | 0.30 | 0.22 | 342.86 | 0.43 | 0.62 |
| Hex | C7 | 73 | 8B | 0 | 2A | 1E | 16 | 157 | 2B | 3E |
| Octal | 307 | 163 | 213 | 0 | 52 | 36 | 26 | 527 | 53 | 76 |
| Binary | 11000111 | 1110011 | 10001011 | 0 | 101010 | 11110 | 10110 | 101010111 | 101011 | 111110 |
Color Harmonies of #C7738B
Complementary color
Monochromatic Colors of #C7738B
Black with #C7738B
Text Example
Text Example
White with #C7738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7738B; }
p { color: rgb(199,115,139); }
H1.HeaderClassName
{
color: #C7738B;
}
.AnyTagClassName
{
color: #C7738B;
}
</style>
background-color css
<style>
a { background-color: #C7738B; }
a { background-color: rgb(199,115,139); }
div.DivClassName
{
background-color: #C7738B;
}
.BgClassName
{
background-color: #C7738B;
}
</style>
border-color css
<style>
span { border-color: #C7738B; }
span { border-color: rgb(199,115,139); }
td.TdClassName
{
border-color: #C7738B;
}
.TagClassName
{
border-color: #C7738B;
}
</style>