Shades of Charm #CC7282
Tints of Charm #CC7282
RGB
CMYK
RGB Variations
Color information
#CC7282 (or 0xCC7282) is known color: Charm. HEX triplet: CC, 72 and 82. RGB value is (204,114,130). Sum of RGB (Red+Green+Blue) = 204+114+130=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7282 is #338D7D. Grayscale: #8E8E8E. Windows color (decimal): -3378558 or 8549068. OLE color: 8549068.
HSL color Cylindrical-coordinate representation of color #CC7282: hue angle of 349.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7282 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 130 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.2 |
| HSL | 349.33º | 0.47% | 0.62% | - |
| HSV(B) | 349.33º | 0.44% | 0.8% | - |
| XYZ | 34.95 | 26.48 | 24.39 | - |
| YUV | 142.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 130 | 0 | 0.44 | 0.36 | 0.2 | 349.33 | 0.47 | 0.62 |
| Hex | CC | 72 | 82 | 0 | 2C | 24 | 14 | 15D | 2F | 3E |
| Octal | 314 | 162 | 202 | 0 | 54 | 44 | 24 | 535 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10000010 | 0 | 101100 | 100100 | 10100 | 101011101 | 101111 | 111110 |
Color Harmonies of #CC7282
Complementary color
Monochromatic Colors of #CC7282
Black with #CC7282
Text Example
Text Example
White with #CC7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7282; }
p { color: rgb(204,114,130); }
H1.HeaderClassName
{
color: #CC7282;
}
.AnyTagClassName
{
color: #CC7282;
}
</style>
background-color css
<style>
a { background-color: #CC7282; }
a { background-color: rgb(204,114,130); }
div.DivClassName
{
background-color: #CC7282;
}
.BgClassName
{
background-color: #CC7282;
}
</style>
border-color css
<style>
span { border-color: #CC7282; }
span { border-color: rgb(204,114,130); }
td.TdClassName
{
border-color: #CC7282;
}
.TagClassName
{
border-color: #CC7282;
}
</style>