Shades of Froly #CC7075
Tints of Froly #CC7075
RGB
CMYK
RGB Variations
Color information
#CC7075 (or 0xCC7075) is known color: Froly. HEX triplet: CC, 70 and 75. RGB value is (204,112,117). Sum of RGB (Red+Green+Blue) = 204+112+117=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7075 is #338F8A. Grayscale: #8C8C8C. Windows color (decimal): -3379083 or 7696588. OLE color: 7696588.
HSL color Cylindrical-coordinate representation of color #CC7075: hue angle of 356.74º 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 #CC7075 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 117 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.2 |
| HSL | 356.74º | 0.47% | 0.62% | - |
| HSV(B) | 356.74º | 0.45% | 0.8% | - |
| XYZ | 33.91 | 25.71 | 20.01 | - |
| YUV | 140.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 117 | 0 | 0.45 | 0.43 | 0.2 | 356.74 | 0.47 | 0.62 |
| Hex | CC | 70 | 75 | 0 | 2D | 2B | 14 | 165 | 2F | 3E |
| Octal | 314 | 160 | 165 | 0 | 55 | 53 | 24 | 545 | 57 | 76 |
| Binary | 11001100 | 1110000 | 1110101 | 0 | 101101 | 101011 | 10100 | 101100101 | 101111 | 111110 |
Color Harmonies of #CC7075
Complementary color
Monochromatic Colors of #CC7075
Black with #CC7075
Text Example
Text Example
White with #CC7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7075; }
p { color: rgb(204,112,117); }
H1.HeaderClassName
{
color: #CC7075;
}
.AnyTagClassName
{
color: #CC7075;
}
</style>
background-color css
<style>
a { background-color: #CC7075; }
a { background-color: rgb(204,112,117); }
div.DivClassName
{
background-color: #CC7075;
}
.BgClassName
{
background-color: #CC7075;
}
</style>
border-color css
<style>
span { border-color: #CC7075; }
span { border-color: rgb(204,112,117); }
td.TdClassName
{
border-color: #CC7075;
}
.TagClassName
{
border-color: #CC7075;
}
</style>