Shades of Charm #C66C75
Tints of Charm #C66C75
RGB
CMYK
RGB Variations
Color information
#C66C75 (or 0xC66C75) is known color: Charm. HEX triplet: C6, 6C and 75. RGB value is (198,108,117). Sum of RGB (Red+Green+Blue) = 198+108+117=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C75 is #39938A. Grayscale: #878787. Windows color (decimal): -3773323 or 7695558. OLE color: 7695558.
HSL color Cylindrical-coordinate representation of color #C66C75: hue angle of 354º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66C75 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 117 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.22 |
| HSL | 354º | 0.44% | 0.6% | - |
| HSV(B) | 354º | 0.45% | 0.78% | - |
| XYZ | 31.86 | 24.02 | 19.79 | - |
| YUV | 135.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 117 | 0 | 0.45 | 0.41 | 0.22 | 354 | 0.44 | 0.6 |
| Hex | C6 | 6C | 75 | 0 | 2D | 29 | 16 | 162 | 2C | 3C |
| Octal | 306 | 154 | 165 | 0 | 55 | 51 | 26 | 542 | 54 | 74 |
| Binary | 11000110 | 1101100 | 1110101 | 0 | 101101 | 101001 | 10110 | 101100010 | 101100 | 111100 |
Color Harmonies of #C66C75
Complementary color
Monochromatic Colors of #C66C75
Black with #C66C75
Text Example
Text Example
White with #C66C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C75; }
p { color: rgb(198,108,117); }
H1.HeaderClassName
{
color: #C66C75;
}
.AnyTagClassName
{
color: #C66C75;
}
</style>
background-color css
<style>
a { background-color: #C66C75; }
a { background-color: rgb(198,108,117); }
div.DivClassName
{
background-color: #C66C75;
}
.BgClassName
{
background-color: #C66C75;
}
</style>
border-color css
<style>
span { border-color: #C66C75; }
span { border-color: rgb(198,108,117); }
td.TdClassName
{
border-color: #C66C75;
}
.TagClassName
{
border-color: #C66C75;
}
</style>