Shades of Sunglo #CF6855
Tints of Sunglo #CF6855
RGB
CMYK
RGB Variations
Color information
#CF6855 (or 0xCF6855) is known color: Sunglo. HEX triplet: CF, 68 and 55. RGB value is (207,104,85). Sum of RGB (Red+Green+Blue) = 207+104+85=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6855 is #3097AA. Grayscale: #848484. Windows color (decimal): -3184555 or 5597391. OLE color: 5597391.
HSL color Cylindrical-coordinate representation of color #CF6855: hue angle of 9.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF6855 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 85 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.19 |
| HSL | 9.34º | 0.56% | 0.57% | - |
| HSV(B) | 9.34º | 0.59% | 0.81% | - |
| XYZ | 32.32 | 23.82 | 11.49 | - |
| YUV | 132.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 85 | 0 | 0.50 | 0.59 | 0.19 | 9.34 | 0.56 | 0.57 |
| Hex | CF | 68 | 55 | 0 | 32 | 3B | 13 | 9 | 38 | 39 |
| Octal | 317 | 150 | 125 | 0 | 62 | 73 | 23 | 11 | 70 | 71 |
| Binary | 11001111 | 1101000 | 1010101 | 0 | 110010 | 111011 | 10011 | 1001 | 111000 | 111001 |
Color Harmonies of #CF6855
Complementary color
Monochromatic Colors of #CF6855
Black with #CF6855
Text Example
Text Example
White with #CF6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6855; }
p { color: rgb(207,104,85); }
H1.HeaderClassName
{
color: #CF6855;
}
.AnyTagClassName
{
color: #CF6855;
}
</style>
background-color css
<style>
a { background-color: #CF6855; }
a { background-color: rgb(207,104,85); }
div.DivClassName
{
background-color: #CF6855;
}
.BgClassName
{
background-color: #CF6855;
}
</style>
border-color css
<style>
span { border-color: #CF6855; }
span { border-color: rgb(207,104,85); }
td.TdClassName
{
border-color: #CF6855;
}
.TagClassName
{
border-color: #CF6855;
}
</style>