Shades of Froly #CC6A70
Tints of Froly #CC6A70
RGB
CMYK
RGB Variations
Color information
#CC6A70 (or 0xCC6A70) is known color: Froly. HEX triplet: CC, 6A and 70. RGB value is (204,106,112). Sum of RGB (Red+Green+Blue) = 204+106+112=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A70 is #33958F. Grayscale: #888888. Windows color (decimal): -3380624 or 7367372. OLE color: 7367372.
HSL color Cylindrical-coordinate representation of color #CC6A70: hue angle of 356.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A70 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 112 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.2 |
| HSL | 356.33º | 0.49% | 0.61% | - |
| HSV(B) | 356.33º | 0.48% | 0.8% | - |
| XYZ | 32.98 | 24.32 | 18.28 | - |
| YUV | 135.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 112 | 0 | 0.48 | 0.45 | 0.2 | 356.33 | 0.49 | 0.61 |
| Hex | CC | 6A | 70 | 0 | 30 | 2D | 14 | 164 | 31 | 3D |
| Octal | 314 | 152 | 160 | 0 | 60 | 55 | 24 | 544 | 61 | 75 |
| Binary | 11001100 | 1101010 | 1110000 | 0 | 110000 | 101101 | 10100 | 101100100 | 110001 | 111101 |
Color Harmonies of #CC6A70
Complementary color
Monochromatic Colors of #CC6A70
Black with #CC6A70
Text Example
Text Example
White with #CC6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A70; }
p { color: rgb(204,106,112); }
H1.HeaderClassName
{
color: #CC6A70;
}
.AnyTagClassName
{
color: #CC6A70;
}
</style>
background-color css
<style>
a { background-color: #CC6A70; }
a { background-color: rgb(204,106,112); }
div.DivClassName
{
background-color: #CC6A70;
}
.BgClassName
{
background-color: #CC6A70;
}
</style>
border-color css
<style>
span { border-color: #CC6A70; }
span { border-color: rgb(204,106,112); }
td.TdClassName
{
border-color: #CC6A70;
}
.TagClassName
{
border-color: #CC6A70;
}
</style>