Shades of Froly #CC6971
Tints of Froly #CC6971
RGB
CMYK
RGB Variations
Color information
#CC6971 (or 0xCC6971) is known color: Froly. HEX triplet: CC, 69 and 71. RGB value is (204,105,113). Sum of RGB (Red+Green+Blue) = 204+105+113=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6971 is #33968E. Grayscale: #878787. Windows color (decimal): -3380879 or 7432652. OLE color: 7432652.
HSL color Cylindrical-coordinate representation of color #CC6971: hue angle of 355.15º 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 #CC6971 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 113 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.2 |
| HSL | 355.15º | 0.49% | 0.61% | - |
| HSV(B) | 355.15º | 0.49% | 0.8% | - |
| XYZ | 32.93 | 24.13 | 18.55 | - |
| YUV | 135.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 113 | 0 | 0.49 | 0.45 | 0.2 | 355.15 | 0.49 | 0.61 |
| Hex | CC | 69 | 71 | 0 | 31 | 2D | 14 | 163 | 31 | 3D |
| Octal | 314 | 151 | 161 | 0 | 61 | 55 | 24 | 543 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1110001 | 0 | 110001 | 101101 | 10100 | 101100011 | 110001 | 111101 |
Color Harmonies of #CC6971
Complementary color
Monochromatic Colors of #CC6971
Black with #CC6971
Text Example
Text Example
White with #CC6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6971; }
p { color: rgb(204,105,113); }
H1.HeaderClassName
{
color: #CC6971;
}
.AnyTagClassName
{
color: #CC6971;
}
</style>
background-color css
<style>
a { background-color: #CC6971; }
a { background-color: rgb(204,105,113); }
div.DivClassName
{
background-color: #CC6971;
}
.BgClassName
{
background-color: #CC6971;
}
</style>
border-color css
<style>
span { border-color: #CC6971; }
span { border-color: rgb(204,105,113); }
td.TdClassName
{
border-color: #CC6971;
}
.TagClassName
{
border-color: #CC6971;
}
</style>