Shades of Charm #CC7279
Tints of Charm #CC7279
RGB
CMYK
RGB Variations
Color information
#CC7279 (or 0xCC7279) is known color: Charm. HEX triplet: CC, 72 and 79. RGB value is (204,114,121). Sum of RGB (Red+Green+Blue) = 204+114+121=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7279 is #338D86. Grayscale: #8D8D8D. Windows color (decimal): -3378567 or 7959244. OLE color: 7959244.
HSL color Cylindrical-coordinate representation of color #CC7279: hue angle of 355.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 #CC7279 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 121 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.2 |
| HSL | 355.33º | 0.47% | 0.62% | - |
| HSV(B) | 355.33º | 0.44% | 0.8% | - |
| XYZ | 34.37 | 26.25 | 21.34 | - |
| YUV | 141.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 121 | 0 | 0.44 | 0.41 | 0.2 | 355.33 | 0.47 | 0.62 |
| Hex | CC | 72 | 79 | 0 | 2C | 29 | 14 | 163 | 2F | 3E |
| Octal | 314 | 162 | 171 | 0 | 54 | 51 | 24 | 543 | 57 | 76 |
| Binary | 11001100 | 1110010 | 1111001 | 0 | 101100 | 101001 | 10100 | 101100011 | 101111 | 111110 |
Color Harmonies of #CC7279
Complementary color
Monochromatic Colors of #CC7279
Black with #CC7279
Text Example
Text Example
White with #CC7279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7279; }
p { color: rgb(204,114,121); }
H1.HeaderClassName
{
color: #CC7279;
}
.AnyTagClassName
{
color: #CC7279;
}
</style>
background-color css
<style>
a { background-color: #CC7279; }
a { background-color: rgb(204,114,121); }
div.DivClassName
{
background-color: #CC7279;
}
.BgClassName
{
background-color: #CC7279;
}
</style>
border-color css
<style>
span { border-color: #CC7279; }
span { border-color: rgb(204,114,121); }
td.TdClassName
{
border-color: #CC7279;
}
.TagClassName
{
border-color: #CC7279;
}
</style>