Shades of Charm #CC797B
Tints of Charm #CC797B
RGB
CMYK
RGB Variations
Color information
#CC797B (or 0xCC797B) is known color: Charm. HEX triplet: CC, 79 and 7B. RGB value is (204,121,123). Sum of RGB (Red+Green+Blue) = 204+121+123=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC797B is #338684. Grayscale: #929292. Windows color (decimal): -3376773 or 8092108. OLE color: 8092108.
HSL color Cylindrical-coordinate representation of color #CC797B: hue angle of 358.55º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC797B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 123 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.2 |
| HSL | 358.55º | 0.45% | 0.64% | - |
| HSV(B) | 358.55º | 0.41% | 0.8% | - |
| XYZ | 35.31 | 27.94 | 22.27 | - |
| YUV | 146.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 123 | 0 | 0.41 | 0.40 | 0.2 | 358.55 | 0.45 | 0.64 |
| Hex | CC | 79 | 7B | 0 | 29 | 28 | 14 | 167 | 2D | 40 |
| Octal | 314 | 171 | 173 | 0 | 51 | 50 | 24 | 547 | 55 | 100 |
| Binary | 11001100 | 1111001 | 1111011 | 0 | 101001 | 101000 | 10100 | 101100111 | 101101 | 1000000 |
Color Harmonies of #CC797B
Complementary color
Monochromatic Colors of #CC797B
Black with #CC797B
Text Example
Text Example
White with #CC797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC797B; }
p { color: rgb(204,121,123); }
H1.HeaderClassName
{
color: #CC797B;
}
.AnyTagClassName
{
color: #CC797B;
}
</style>
background-color css
<style>
a { background-color: #CC797B; }
a { background-color: rgb(204,121,123); }
div.DivClassName
{
background-color: #CC797B;
}
.BgClassName
{
background-color: #CC797B;
}
</style>
border-color css
<style>
span { border-color: #CC797B; }
span { border-color: rgb(204,121,123); }
td.TdClassName
{
border-color: #CC797B;
}
.TagClassName
{
border-color: #CC797B;
}
</style>