Shades of Sunglo #CF6555
Tints of Sunglo #CF6555
RGB
CMYK
RGB Variations
Color information
#CF6555 (or 0xCF6555) is known color: Sunglo. HEX triplet: CF, 65 and 55. RGB value is (207,101,85). Sum of RGB (Red+Green+Blue) = 207+101+85=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6555 is #309AAA. Grayscale: #838383. Windows color (decimal): -3185323 or 5596623. OLE color: 5596623.
HSL color Cylindrical-coordinate representation of color #CF6555: hue angle of 7.87º 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 #CF6555 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 85 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.19 |
| HSL | 7.87º | 0.56% | 0.57% | - |
| HSV(B) | 7.87º | 0.59% | 0.81% | - |
| XYZ | 32.03 | 23.23 | 11.39 | - |
| YUV | 130.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 85 | 0 | 0.51 | 0.59 | 0.19 | 7.87 | 0.56 | 0.57 |
| Hex | CF | 65 | 55 | 0 | 33 | 3B | 13 | 8 | 38 | 39 |
| Octal | 317 | 145 | 125 | 0 | 63 | 73 | 23 | 10 | 70 | 71 |
| Binary | 11001111 | 1100101 | 1010101 | 0 | 110011 | 111011 | 10011 | 1000 | 111000 | 111001 |
Color Harmonies of #CF6555
Complementary color
Monochromatic Colors of #CF6555
Black with #CF6555
Text Example
Text Example
White with #CF6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6555; }
p { color: rgb(207,101,85); }
H1.HeaderClassName
{
color: #CF6555;
}
.AnyTagClassName
{
color: #CF6555;
}
</style>
background-color css
<style>
a { background-color: #CF6555; }
a { background-color: rgb(207,101,85); }
div.DivClassName
{
background-color: #CF6555;
}
.BgClassName
{
background-color: #CF6555;
}
</style>
border-color css
<style>
span { border-color: #CF6555; }
span { border-color: rgb(207,101,85); }
td.TdClassName
{
border-color: #CF6555;
}
.TagClassName
{
border-color: #CF6555;
}
</style>