Shades of Charm #C7738C
Tints of Charm #C7738C
RGB
CMYK
RGB Variations
Color information
#C7738C (or 0xC7738C) is known color: Charm. HEX triplet: C7, 73 and 8C. RGB value is (199,115,140). Sum of RGB (Red+Green+Blue) = 199+115+140=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7738C is #388C73. Grayscale: #8E8E8E. Windows color (decimal): -3705972 or 9204679. OLE color: 9204679.
HSL color Cylindrical-coordinate representation of color #C7738C: hue angle of 342.14º 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 #C7738C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 140 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.22 |
| HSL | 342.14º | 0.43% | 0.62% | - |
| HSV(B) | 342.14º | 0.42% | 0.78% | - |
| XYZ | 34.42 | 26.3 | 28.07 | - |
| YUV | 142.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 140 | 0 | 0.42 | 0.30 | 0.22 | 342.14 | 0.43 | 0.62 |
| Hex | C7 | 73 | 8C | 0 | 2A | 1E | 16 | 156 | 2B | 3E |
| Octal | 307 | 163 | 214 | 0 | 52 | 36 | 26 | 526 | 53 | 76 |
| Binary | 11000111 | 1110011 | 10001100 | 0 | 101010 | 11110 | 10110 | 101010110 | 101011 | 111110 |
Color Harmonies of #C7738C
Complementary color
Monochromatic Colors of #C7738C
Black with #C7738C
Text Example
Text Example
White with #C7738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7738C; }
p { color: rgb(199,115,140); }
H1.HeaderClassName
{
color: #C7738C;
}
.AnyTagClassName
{
color: #C7738C;
}
</style>
background-color css
<style>
a { background-color: #C7738C; }
a { background-color: rgb(199,115,140); }
div.DivClassName
{
background-color: #C7738C;
}
.BgClassName
{
background-color: #C7738C;
}
</style>
border-color css
<style>
span { border-color: #C7738C; }
span { border-color: rgb(199,115,140); }
td.TdClassName
{
border-color: #C7738C;
}
.TagClassName
{
border-color: #C7738C;
}
</style>