Shades of Sunglo #CF6859
Tints of Sunglo #CF6859
RGB
CMYK
RGB Variations
Color information
#CF6859 (or 0xCF6859) is known color: Sunglo. HEX triplet: CF, 68 and 59. RGB value is (207,104,89). Sum of RGB (Red+Green+Blue) = 207+104+89=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6859 is #3097A6. Grayscale: #858585. Windows color (decimal): -3184551 or 5859535. OLE color: 5859535.
HSL color Cylindrical-coordinate representation of color #CF6859: hue angle of 7.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6859 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 89 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.19 |
| HSL | 7.63º | 0.55% | 0.58% | - |
| HSV(B) | 7.63º | 0.57% | 0.81% | - |
| XYZ | 32.49 | 23.89 | 12.35 | - |
| YUV | 133.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 89 | 0 | 0.50 | 0.57 | 0.19 | 7.63 | 0.55 | 0.58 |
| Hex | CF | 68 | 59 | 0 | 32 | 39 | 13 | 8 | 37 | 3A |
| Octal | 317 | 150 | 131 | 0 | 62 | 71 | 23 | 10 | 67 | 72 |
| Binary | 11001111 | 1101000 | 1011001 | 0 | 110010 | 111001 | 10011 | 1000 | 110111 | 111010 |
Color Harmonies of #CF6859
Complementary color
Monochromatic Colors of #CF6859
Black with #CF6859
Text Example
Text Example
White with #CF6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6859; }
p { color: rgb(207,104,89); }
H1.HeaderClassName
{
color: #CF6859;
}
.AnyTagClassName
{
color: #CF6859;
}
</style>
background-color css
<style>
a { background-color: #CF6859; }
a { background-color: rgb(207,104,89); }
div.DivClassName
{
background-color: #CF6859;
}
.BgClassName
{
background-color: #CF6859;
}
</style>
border-color css
<style>
span { border-color: #CF6859; }
span { border-color: rgb(207,104,89); }
td.TdClassName
{
border-color: #CF6859;
}
.TagClassName
{
border-color: #CF6859;
}
</style>