Shades of Sunglo #CF6558
Tints of Sunglo #CF6558
RGB
CMYK
RGB Variations
Color information
#CF6558 (or 0xCF6558) is known color: Sunglo. HEX triplet: CF, 65 and 58. RGB value is (207,101,88). Sum of RGB (Red+Green+Blue) = 207+101+88=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6558 is #309AA7. Grayscale: #838383. Windows color (decimal): -3185320 or 5793231. OLE color: 5793231.
HSL color Cylindrical-coordinate representation of color #CF6558: hue angle of 6.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6558 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 88 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.19 |
| HSL | 6.55º | 0.55% | 0.58% | - |
| HSV(B) | 6.55º | 0.57% | 0.81% | - |
| XYZ | 32.15 | 23.28 | 12.03 | - |
| YUV | 131.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 88 | 0 | 0.51 | 0.57 | 0.19 | 6.55 | 0.55 | 0.58 |
| Hex | CF | 65 | 58 | 0 | 33 | 39 | 13 | 7 | 37 | 3A |
| Octal | 317 | 145 | 130 | 0 | 63 | 71 | 23 | 7 | 67 | 72 |
| Binary | 11001111 | 1100101 | 1011000 | 0 | 110011 | 111001 | 10011 | 111 | 110111 | 111010 |
Color Harmonies of #CF6558
Complementary color
Monochromatic Colors of #CF6558
Black with #CF6558
Text Example
Text Example
White with #CF6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6558; }
p { color: rgb(207,101,88); }
H1.HeaderClassName
{
color: #CF6558;
}
.AnyTagClassName
{
color: #CF6558;
}
</style>
background-color css
<style>
a { background-color: #CF6558; }
a { background-color: rgb(207,101,88); }
div.DivClassName
{
background-color: #CF6558;
}
.BgClassName
{
background-color: #CF6558;
}
</style>
border-color css
<style>
span { border-color: #CF6558; }
span { border-color: rgb(207,101,88); }
td.TdClassName
{
border-color: #CF6558;
}
.TagClassName
{
border-color: #CF6558;
}
</style>