Shades of Froly #CF676D
Tints of Froly #CF676D
RGB
CMYK
RGB Variations
Color information
#CF676D (or 0xCF676D) is known color: Froly. HEX triplet: CF, 67 and 6D. RGB value is (207,103,109). Sum of RGB (Red+Green+Blue) = 207+103+109=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF676D is #309892. Grayscale: #868686. Windows color (decimal): -3184787 or 7169999. OLE color: 7169999.
HSL color Cylindrical-coordinate representation of color #CF676D: hue angle of 356.54º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF676D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 109 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.19 |
| HSL | 356.54º | 0.52% | 0.61% | - |
| HSV(B) | 356.54º | 0.5% | 0.81% | - |
| XYZ | 33.34 | 24.07 | 17.36 | - |
| YUV | 134.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 109 | 0 | 0.50 | 0.47 | 0.19 | 356.54 | 0.52 | 0.61 |
| Hex | CF | 67 | 6D | 0 | 32 | 2F | 13 | 165 | 34 | 3D |
| Octal | 317 | 147 | 155 | 0 | 62 | 57 | 23 | 545 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1101101 | 0 | 110010 | 101111 | 10011 | 101100101 | 110100 | 111101 |
Color Harmonies of #CF676D
Complementary color
Monochromatic Colors of #CF676D
Black with #CF676D
Text Example
Text Example
White with #CF676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF676D; }
p { color: rgb(207,103,109); }
H1.HeaderClassName
{
color: #CF676D;
}
.AnyTagClassName
{
color: #CF676D;
}
</style>
background-color css
<style>
a { background-color: #CF676D; }
a { background-color: rgb(207,103,109); }
div.DivClassName
{
background-color: #CF676D;
}
.BgClassName
{
background-color: #CF676D;
}
</style>
border-color css
<style>
span { border-color: #CF676D; }
span { border-color: rgb(207,103,109); }
td.TdClassName
{
border-color: #CF676D;
}
.TagClassName
{
border-color: #CF676D;
}
</style>