Shades of Froly #CF696B
Tints of Froly #CF696B
RGB
CMYK
RGB Variations
Color information
#CF696B (or 0xCF696B) is known color: Froly. HEX triplet: CF, 69 and 6B. RGB value is (207,105,107). Sum of RGB (Red+Green+Blue) = 207+105+107=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF696B is #309694. Grayscale: #878787. Windows color (decimal): -3184277 or 7039439. OLE color: 7039439.
HSL color Cylindrical-coordinate representation of color #CF696B: hue angle of 358.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF696B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 107 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.19 |
| HSL | 358.82º | 0.52% | 0.61% | - |
| HSV(B) | 358.82º | 0.49% | 0.81% | - |
| XYZ | 33.44 | 24.43 | 16.86 | - |
| YUV | 135.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 107 | 0 | 0.49 | 0.48 | 0.19 | 358.82 | 0.52 | 0.61 |
| Hex | CF | 69 | 6B | 0 | 31 | 30 | 13 | 167 | 34 | 3D |
| Octal | 317 | 151 | 153 | 0 | 61 | 60 | 23 | 547 | 64 | 75 |
| Binary | 11001111 | 1101001 | 1101011 | 0 | 110001 | 110000 | 10011 | 101100111 | 110100 | 111101 |
Color Harmonies of #CF696B
Complementary color
Monochromatic Colors of #CF696B
Black with #CF696B
Text Example
Text Example
White with #CF696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF696B; }
p { color: rgb(207,105,107); }
H1.HeaderClassName
{
color: #CF696B;
}
.AnyTagClassName
{
color: #CF696B;
}
</style>
background-color css
<style>
a { background-color: #CF696B; }
a { background-color: rgb(207,105,107); }
div.DivClassName
{
background-color: #CF696B;
}
.BgClassName
{
background-color: #CF696B;
}
</style>
border-color css
<style>
span { border-color: #CF696B; }
span { border-color: rgb(207,105,107); }
td.TdClassName
{
border-color: #CF696B;
}
.TagClassName
{
border-color: #CF696B;
}
</style>