Shades of Froly #CF6774
Tints of Froly #CF6774
RGB
CMYK
RGB Variations
Color information
#CF6774 (or 0xCF6774) is known color: Froly. HEX triplet: CF, 67 and 74. RGB value is (207,103,116). Sum of RGB (Red+Green+Blue) = 207+103+116=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6774 is #30988B. Grayscale: #878787. Windows color (decimal): -3184780 or 7628751. OLE color: 7628751.
HSL color Cylindrical-coordinate representation of color #CF6774: hue angle of 352.5º 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 #CF6774 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 116 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.19 |
| HSL | 352.5º | 0.52% | 0.61% | - |
| HSV(B) | 352.5º | 0.5% | 0.81% | - |
| XYZ | 33.73 | 24.23 | 19.42 | - |
| YUV | 135.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 116 | 0 | 0.50 | 0.44 | 0.19 | 352.5 | 0.52 | 0.61 |
| Hex | CF | 67 | 74 | 0 | 32 | 2C | 13 | 160 | 34 | 3D |
| Octal | 317 | 147 | 164 | 0 | 62 | 54 | 23 | 540 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1110100 | 0 | 110010 | 101100 | 10011 | 101100000 | 110100 | 111101 |
Color Harmonies of #CF6774
Complementary color
Monochromatic Colors of #CF6774
Black with #CF6774
Text Example
Text Example
White with #CF6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6774; }
p { color: rgb(207,103,116); }
H1.HeaderClassName
{
color: #CF6774;
}
.AnyTagClassName
{
color: #CF6774;
}
</style>
background-color css
<style>
a { background-color: #CF6774; }
a { background-color: rgb(207,103,116); }
div.DivClassName
{
background-color: #CF6774;
}
.BgClassName
{
background-color: #CF6774;
}
</style>
border-color css
<style>
span { border-color: #CF6774; }
span { border-color: rgb(207,103,116); }
td.TdClassName
{
border-color: #CF6774;
}
.TagClassName
{
border-color: #CF6774;
}
</style>