Shades of Charm #CC7E83
Tints of Charm #CC7E83
RGB
CMYK
RGB Variations
Color information
#CC7E83 (or 0xCC7E83) is known color: Charm. HEX triplet: CC, 7E and 83. RGB value is (204,126,131). Sum of RGB (Red+Green+Blue) = 204+126+131=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E83 is #33817C. Grayscale: #959595. Windows color (decimal): -3375485 or 8617676. OLE color: 8617676.
HSL color Cylindrical-coordinate representation of color #CC7E83: hue angle of 356.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7E83 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 131 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.2 |
| HSL | 356.15º | 0.43% | 0.65% | - |
| HSV(B) | 356.15º | 0.38% | 0.8% | - |
| XYZ | 36.46 | 29.4 | 25.23 | - |
| YUV | 149.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 131 | 0 | 0.38 | 0.36 | 0.2 | 356.15 | 0.43 | 0.65 |
| Hex | CC | 7E | 83 | 0 | 26 | 24 | 14 | 164 | 2B | 41 |
| Octal | 314 | 176 | 203 | 0 | 46 | 44 | 24 | 544 | 53 | 101 |
| Binary | 11001100 | 1111110 | 10000011 | 0 | 100110 | 100100 | 10100 | 101100100 | 101011 | 1000001 |
Color Harmonies of #CC7E83
Complementary color
Monochromatic Colors of #CC7E83
Black with #CC7E83
Text Example
Text Example
White with #CC7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E83; }
p { color: rgb(204,126,131); }
H1.HeaderClassName
{
color: #CC7E83;
}
.AnyTagClassName
{
color: #CC7E83;
}
</style>
background-color css
<style>
a { background-color: #CC7E83; }
a { background-color: rgb(204,126,131); }
div.DivClassName
{
background-color: #CC7E83;
}
.BgClassName
{
background-color: #CC7E83;
}
</style>
border-color css
<style>
span { border-color: #CC7E83; }
span { border-color: rgb(204,126,131); }
td.TdClassName
{
border-color: #CC7E83;
}
.TagClassName
{
border-color: #CC7E83;
}
</style>