Shades of Froly #CD686D
Tints of Froly #CD686D
RGB
CMYK
RGB Variations
Color information
#CD686D (or 0xCD686D) is known color: Froly. HEX triplet: CD, 68 and 6D. RGB value is (205,104,109). Sum of RGB (Red+Green+Blue) = 205+104+109=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD686D is #329792. Grayscale: #868686. Windows color (decimal): -3315603 or 7170253. OLE color: 7170253.
HSL color Cylindrical-coordinate representation of color #CD686D: hue angle of 357.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD686D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 109 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.20 |
| HSL | 357.03º | 0.5% | 0.61% | - |
| HSV(B) | 357.03º | 0.49% | 0.8% | - |
| XYZ | 32.89 | 23.98 | 17.36 | - |
| YUV | 134.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 109 | 0 | 0.49 | 0.47 | 0.20 | 357.03 | 0.5 | 0.61 |
| Hex | CD | 68 | 6D | 0 | 31 | 2F | 14 | 165 | 32 | 3D |
| Octal | 315 | 150 | 155 | 0 | 61 | 57 | 24 | 545 | 62 | 75 |
| Binary | 11001101 | 1101000 | 1101101 | 0 | 110001 | 101111 | 10100 | 101100101 | 110010 | 111101 |
Color Harmonies of #CD686D
Complementary color
Monochromatic Colors of #CD686D
Black with #CD686D
Text Example
Text Example
White with #CD686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD686D; }
p { color: rgb(205,104,109); }
H1.HeaderClassName
{
color: #CD686D;
}
.AnyTagClassName
{
color: #CD686D;
}
</style>
background-color css
<style>
a { background-color: #CD686D; }
a { background-color: rgb(205,104,109); }
div.DivClassName
{
background-color: #CD686D;
}
.BgClassName
{
background-color: #CD686D;
}
</style>
border-color css
<style>
span { border-color: #CD686D; }
span { border-color: rgb(205,104,109); }
td.TdClassName
{
border-color: #CD686D;
}
.TagClassName
{
border-color: #CD686D;
}
</style>