Shades of Froly #CC6970
Tints of Froly #CC6970
RGB
CMYK
RGB Variations
Color information
#CC6970 (or 0xCC6970) is known color: Froly. HEX triplet: CC, 69 and 70. RGB value is (204,105,112). Sum of RGB (Red+Green+Blue) = 204+105+112=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6970 is #33968F. Grayscale: #878787. Windows color (decimal): -3380880 or 7367116. OLE color: 7367116.
HSL color Cylindrical-coordinate representation of color #CC6970: hue angle of 355.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6970 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 112 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.2 |
| HSL | 355.76º | 0.49% | 0.61% | - |
| HSV(B) | 355.76º | 0.49% | 0.8% | - |
| XYZ | 32.88 | 24.11 | 18.25 | - |
| YUV | 135.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 112 | 0 | 0.49 | 0.45 | 0.2 | 355.76 | 0.49 | 0.61 |
| Hex | CC | 69 | 70 | 0 | 31 | 2D | 14 | 164 | 31 | 3D |
| Octal | 314 | 151 | 160 | 0 | 61 | 55 | 24 | 544 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1110000 | 0 | 110001 | 101101 | 10100 | 101100100 | 110001 | 111101 |
Color Harmonies of #CC6970
Complementary color
Monochromatic Colors of #CC6970
Black with #CC6970
Text Example
Text Example
White with #CC6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6970; }
p { color: rgb(204,105,112); }
H1.HeaderClassName
{
color: #CC6970;
}
.AnyTagClassName
{
color: #CC6970;
}
</style>
background-color css
<style>
a { background-color: #CC6970; }
a { background-color: rgb(204,105,112); }
div.DivClassName
{
background-color: #CC6970;
}
.BgClassName
{
background-color: #CC6970;
}
</style>
border-color css
<style>
span { border-color: #CC6970; }
span { border-color: rgb(204,105,112); }
td.TdClassName
{
border-color: #CC6970;
}
.TagClassName
{
border-color: #CC6970;
}
</style>