Shades of Charm #CC7B7E
Tints of Charm #CC7B7E
RGB
CMYK
RGB Variations
Color information
#CC7B7E (or 0xCC7B7E) is known color: Charm. HEX triplet: CC, 7B and 7E. RGB value is (204,123,126). Sum of RGB (Red+Green+Blue) = 204+123+126=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B7E is #338481. Grayscale: #939393. Windows color (decimal): -3376258 or 8289228. OLE color: 8289228.
HSL color Cylindrical-coordinate representation of color #CC7B7E: hue angle of 357.78º 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 #CC7B7E is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 126 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.2 |
| HSL | 357.78º | 0.44% | 0.64% | - |
| HSV(B) | 357.78º | 0.4% | 0.8% | - |
| XYZ | 35.75 | 28.51 | 23.36 | - |
| YUV | 147.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 126 | 0 | 0.40 | 0.38 | 0.2 | 357.78 | 0.44 | 0.64 |
| Hex | CC | 7B | 7E | 0 | 28 | 26 | 14 | 166 | 2C | 40 |
| Octal | 314 | 173 | 176 | 0 | 50 | 46 | 24 | 546 | 54 | 100 |
| Binary | 11001100 | 1111011 | 1111110 | 0 | 101000 | 100110 | 10100 | 101100110 | 101100 | 1000000 |
Color Harmonies of #CC7B7E
Complementary color
Monochromatic Colors of #CC7B7E
Black with #CC7B7E
Text Example
Text Example
White with #CC7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B7E; }
p { color: rgb(204,123,126); }
H1.HeaderClassName
{
color: #CC7B7E;
}
.AnyTagClassName
{
color: #CC7B7E;
}
</style>
background-color css
<style>
a { background-color: #CC7B7E; }
a { background-color: rgb(204,123,126); }
div.DivClassName
{
background-color: #CC7B7E;
}
.BgClassName
{
background-color: #CC7B7E;
}
</style>
border-color css
<style>
span { border-color: #CC7B7E; }
span { border-color: rgb(204,123,126); }
td.TdClassName
{
border-color: #CC7B7E;
}
.TagClassName
{
border-color: #CC7B7E;
}
</style>