Shades of Charm #C3778B
Tints of Charm #C3778B
RGB
CMYK
RGB Variations
Color information
#C3778B (or 0xC3778B) is known color: Charm. HEX triplet: C3, 77 and 8B. RGB value is (195,119,139). Sum of RGB (Red+Green+Blue) = 195+119+139=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3778B is #3C8874. Grayscale: #8F8F8F. Windows color (decimal): -3967093 or 9140163. OLE color: 9140163.
HSL color Cylindrical-coordinate representation of color #C3778B: hue angle of 344.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3778B is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 139 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.24 |
| HSL | 344.21º | 0.39% | 0.62% | - |
| HSV(B) | 344.21º | 0.39% | 0.76% | - |
| XYZ | 33.76 | 26.66 | 27.79 | - |
| YUV | 144 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 139 | 0 | 0.39 | 0.29 | 0.24 | 344.21 | 0.39 | 0.62 |
| Hex | C3 | 77 | 8B | 0 | 27 | 1D | 18 | 158 | 27 | 3E |
| Octal | 303 | 167 | 213 | 0 | 47 | 35 | 30 | 530 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10001011 | 0 | 100111 | 11101 | 11000 | 101011000 | 100111 | 111110 |
Color Harmonies of #C3778B
Complementary color
Monochromatic Colors of #C3778B
Black with #C3778B
Text Example
Text Example
White with #C3778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3778B; }
p { color: rgb(195,119,139); }
H1.HeaderClassName
{
color: #C3778B;
}
.AnyTagClassName
{
color: #C3778B;
}
</style>
background-color css
<style>
a { background-color: #C3778B; }
a { background-color: rgb(195,119,139); }
div.DivClassName
{
background-color: #C3778B;
}
.BgClassName
{
background-color: #C3778B;
}
</style>
border-color css
<style>
span { border-color: #C3778B; }
span { border-color: rgb(195,119,139); }
td.TdClassName
{
border-color: #C3778B;
}
.TagClassName
{
border-color: #C3778B;
}
</style>