Shades of Charm #CC777B
Tints of Charm #CC777B
RGB
CMYK
RGB Variations
Color information
#CC777B (or 0xCC777B) is known color: Charm. HEX triplet: CC, 77 and 7B. RGB value is (204,119,123). Sum of RGB (Red+Green+Blue) = 204+119+123=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777B is #338884. Grayscale: #909090. Windows color (decimal): -3377285 or 8091596. OLE color: 8091596.
HSL color Cylindrical-coordinate representation of color #CC777B: hue angle of 357.18º degrees, saturation: 0.45, 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 #CC777B is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 123 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.2 |
| HSL | 357.18º | 0.45% | 0.63% | - |
| HSV(B) | 357.18º | 0.42% | 0.8% | - |
| XYZ | 35.07 | 27.46 | 22.19 | - |
| YUV | 144.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 123 | 0 | 0.42 | 0.40 | 0.2 | 357.18 | 0.45 | 0.63 |
| Hex | CC | 77 | 7B | 0 | 2A | 28 | 14 | 165 | 2D | 3F |
| Octal | 314 | 167 | 173 | 0 | 52 | 50 | 24 | 545 | 55 | 77 |
| Binary | 11001100 | 1110111 | 1111011 | 0 | 101010 | 101000 | 10100 | 101100101 | 101101 | 111111 |
Color Harmonies of #CC777B
Complementary color
Monochromatic Colors of #CC777B
Black with #CC777B
Text Example
Text Example
White with #CC777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC777B; }
p { color: rgb(204,119,123); }
H1.HeaderClassName
{
color: #CC777B;
}
.AnyTagClassName
{
color: #CC777B;
}
</style>
background-color css
<style>
a { background-color: #CC777B; }
a { background-color: rgb(204,119,123); }
div.DivClassName
{
background-color: #CC777B;
}
.BgClassName
{
background-color: #CC777B;
}
</style>
border-color css
<style>
span { border-color: #CC777B; }
span { border-color: rgb(204,119,123); }
td.TdClassName
{
border-color: #CC777B;
}
.TagClassName
{
border-color: #CC777B;
}
</style>