Shades of Charm #CC767C
Tints of Charm #CC767C
RGB
CMYK
RGB Variations
Color information
#CC767C (or 0xCC767C) is known color: Charm. HEX triplet: CC, 76 and 7C. RGB value is (204,118,124). Sum of RGB (Red+Green+Blue) = 204+118+124=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC767C is #338983. Grayscale: #909090. Windows color (decimal): -3377540 or 8156876. OLE color: 8156876.
HSL color Cylindrical-coordinate representation of color #CC767C: hue angle of 355.81º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC767C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 124 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.2 |
| HSL | 355.81º | 0.46% | 0.63% | - |
| HSV(B) | 355.81º | 0.42% | 0.8% | - |
| XYZ | 35.02 | 27.25 | 22.48 | - |
| YUV | 144.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 124 | 0 | 0.42 | 0.39 | 0.2 | 355.81 | 0.46 | 0.63 |
| Hex | CC | 76 | 7C | 0 | 2A | 27 | 14 | 164 | 2E | 3F |
| Octal | 314 | 166 | 174 | 0 | 52 | 47 | 24 | 544 | 56 | 77 |
| Binary | 11001100 | 1110110 | 1111100 | 0 | 101010 | 100111 | 10100 | 101100100 | 101110 | 111111 |
Color Harmonies of #CC767C
Complementary color
Monochromatic Colors of #CC767C
Black with #CC767C
Text Example
Text Example
White with #CC767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC767C; }
p { color: rgb(204,118,124); }
H1.HeaderClassName
{
color: #CC767C;
}
.AnyTagClassName
{
color: #CC767C;
}
</style>
background-color css
<style>
a { background-color: #CC767C; }
a { background-color: rgb(204,118,124); }
div.DivClassName
{
background-color: #CC767C;
}
.BgClassName
{
background-color: #CC767C;
}
</style>
border-color css
<style>
span { border-color: #CC767C; }
span { border-color: rgb(204,118,124); }
td.TdClassName
{
border-color: #CC767C;
}
.TagClassName
{
border-color: #CC767C;
}
</style>