Shades of Sunglo #CF6652
Tints of Sunglo #CF6652
RGB
CMYK
RGB Variations
Color information
#CF6652 (or 0xCF6652) is known color: Sunglo. HEX triplet: CF, 66 and 52. RGB value is (207,102,82). Sum of RGB (Red+Green+Blue) = 207+102+82=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6652 is #3099AD. Grayscale: #838383. Windows color (decimal): -3185070 or 5400271. OLE color: 5400271.
HSL color Cylindrical-coordinate representation of color #CF6652: hue angle of 9.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF6652 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 82 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.19 |
| HSL | 9.6º | 0.57% | 0.57% | - |
| HSV(B) | 9.6º | 0.6% | 0.81% | - |
| XYZ | 32.01 | 23.38 | 10.81 | - |
| YUV | 131.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 82 | 0 | 0.51 | 0.60 | 0.19 | 9.6 | 0.57 | 0.57 |
| Hex | CF | 66 | 52 | 0 | 33 | 3C | 13 | A | 39 | 39 |
| Octal | 317 | 146 | 122 | 0 | 63 | 74 | 23 | 12 | 71 | 71 |
| Binary | 11001111 | 1100110 | 1010010 | 0 | 110011 | 111100 | 10011 | 1010 | 111001 | 111001 |
Color Harmonies of #CF6652
Complementary color
Monochromatic Colors of #CF6652
Black with #CF6652
Text Example
Text Example
White with #CF6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6652; }
p { color: rgb(207,102,82); }
H1.HeaderClassName
{
color: #CF6652;
}
.AnyTagClassName
{
color: #CF6652;
}
</style>
background-color css
<style>
a { background-color: #CF6652; }
a { background-color: rgb(207,102,82); }
div.DivClassName
{
background-color: #CF6652;
}
.BgClassName
{
background-color: #CF6652;
}
</style>
border-color css
<style>
span { border-color: #CF6652; }
span { border-color: rgb(207,102,82); }
td.TdClassName
{
border-color: #CF6652;
}
.TagClassName
{
border-color: #CF6652;
}
</style>