Shades of Charm #CC7B7F
Tints of Charm #CC7B7F
RGB
CMYK
RGB Variations
Color information
#CC7B7F (or 0xCC7B7F) is known color: Charm. HEX triplet: CC, 7B and 7F. RGB value is (204,123,127). Sum of RGB (Red+Green+Blue) = 204+123+127=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B7F is #338480. Grayscale: #939393. Windows color (decimal): -3376257 or 8354764. OLE color: 8354764.
HSL color Cylindrical-coordinate representation of color #CC7B7F: hue angle of 357.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B7F is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 127 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.2 |
| HSL | 357.04º | 0.44% | 0.64% | - |
| HSV(B) | 357.04º | 0.4% | 0.8% | - |
| XYZ | 35.82 | 28.54 | 23.7 | - |
| YUV | 147.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 127 | 0 | 0.40 | 0.38 | 0.2 | 357.04 | 0.44 | 0.64 |
| Hex | CC | 7B | 7F | 0 | 28 | 26 | 14 | 165 | 2C | 40 |
| Octal | 314 | 173 | 177 | 0 | 50 | 46 | 24 | 545 | 54 | 100 |
| Binary | 11001100 | 1111011 | 1111111 | 0 | 101000 | 100110 | 10100 | 101100101 | 101100 | 1000000 |
Color Harmonies of #CC7B7F
Complementary color
Monochromatic Colors of #CC7B7F
Black with #CC7B7F
Text Example
Text Example
White with #CC7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B7F; }
p { color: rgb(204,123,127); }
H1.HeaderClassName
{
color: #CC7B7F;
}
.AnyTagClassName
{
color: #CC7B7F;
}
</style>
background-color css
<style>
a { background-color: #CC7B7F; }
a { background-color: rgb(204,123,127); }
div.DivClassName
{
background-color: #CC7B7F;
}
.BgClassName
{
background-color: #CC7B7F;
}
</style>
border-color css
<style>
span { border-color: #CC7B7F; }
span { border-color: rgb(204,123,127); }
td.TdClassName
{
border-color: #CC7B7F;
}
.TagClassName
{
border-color: #CC7B7F;
}
</style>