Shades of Charm #CC7C8B
Tints of Charm #CC7C8B
RGB
CMYK
RGB Variations
Color information
#CC7C8B (or 0xCC7C8B) is known color: Charm. HEX triplet: CC, 7C and 8B. RGB value is (204,124,139). Sum of RGB (Red+Green+Blue) = 204+124+139=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C8B is #338374. Grayscale: #959595. Windows color (decimal): -3375989 or 9141452. OLE color: 9141452.
HSL color Cylindrical-coordinate representation of color #CC7C8B: hue angle of 348.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7C8B is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 139 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.2 |
| HSL | 348.75º | 0.44% | 0.64% | - |
| HSV(B) | 348.75º | 0.39% | 0.8% | - |
| XYZ | 36.77 | 29.12 | 28.11 | - |
| YUV | 149.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 139 | 0 | 0.39 | 0.32 | 0.2 | 348.75 | 0.44 | 0.64 |
| Hex | CC | 7C | 8B | 0 | 27 | 20 | 14 | 15D | 2C | 40 |
| Octal | 314 | 174 | 213 | 0 | 47 | 40 | 24 | 535 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10001011 | 0 | 100111 | 100000 | 10100 | 101011101 | 101100 | 1000000 |
Color Harmonies of #CC7C8B
Complementary color
Monochromatic Colors of #CC7C8B
Black with #CC7C8B
Text Example
Text Example
White with #CC7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C8B; }
p { color: rgb(204,124,139); }
H1.HeaderClassName
{
color: #CC7C8B;
}
.AnyTagClassName
{
color: #CC7C8B;
}
</style>
background-color css
<style>
a { background-color: #CC7C8B; }
a { background-color: rgb(204,124,139); }
div.DivClassName
{
background-color: #CC7C8B;
}
.BgClassName
{
background-color: #CC7C8B;
}
</style>
border-color css
<style>
span { border-color: #CC7C8B; }
span { border-color: rgb(204,124,139); }
td.TdClassName
{
border-color: #CC7C8B;
}
.TagClassName
{
border-color: #CC7C8B;
}
</style>