Shades of Charm #C3788B
Tints of Charm #C3788B
RGB
CMYK
RGB Variations
Color information
#C3788B (or 0xC3788B) is known color: Charm. HEX triplet: C3, 78 and 8B. RGB value is (195,120,139). Sum of RGB (Red+Green+Blue) = 195+120+139=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3788B is #3C8774. Grayscale: #909090. Windows color (decimal): -3966837 or 9140419. OLE color: 9140419.
HSL color Cylindrical-coordinate representation of color #C3788B: hue angle of 344.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3788B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 139 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.24 |
| HSL | 344.8º | 0.38% | 0.62% | - |
| HSV(B) | 344.8º | 0.38% | 0.76% | - |
| XYZ | 33.88 | 26.9 | 27.83 | - |
| YUV | 144.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 139 | 0 | 0.38 | 0.29 | 0.24 | 344.8 | 0.38 | 0.62 |
| Hex | C3 | 78 | 8B | 0 | 26 | 1D | 18 | 159 | 26 | 3E |
| Octal | 303 | 170 | 213 | 0 | 46 | 35 | 30 | 531 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10001011 | 0 | 100110 | 11101 | 11000 | 101011001 | 100110 | 111110 |
Color Harmonies of #C3788B
Complementary color
Monochromatic Colors of #C3788B
Black with #C3788B
Text Example
Text Example
White with #C3788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3788B; }
p { color: rgb(195,120,139); }
H1.HeaderClassName
{
color: #C3788B;
}
.AnyTagClassName
{
color: #C3788B;
}
</style>
background-color css
<style>
a { background-color: #C3788B; }
a { background-color: rgb(195,120,139); }
div.DivClassName
{
background-color: #C3788B;
}
.BgClassName
{
background-color: #C3788B;
}
</style>
border-color css
<style>
span { border-color: #C3788B; }
span { border-color: rgb(195,120,139); }
td.TdClassName
{
border-color: #C3788B;
}
.TagClassName
{
border-color: #C3788B;
}
</style>