Shades of Charm #CC7C8F
Tints of Charm #CC7C8F
RGB
CMYK
RGB Variations
Color information
#CC7C8F (or 0xCC7C8F) is known color: Charm. HEX triplet: CC, 7C and 8F. RGB value is (204,124,143). Sum of RGB (Red+Green+Blue) = 204+124+143=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C8F is #338370. Grayscale: #969696. Windows color (decimal): -3375985 or 9403596. OLE color: 9403596.
HSL color Cylindrical-coordinate representation of color #CC7C8F: hue angle of 345.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 #CC7C8F is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 143 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.2 |
| HSL | 345.75º | 0.44% | 0.64% | - |
| HSV(B) | 345.75º | 0.39% | 0.8% | - |
| XYZ | 37.07 | 29.24 | 29.68 | - |
| YUV | 150.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 143 | 0 | 0.39 | 0.30 | 0.2 | 345.75 | 0.44 | 0.64 |
| Hex | CC | 7C | 8F | 0 | 27 | 1E | 14 | 15A | 2C | 40 |
| Octal | 314 | 174 | 217 | 0 | 47 | 36 | 24 | 532 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10001111 | 0 | 100111 | 11110 | 10100 | 101011010 | 101100 | 1000000 |
Color Harmonies of #CC7C8F
Complementary color
Monochromatic Colors of #CC7C8F
Black with #CC7C8F
Text Example
Text Example
White with #CC7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C8F; }
p { color: rgb(204,124,143); }
H1.HeaderClassName
{
color: #CC7C8F;
}
.AnyTagClassName
{
color: #CC7C8F;
}
</style>
background-color css
<style>
a { background-color: #CC7C8F; }
a { background-color: rgb(204,124,143); }
div.DivClassName
{
background-color: #CC7C8F;
}
.BgClassName
{
background-color: #CC7C8F;
}
</style>
border-color css
<style>
span { border-color: #CC7C8F; }
span { border-color: rgb(204,124,143); }
td.TdClassName
{
border-color: #CC7C8F;
}
.TagClassName
{
border-color: #CC7C8F;
}
</style>