Shades of Froly #CC6F73
Tints of Froly #CC6F73
RGB
CMYK
RGB Variations
Color information
#CC6F73 (or 0xCC6F73) is known color: Froly. HEX triplet: CC, 6F and 73. RGB value is (204,111,115). Sum of RGB (Red+Green+Blue) = 204+111+115=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F73 is #33908C. Grayscale: #8B8B8B. Windows color (decimal): -3379341 or 7565260. OLE color: 7565260.
HSL color Cylindrical-coordinate representation of color #CC6F73: hue angle of 357.42º 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 #CC6F73 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 115 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.2 |
| HSL | 357.42º | 0.48% | 0.62% | - |
| HSV(B) | 357.42º | 0.46% | 0.8% | - |
| XYZ | 33.68 | 25.44 | 19.36 | - |
| YUV | 139.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 115 | 0 | 0.46 | 0.44 | 0.2 | 357.42 | 0.48 | 0.62 |
| Hex | CC | 6F | 73 | 0 | 2E | 2C | 14 | 165 | 30 | 3E |
| Octal | 314 | 157 | 163 | 0 | 56 | 54 | 24 | 545 | 60 | 76 |
| Binary | 11001100 | 1101111 | 1110011 | 0 | 101110 | 101100 | 10100 | 101100101 | 110000 | 111110 |
Color Harmonies of #CC6F73
Complementary color
Monochromatic Colors of #CC6F73
Black with #CC6F73
Text Example
Text Example
White with #CC6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F73; }
p { color: rgb(204,111,115); }
H1.HeaderClassName
{
color: #CC6F73;
}
.AnyTagClassName
{
color: #CC6F73;
}
</style>
background-color css
<style>
a { background-color: #CC6F73; }
a { background-color: rgb(204,111,115); }
div.DivClassName
{
background-color: #CC6F73;
}
.BgClassName
{
background-color: #CC6F73;
}
</style>
border-color css
<style>
span { border-color: #CC6F73; }
span { border-color: rgb(204,111,115); }
td.TdClassName
{
border-color: #CC6F73;
}
.TagClassName
{
border-color: #CC6F73;
}
</style>