Shades of Charm #CC747A
Tints of Charm #CC747A
RGB
CMYK
RGB Variations
Color information
#CC747A (or 0xCC747A) is known color: Charm. HEX triplet: CC, 74 and 7A. RGB value is (204,116,122). Sum of RGB (Red+Green+Blue) = 204+116+122=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC747A is #338B85. Grayscale: #8F8F8F. Windows color (decimal): -3378054 or 8025292. OLE color: 8025292.
HSL color Cylindrical-coordinate representation of color #CC747A: hue angle of 355.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC747A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 122 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.2 |
| HSL | 355.91º | 0.46% | 0.63% | - |
| HSV(B) | 355.91º | 0.43% | 0.8% | - |
| XYZ | 34.66 | 26.73 | 21.75 | - |
| YUV | 143 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 122 | 0 | 0.43 | 0.40 | 0.2 | 355.91 | 0.46 | 0.63 |
| Hex | CC | 74 | 7A | 0 | 2B | 28 | 14 | 164 | 2E | 3F |
| Octal | 314 | 164 | 172 | 0 | 53 | 50 | 24 | 544 | 56 | 77 |
| Binary | 11001100 | 1110100 | 1111010 | 0 | 101011 | 101000 | 10100 | 101100100 | 101110 | 111111 |
Color Harmonies of #CC747A
Complementary color
Monochromatic Colors of #CC747A
Black with #CC747A
Text Example
Text Example
White with #CC747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC747A; }
p { color: rgb(204,116,122); }
H1.HeaderClassName
{
color: #CC747A;
}
.AnyTagClassName
{
color: #CC747A;
}
</style>
background-color css
<style>
a { background-color: #CC747A; }
a { background-color: rgb(204,116,122); }
div.DivClassName
{
background-color: #CC747A;
}
.BgClassName
{
background-color: #CC747A;
}
</style>
border-color css
<style>
span { border-color: #CC747A; }
span { border-color: rgb(204,116,122); }
td.TdClassName
{
border-color: #CC747A;
}
.TagClassName
{
border-color: #CC747A;
}
</style>