Shades of Charm #CC7C83
Tints of Charm #CC7C83
RGB
CMYK
RGB Variations
Color information
#CC7C83 (or 0xCC7C83) is known color: Charm. HEX triplet: CC, 7C and 83. RGB value is (204,124,131). Sum of RGB (Red+Green+Blue) = 204+124+131=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C83 is #33837C. Grayscale: #949494. Windows color (decimal): -3375997 or 8617164. OLE color: 8617164.
HSL color Cylindrical-coordinate representation of color #CC7C83: hue angle of 354.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 #CC7C83 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 131 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.2 |
| HSL | 354.75º | 0.44% | 0.64% | - |
| HSV(B) | 354.75º | 0.39% | 0.8% | - |
| XYZ | 36.21 | 28.89 | 25.14 | - |
| YUV | 148.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 131 | 0 | 0.39 | 0.36 | 0.2 | 354.75 | 0.44 | 0.64 |
| Hex | CC | 7C | 83 | 0 | 27 | 24 | 14 | 163 | 2C | 40 |
| Octal | 314 | 174 | 203 | 0 | 47 | 44 | 24 | 543 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10000011 | 0 | 100111 | 100100 | 10100 | 101100011 | 101100 | 1000000 |
Color Harmonies of #CC7C83
Complementary color
Monochromatic Colors of #CC7C83
Black with #CC7C83
Text Example
Text Example
White with #CC7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C83; }
p { color: rgb(204,124,131); }
H1.HeaderClassName
{
color: #CC7C83;
}
.AnyTagClassName
{
color: #CC7C83;
}
</style>
background-color css
<style>
a { background-color: #CC7C83; }
a { background-color: rgb(204,124,131); }
div.DivClassName
{
background-color: #CC7C83;
}
.BgClassName
{
background-color: #CC7C83;
}
</style>
border-color css
<style>
span { border-color: #CC7C83; }
span { border-color: rgb(204,124,131); }
td.TdClassName
{
border-color: #CC7C83;
}
.TagClassName
{
border-color: #CC7C83;
}
</style>