Shades of Froly #CF676A
Tints of Froly #CF676A
RGB
CMYK
RGB Variations
Color information
#CF676A (or 0xCF676A) is known color: Froly. HEX triplet: CF, 67 and 6A. RGB value is (207,103,106). Sum of RGB (Red+Green+Blue) = 207+103+106=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF676A is #309895. Grayscale: #868686. Windows color (decimal): -3184790 or 6973391. OLE color: 6973391.
HSL color Cylindrical-coordinate representation of color #CF676A: hue angle of 358.27º 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 #CF676A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 106 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.19 |
| HSL | 358.27º | 0.52% | 0.61% | - |
| HSV(B) | 358.27º | 0.5% | 0.81% | - |
| XYZ | 33.18 | 24.01 | 16.52 | - |
| YUV | 134.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 106 | 0 | 0.50 | 0.49 | 0.19 | 358.27 | 0.52 | 0.61 |
| Hex | CF | 67 | 6A | 0 | 32 | 31 | 13 | 166 | 34 | 3D |
| Octal | 317 | 147 | 152 | 0 | 62 | 61 | 23 | 546 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1101010 | 0 | 110010 | 110001 | 10011 | 101100110 | 110100 | 111101 |
Color Harmonies of #CF676A
Complementary color
Monochromatic Colors of #CF676A
Black with #CF676A
Text Example
Text Example
White with #CF676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF676A; }
p { color: rgb(207,103,106); }
H1.HeaderClassName
{
color: #CF676A;
}
.AnyTagClassName
{
color: #CF676A;
}
</style>
background-color css
<style>
a { background-color: #CF676A; }
a { background-color: rgb(207,103,106); }
div.DivClassName
{
background-color: #CF676A;
}
.BgClassName
{
background-color: #CF676A;
}
</style>
border-color css
<style>
span { border-color: #CF676A; }
span { border-color: rgb(207,103,106); }
td.TdClassName
{
border-color: #CF676A;
}
.TagClassName
{
border-color: #CF676A;
}
</style>