Shades of Sunglo #CF6556
Tints of Sunglo #CF6556
RGB
CMYK
RGB Variations
Color information
#CF6556 (or 0xCF6556) is known color: Sunglo. HEX triplet: CF, 65 and 56. RGB value is (207,101,86). Sum of RGB (Red+Green+Blue) = 207+101+86=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6556 is #309AA9. Grayscale: #838383. Windows color (decimal): -3185322 or 5662159. OLE color: 5662159.
HSL color Cylindrical-coordinate representation of color #CF6556: hue angle of 7.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6556 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 86 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.19 |
| HSL | 7.44º | 0.56% | 0.57% | - |
| HSV(B) | 7.44º | 0.58% | 0.81% | - |
| XYZ | 32.07 | 23.24 | 11.6 | - |
| YUV | 130.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 86 | 0 | 0.51 | 0.58 | 0.19 | 7.44 | 0.56 | 0.57 |
| Hex | CF | 65 | 56 | 0 | 33 | 3A | 13 | 7 | 38 | 39 |
| Octal | 317 | 145 | 126 | 0 | 63 | 72 | 23 | 7 | 70 | 71 |
| Binary | 11001111 | 1100101 | 1010110 | 0 | 110011 | 111010 | 10011 | 111 | 111000 | 111001 |
Color Harmonies of #CF6556
Complementary color
Monochromatic Colors of #CF6556
Black with #CF6556
Text Example
Text Example
White with #CF6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6556; }
p { color: rgb(207,101,86); }
H1.HeaderClassName
{
color: #CF6556;
}
.AnyTagClassName
{
color: #CF6556;
}
</style>
background-color css
<style>
a { background-color: #CF6556; }
a { background-color: rgb(207,101,86); }
div.DivClassName
{
background-color: #CF6556;
}
.BgClassName
{
background-color: #CF6556;
}
</style>
border-color css
<style>
span { border-color: #CF6556; }
span { border-color: rgb(207,101,86); }
td.TdClassName
{
border-color: #CF6556;
}
.TagClassName
{
border-color: #CF6556;
}
</style>