Shades of Charm #CC7A7B
Tints of Charm #CC7A7B
RGB
CMYK
RGB Variations
Color information
#CC7A7B (or 0xCC7A7B) is known color: Charm. HEX triplet: CC, 7A and 7B. RGB value is (204,122,123). Sum of RGB (Red+Green+Blue) = 204+122+123=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A7B is #338584. Grayscale: #929292. Windows color (decimal): -3376517 or 8092364. OLE color: 8092364.
HSL color Cylindrical-coordinate representation of color #CC7A7B: hue angle of 359.27º degrees, saturation: 0.45, 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 #CC7A7B is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 123 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.2 |
| HSL | 359.27º | 0.45% | 0.64% | - |
| HSV(B) | 359.27º | 0.4% | 0.8% | - |
| XYZ | 35.44 | 28.19 | 22.31 | - |
| YUV | 146.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 123 | 0 | 0.40 | 0.40 | 0.2 | 359.27 | 0.45 | 0.64 |
| Hex | CC | 7A | 7B | 0 | 28 | 28 | 14 | 167 | 2D | 40 |
| Octal | 314 | 172 | 173 | 0 | 50 | 50 | 24 | 547 | 55 | 100 |
| Binary | 11001100 | 1111010 | 1111011 | 0 | 101000 | 101000 | 10100 | 101100111 | 101101 | 1000000 |
Color Harmonies of #CC7A7B
Complementary color
Monochromatic Colors of #CC7A7B
Black with #CC7A7B
Text Example
Text Example
White with #CC7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A7B; }
p { color: rgb(204,122,123); }
H1.HeaderClassName
{
color: #CC7A7B;
}
.AnyTagClassName
{
color: #CC7A7B;
}
</style>
background-color css
<style>
a { background-color: #CC7A7B; }
a { background-color: rgb(204,122,123); }
div.DivClassName
{
background-color: #CC7A7B;
}
.BgClassName
{
background-color: #CC7A7B;
}
</style>
border-color css
<style>
span { border-color: #CC7A7B; }
span { border-color: rgb(204,122,123); }
td.TdClassName
{
border-color: #CC7A7B;
}
.TagClassName
{
border-color: #CC7A7B;
}
</style>