Shades of Froly #CC7173
Tints of Froly #CC7173
RGB
CMYK
RGB Variations
Color information
#CC7173 (or 0xCC7173) is known color: Froly. HEX triplet: CC, 71 and 73. RGB value is (204,113,115). Sum of RGB (Red+Green+Blue) = 204+113+115=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7173 is #338E8C. Grayscale: #8C8C8C. Windows color (decimal): -3378829 or 7565772. OLE color: 7565772.
HSL color Cylindrical-coordinate representation of color #CC7173: hue angle of 358.68º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7173 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 115 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.2 |
| HSL | 358.68º | 0.47% | 0.62% | - |
| HSV(B) | 358.68º | 0.45% | 0.8% | - |
| XYZ | 33.9 | 25.89 | 19.43 | - |
| YUV | 140.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 115 | 0 | 0.45 | 0.44 | 0.2 | 358.68 | 0.47 | 0.62 |
| Hex | CC | 71 | 73 | 0 | 2D | 2C | 14 | 167 | 2F | 3E |
| Octal | 314 | 161 | 163 | 0 | 55 | 54 | 24 | 547 | 57 | 76 |
| Binary | 11001100 | 1110001 | 1110011 | 0 | 101101 | 101100 | 10100 | 101100111 | 101111 | 111110 |
Color Harmonies of #CC7173
Complementary color
Monochromatic Colors of #CC7173
Black with #CC7173
Text Example
Text Example
White with #CC7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7173; }
p { color: rgb(204,113,115); }
H1.HeaderClassName
{
color: #CC7173;
}
.AnyTagClassName
{
color: #CC7173;
}
</style>
background-color css
<style>
a { background-color: #CC7173; }
a { background-color: rgb(204,113,115); }
div.DivClassName
{
background-color: #CC7173;
}
.BgClassName
{
background-color: #CC7173;
}
</style>
border-color css
<style>
span { border-color: #CC7173; }
span { border-color: rgb(204,113,115); }
td.TdClassName
{
border-color: #CC7173;
}
.TagClassName
{
border-color: #CC7173;
}
</style>