Shades of Froly #CC7276
Tints of Froly #CC7276
RGB
CMYK
RGB Variations
Color information
#CC7276 (or 0xCC7276) is known color: Froly. HEX triplet: CC, 72 and 76. RGB value is (204,114,118). Sum of RGB (Red+Green+Blue) = 204+114+118=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7276 is #338D89. Grayscale: #8D8D8D. Windows color (decimal): -3378570 or 7762636. OLE color: 7762636.
HSL color Cylindrical-coordinate representation of color #CC7276: hue angle of 357.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 #CC7276 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 118 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.2 |
| HSL | 357.33º | 0.47% | 0.62% | - |
| HSV(B) | 357.33º | 0.44% | 0.8% | - |
| XYZ | 34.19 | 26.18 | 20.39 | - |
| YUV | 141.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 118 | 0 | 0.44 | 0.42 | 0.2 | 357.33 | 0.47 | 0.62 |
| Hex | CC | 72 | 76 | 0 | 2C | 2A | 14 | 165 | 2F | 3E |
| Octal | 314 | 162 | 166 | 0 | 54 | 52 | 24 | 545 | 57 | 76 |
| Binary | 11001100 | 1110010 | 1110110 | 0 | 101100 | 101010 | 10100 | 101100101 | 101111 | 111110 |
Color Harmonies of #CC7276
Complementary color
Monochromatic Colors of #CC7276
Black with #CC7276
Text Example
Text Example
White with #CC7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7276; }
p { color: rgb(204,114,118); }
H1.HeaderClassName
{
color: #CC7276;
}
.AnyTagClassName
{
color: #CC7276;
}
</style>
background-color css
<style>
a { background-color: #CC7276; }
a { background-color: rgb(204,114,118); }
div.DivClassName
{
background-color: #CC7276;
}
.BgClassName
{
background-color: #CC7276;
}
</style>
border-color css
<style>
span { border-color: #CC7276; }
span { border-color: rgb(204,114,118); }
td.TdClassName
{
border-color: #CC7276;
}
.TagClassName
{
border-color: #CC7276;
}
</style>