Shades of Froly #CC6C70
Tints of Froly #CC6C70
RGB
CMYK
RGB Variations
Color information
#CC6C70 (or 0xCC6C70) is known color: Froly. HEX triplet: CC, 6C and 70. RGB value is (204,108,112). Sum of RGB (Red+Green+Blue) = 204+108+112=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C70 is #33938F. Grayscale: #898989. Windows color (decimal): -3380112 or 7367884. OLE color: 7367884.
HSL color Cylindrical-coordinate representation of color #CC6C70: hue angle of 357.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6C70 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 112 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.2 |
| HSL | 357.5º | 0.48% | 0.61% | - |
| HSV(B) | 357.5º | 0.47% | 0.8% | - |
| XYZ | 33.19 | 24.73 | 18.35 | - |
| YUV | 137.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 112 | 0 | 0.47 | 0.45 | 0.2 | 357.5 | 0.48 | 0.61 |
| Hex | CC | 6C | 70 | 0 | 2F | 2D | 14 | 166 | 30 | 3D |
| Octal | 314 | 154 | 160 | 0 | 57 | 55 | 24 | 546 | 60 | 75 |
| Binary | 11001100 | 1101100 | 1110000 | 0 | 101111 | 101101 | 10100 | 101100110 | 110000 | 111101 |
Color Harmonies of #CC6C70
Complementary color
Monochromatic Colors of #CC6C70
Black with #CC6C70
Text Example
Text Example
White with #CC6C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C70; }
p { color: rgb(204,108,112); }
H1.HeaderClassName
{
color: #CC6C70;
}
.AnyTagClassName
{
color: #CC6C70;
}
</style>
background-color css
<style>
a { background-color: #CC6C70; }
a { background-color: rgb(204,108,112); }
div.DivClassName
{
background-color: #CC6C70;
}
.BgClassName
{
background-color: #CC6C70;
}
</style>
border-color css
<style>
span { border-color: #CC6C70; }
span { border-color: rgb(204,108,112); }
td.TdClassName
{
border-color: #CC6C70;
}
.TagClassName
{
border-color: #CC6C70;
}
</style>