Shades of Charm #C4768A
Tints of Charm #C4768A
RGB
CMYK
RGB Variations
Color information
#C4768A (or 0xC4768A) is known color: Charm. HEX triplet: C4, 76 and 8A. RGB value is (196,118,138). Sum of RGB (Red+Green+Blue) = 196+118+138=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4768A is #3B8975. Grayscale: #8F8F8F. Windows color (decimal): -3901814 or 9074372. OLE color: 9074372.
HSL color Cylindrical-coordinate representation of color #C4768A: hue angle of 344.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4768A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 138 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.23 |
| HSL | 344.62º | 0.4% | 0.62% | - |
| HSV(B) | 344.62º | 0.4% | 0.77% | - |
| XYZ | 33.83 | 26.53 | 27.38 | - |
| YUV | 143.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 138 | 0 | 0.40 | 0.30 | 0.23 | 344.62 | 0.4 | 0.62 |
| Hex | C4 | 76 | 8A | 0 | 28 | 1E | 17 | 159 | 28 | 3E |
| Octal | 304 | 166 | 212 | 0 | 50 | 36 | 27 | 531 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10001010 | 0 | 101000 | 11110 | 10111 | 101011001 | 101000 | 111110 |
Color Harmonies of #C4768A
Complementary color
Monochromatic Colors of #C4768A
Black with #C4768A
Text Example
Text Example
White with #C4768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4768A; }
p { color: rgb(196,118,138); }
H1.HeaderClassName
{
color: #C4768A;
}
.AnyTagClassName
{
color: #C4768A;
}
</style>
background-color css
<style>
a { background-color: #C4768A; }
a { background-color: rgb(196,118,138); }
div.DivClassName
{
background-color: #C4768A;
}
.BgClassName
{
background-color: #C4768A;
}
</style>
border-color css
<style>
span { border-color: #C4768A; }
span { border-color: rgb(196,118,138); }
td.TdClassName
{
border-color: #C4768A;
}
.TagClassName
{
border-color: #C4768A;
}
</style>