Shades of Charm #CC7B7D
Tints of Charm #CC7B7D
RGB
CMYK
RGB Variations
Color information
#CC7B7D (or 0xCC7B7D) is known color: Charm. HEX triplet: CC, 7B and 7D. RGB value is (204,123,125). Sum of RGB (Red+Green+Blue) = 204+123+125=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B7D is #338482. Grayscale: #939393. Windows color (decimal): -3376259 or 8223692. OLE color: 8223692.
HSL color Cylindrical-coordinate representation of color #CC7B7D: hue angle of 358.52º 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 #CC7B7D is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 125 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.2 |
| HSL | 358.52º | 0.44% | 0.64% | - |
| HSV(B) | 358.52º | 0.4% | 0.8% | - |
| XYZ | 35.69 | 28.48 | 23.02 | - |
| YUV | 147.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 125 | 0 | 0.40 | 0.39 | 0.2 | 358.52 | 0.44 | 0.64 |
| Hex | CC | 7B | 7D | 0 | 28 | 27 | 14 | 167 | 2C | 40 |
| Octal | 314 | 173 | 175 | 0 | 50 | 47 | 24 | 547 | 54 | 100 |
| Binary | 11001100 | 1111011 | 1111101 | 0 | 101000 | 100111 | 10100 | 101100111 | 101100 | 1000000 |
Color Harmonies of #CC7B7D
Complementary color
Monochromatic Colors of #CC7B7D
Black with #CC7B7D
Text Example
Text Example
White with #CC7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B7D; }
p { color: rgb(204,123,125); }
H1.HeaderClassName
{
color: #CC7B7D;
}
.AnyTagClassName
{
color: #CC7B7D;
}
</style>
background-color css
<style>
a { background-color: #CC7B7D; }
a { background-color: rgb(204,123,125); }
div.DivClassName
{
background-color: #CC7B7D;
}
.BgClassName
{
background-color: #CC7B7D;
}
</style>
border-color css
<style>
span { border-color: #CC7B7D; }
span { border-color: rgb(204,123,125); }
td.TdClassName
{
border-color: #CC7B7D;
}
.TagClassName
{
border-color: #CC7B7D;
}
</style>