Shades of Sunglo #CF6456
Tints of Sunglo #CF6456
RGB
CMYK
RGB Variations
Color information
#CF6456 (or 0xCF6456) is known color: Sunglo. HEX triplet: CF, 64 and 56. RGB value is (207,100,86). Sum of RGB (Red+Green+Blue) = 207+100+86=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6456 is #309BA9. Grayscale: #828282. Windows color (decimal): -3185578 or 5661903. OLE color: 5661903.
HSL color Cylindrical-coordinate representation of color #CF6456: hue angle of 6.94º 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 #CF6456 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 86 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.19 |
| HSL | 6.94º | 0.56% | 0.57% | - |
| HSV(B) | 6.94º | 0.58% | 0.81% | - |
| XYZ | 31.97 | 23.05 | 11.57 | - |
| YUV | 130.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 86 | 0 | 0.52 | 0.58 | 0.19 | 6.94 | 0.56 | 0.57 |
| Hex | CF | 64 | 56 | 0 | 34 | 3A | 13 | 7 | 38 | 39 |
| Octal | 317 | 144 | 126 | 0 | 64 | 72 | 23 | 7 | 70 | 71 |
| Binary | 11001111 | 1100100 | 1010110 | 0 | 110100 | 111010 | 10011 | 111 | 111000 | 111001 |
Color Harmonies of #CF6456
Complementary color
Monochromatic Colors of #CF6456
Black with #CF6456
Text Example
Text Example
White with #CF6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6456; }
p { color: rgb(207,100,86); }
H1.HeaderClassName
{
color: #CF6456;
}
.AnyTagClassName
{
color: #CF6456;
}
</style>
background-color css
<style>
a { background-color: #CF6456; }
a { background-color: rgb(207,100,86); }
div.DivClassName
{
background-color: #CF6456;
}
.BgClassName
{
background-color: #CF6456;
}
</style>
border-color css
<style>
span { border-color: #CF6456; }
span { border-color: rgb(207,100,86); }
td.TdClassName
{
border-color: #CF6456;
}
.TagClassName
{
border-color: #CF6456;
}
</style>