Shades of Charm #CC7A8B
Tints of Charm #CC7A8B
RGB
CMYK
RGB Variations
Color information
#CC7A8B (or 0xCC7A8B) is known color: Charm. HEX triplet: CC, 7A and 8B. RGB value is (204,122,139). Sum of RGB (Red+Green+Blue) = 204+122+139=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A8B is #338574. Grayscale: #949494. Windows color (decimal): -3376501 or 9140940. OLE color: 9140940.
HSL color Cylindrical-coordinate representation of color #CC7A8B: hue angle of 347.56º 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 #CC7A8B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 139 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.2 |
| HSL | 347.56º | 0.45% | 0.64% | - |
| HSV(B) | 347.56º | 0.4% | 0.8% | - |
| XYZ | 36.52 | 28.62 | 28.03 | - |
| YUV | 148.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 139 | 0 | 0.40 | 0.32 | 0.2 | 347.56 | 0.45 | 0.64 |
| Hex | CC | 7A | 8B | 0 | 28 | 20 | 14 | 15C | 2D | 40 |
| Octal | 314 | 172 | 213 | 0 | 50 | 40 | 24 | 534 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10001011 | 0 | 101000 | 100000 | 10100 | 101011100 | 101101 | 1000000 |
Color Harmonies of #CC7A8B
Complementary color
Monochromatic Colors of #CC7A8B
Black with #CC7A8B
Text Example
Text Example
White with #CC7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A8B; }
p { color: rgb(204,122,139); }
H1.HeaderClassName
{
color: #CC7A8B;
}
.AnyTagClassName
{
color: #CC7A8B;
}
</style>
background-color css
<style>
a { background-color: #CC7A8B; }
a { background-color: rgb(204,122,139); }
div.DivClassName
{
background-color: #CC7A8B;
}
.BgClassName
{
background-color: #CC7A8B;
}
</style>
border-color css
<style>
span { border-color: #CC7A8B; }
span { border-color: rgb(204,122,139); }
td.TdClassName
{
border-color: #CC7A8B;
}
.TagClassName
{
border-color: #CC7A8B;
}
</style>