Shades of Froly #CC6C73
Tints of Froly #CC6C73
RGB
CMYK
RGB Variations
Color information
#CC6C73 (or 0xCC6C73) is known color: Froly. HEX triplet: CC, 6C and 73. RGB value is (204,108,115). Sum of RGB (Red+Green+Blue) = 204+108+115=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C73 is #33938C. Grayscale: #898989. Windows color (decimal): -3380109 or 7564492. OLE color: 7564492.
HSL color Cylindrical-coordinate representation of color #CC6C73: hue angle of 355.62º 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 #CC6C73 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 115 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.2 |
| HSL | 355.63º | 0.48% | 0.61% | - |
| HSV(B) | 355.63º | 0.47% | 0.8% | - |
| XYZ | 33.36 | 24.8 | 19.25 | - |
| YUV | 137.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 115 | 0 | 0.47 | 0.44 | 0.2 | 355.63 | 0.48 | 0.61 |
| Hex | CC | 6C | 73 | 0 | 2F | 2C | 14 | 164 | 30 | 3D |
| Octal | 314 | 154 | 163 | 0 | 57 | 54 | 24 | 544 | 60 | 75 |
| Binary | 11001100 | 1101100 | 1110011 | 0 | 101111 | 101100 | 10100 | 101100100 | 110000 | 111101 |
Color Harmonies of #CC6C73
Complementary color
Monochromatic Colors of #CC6C73
Black with #CC6C73
Text Example
Text Example
White with #CC6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C73; }
p { color: rgb(204,108,115); }
H1.HeaderClassName
{
color: #CC6C73;
}
.AnyTagClassName
{
color: #CC6C73;
}
</style>
background-color css
<style>
a { background-color: #CC6C73; }
a { background-color: rgb(204,108,115); }
div.DivClassName
{
background-color: #CC6C73;
}
.BgClassName
{
background-color: #CC6C73;
}
</style>
border-color css
<style>
span { border-color: #CC6C73; }
span { border-color: rgb(204,108,115); }
td.TdClassName
{
border-color: #CC6C73;
}
.TagClassName
{
border-color: #CC6C73;
}
</style>