Shades of Froly #CC6F71
Tints of Froly #CC6F71
RGB
CMYK
RGB Variations
Color information
#CC6F71 (or 0xCC6F71) is known color: Froly. HEX triplet: CC, 6F and 71. RGB value is (204,111,113). Sum of RGB (Red+Green+Blue) = 204+111+113=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F71 is #33908E. Grayscale: #8B8B8B. Windows color (decimal): -3379343 or 7434188. OLE color: 7434188.
HSL color Cylindrical-coordinate representation of color #CC6F71: hue angle of 358.71º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F71 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 113 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.2 |
| HSL | 358.71º | 0.48% | 0.62% | - |
| HSV(B) | 358.71º | 0.46% | 0.8% | - |
| XYZ | 33.57 | 25.4 | 18.76 | - |
| YUV | 139.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 113 | 0 | 0.46 | 0.45 | 0.2 | 358.71 | 0.48 | 0.62 |
| Hex | CC | 6F | 71 | 0 | 2E | 2D | 14 | 167 | 30 | 3E |
| Octal | 314 | 157 | 161 | 0 | 56 | 55 | 24 | 547 | 60 | 76 |
| Binary | 11001100 | 1101111 | 1110001 | 0 | 101110 | 101101 | 10100 | 101100111 | 110000 | 111110 |
Color Harmonies of #CC6F71
Complementary color
Monochromatic Colors of #CC6F71
Black with #CC6F71
Text Example
Text Example
White with #CC6F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F71; }
p { color: rgb(204,111,113); }
H1.HeaderClassName
{
color: #CC6F71;
}
.AnyTagClassName
{
color: #CC6F71;
}
</style>
background-color css
<style>
a { background-color: #CC6F71; }
a { background-color: rgb(204,111,113); }
div.DivClassName
{
background-color: #CC6F71;
}
.BgClassName
{
background-color: #CC6F71;
}
</style>
border-color css
<style>
span { border-color: #CC6F71; }
span { border-color: rgb(204,111,113); }
td.TdClassName
{
border-color: #CC6F71;
}
.TagClassName
{
border-color: #CC6F71;
}
</style>