Shades of Charm #CC798B
Tints of Charm #CC798B
RGB
CMYK
RGB Variations
Color information
#CC798B (or 0xCC798B) is known color: Charm. HEX triplet: CC, 79 and 8B. RGB value is (204,121,139). Sum of RGB (Red+Green+Blue) = 204+121+139=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC798B is #338674. Grayscale: #939393. Windows color (decimal): -3376757 or 9140684. OLE color: 9140684.
HSL color Cylindrical-coordinate representation of color #CC798B: hue angle of 346.99º 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 #CC798B is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 139 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.2 |
| HSL | 346.99º | 0.45% | 0.64% | - |
| HSV(B) | 346.99º | 0.41% | 0.8% | - |
| XYZ | 36.4 | 28.38 | 27.98 | - |
| YUV | 147.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 139 | 0 | 0.41 | 0.32 | 0.2 | 346.99 | 0.45 | 0.64 |
| Hex | CC | 79 | 8B | 0 | 29 | 20 | 14 | 15B | 2D | 40 |
| Octal | 314 | 171 | 213 | 0 | 51 | 40 | 24 | 533 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10001011 | 0 | 101001 | 100000 | 10100 | 101011011 | 101101 | 1000000 |
Color Harmonies of #CC798B
Complementary color
Monochromatic Colors of #CC798B
Black with #CC798B
Text Example
Text Example
White with #CC798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC798B; }
p { color: rgb(204,121,139); }
H1.HeaderClassName
{
color: #CC798B;
}
.AnyTagClassName
{
color: #CC798B;
}
</style>
background-color css
<style>
a { background-color: #CC798B; }
a { background-color: rgb(204,121,139); }
div.DivClassName
{
background-color: #CC798B;
}
.BgClassName
{
background-color: #CC798B;
}
</style>
border-color css
<style>
span { border-color: #CC798B; }
span { border-color: rgb(204,121,139); }
td.TdClassName
{
border-color: #CC798B;
}
.TagClassName
{
border-color: #CC798B;
}
</style>