Shades of Sunglo #CF6656
Tints of Sunglo #CF6656
RGB
CMYK
RGB Variations
Color information
#CF6656 (or 0xCF6656) is known color: Sunglo. HEX triplet: CF, 66 and 56. RGB value is (207,102,86). Sum of RGB (Red+Green+Blue) = 207+102+86=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6656 is #3099A9. Grayscale: #838383. Windows color (decimal): -3185066 or 5662415. OLE color: 5662415.
HSL color Cylindrical-coordinate representation of color #CF6656: hue angle of 7.93º 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 #CF6656 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 86 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.19 |
| HSL | 7.93º | 0.56% | 0.57% | - |
| HSV(B) | 7.93º | 0.58% | 0.81% | - |
| XYZ | 32.16 | 23.44 | 11.63 | - |
| YUV | 131.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 86 | 0 | 0.51 | 0.58 | 0.19 | 7.93 | 0.56 | 0.57 |
| Hex | CF | 66 | 56 | 0 | 33 | 3A | 13 | 8 | 38 | 39 |
| Octal | 317 | 146 | 126 | 0 | 63 | 72 | 23 | 10 | 70 | 71 |
| Binary | 11001111 | 1100110 | 1010110 | 0 | 110011 | 111010 | 10011 | 1000 | 111000 | 111001 |
Color Harmonies of #CF6656
Complementary color
Monochromatic Colors of #CF6656
Black with #CF6656
Text Example
Text Example
White with #CF6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6656; }
p { color: rgb(207,102,86); }
H1.HeaderClassName
{
color: #CF6656;
}
.AnyTagClassName
{
color: #CF6656;
}
</style>
background-color css
<style>
a { background-color: #CF6656; }
a { background-color: rgb(207,102,86); }
div.DivClassName
{
background-color: #CF6656;
}
.BgClassName
{
background-color: #CF6656;
}
</style>
border-color css
<style>
span { border-color: #CF6656; }
span { border-color: rgb(207,102,86); }
td.TdClassName
{
border-color: #CF6656;
}
.TagClassName
{
border-color: #CF6656;
}
</style>