Shades of Froly #CF676B
Tints of Froly #CF676B
RGB
CMYK
RGB Variations
Color information
#CF676B (or 0xCF676B) is known color: Froly. HEX triplet: CF, 67 and 6B. RGB value is (207,103,107). Sum of RGB (Red+Green+Blue) = 207+103+107=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF676B is #309894. Grayscale: #868686. Windows color (decimal): -3184789 or 7038927. OLE color: 7038927.
HSL color Cylindrical-coordinate representation of color #CF676B: hue angle of 357.69º 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 #CF676B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 107 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.19 |
| HSL | 357.69º | 0.52% | 0.61% | - |
| HSV(B) | 357.69º | 0.5% | 0.81% | - |
| XYZ | 33.24 | 24.03 | 16.8 | - |
| YUV | 134.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 107 | 0 | 0.50 | 0.48 | 0.19 | 357.69 | 0.52 | 0.61 |
| Hex | CF | 67 | 6B | 0 | 32 | 30 | 13 | 166 | 34 | 3D |
| Octal | 317 | 147 | 153 | 0 | 62 | 60 | 23 | 546 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1101011 | 0 | 110010 | 110000 | 10011 | 101100110 | 110100 | 111101 |
Color Harmonies of #CF676B
Complementary color
Monochromatic Colors of #CF676B
Black with #CF676B
Text Example
Text Example
White with #CF676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF676B; }
p { color: rgb(207,103,107); }
H1.HeaderClassName
{
color: #CF676B;
}
.AnyTagClassName
{
color: #CF676B;
}
</style>
background-color css
<style>
a { background-color: #CF676B; }
a { background-color: rgb(207,103,107); }
div.DivClassName
{
background-color: #CF676B;
}
.BgClassName
{
background-color: #CF676B;
}
</style>
border-color css
<style>
span { border-color: #CF676B; }
span { border-color: rgb(207,103,107); }
td.TdClassName
{
border-color: #CF676B;
}
.TagClassName
{
border-color: #CF676B;
}
</style>