Shades of Sunglo #CF6658
Tints of Sunglo #CF6658
RGB
CMYK
RGB Variations
Color information
#CF6658 (or 0xCF6658) is known color: Sunglo. HEX triplet: CF, 66 and 58. RGB value is (207,102,88). Sum of RGB (Red+Green+Blue) = 207+102+88=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6658 is #3099A7. Grayscale: #838383. Windows color (decimal): -3185064 or 5793487. OLE color: 5793487.
HSL color Cylindrical-coordinate representation of color #CF6658: hue angle of 7.06º 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 #CF6658 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 88 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.19 |
| HSL | 7.06º | 0.55% | 0.58% | - |
| HSV(B) | 7.06º | 0.57% | 0.81% | - |
| XYZ | 32.24 | 23.47 | 12.06 | - |
| YUV | 131.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 88 | 0 | 0.51 | 0.57 | 0.19 | 7.06 | 0.55 | 0.58 |
| Hex | CF | 66 | 58 | 0 | 33 | 39 | 13 | 7 | 37 | 3A |
| Octal | 317 | 146 | 130 | 0 | 63 | 71 | 23 | 7 | 67 | 72 |
| Binary | 11001111 | 1100110 | 1011000 | 0 | 110011 | 111001 | 10011 | 111 | 110111 | 111010 |
Color Harmonies of #CF6658
Complementary color
Monochromatic Colors of #CF6658
Black with #CF6658
Text Example
Text Example
White with #CF6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6658; }
p { color: rgb(207,102,88); }
H1.HeaderClassName
{
color: #CF6658;
}
.AnyTagClassName
{
color: #CF6658;
}
</style>
background-color css
<style>
a { background-color: #CF6658; }
a { background-color: rgb(207,102,88); }
div.DivClassName
{
background-color: #CF6658;
}
.BgClassName
{
background-color: #CF6658;
}
</style>
border-color css
<style>
span { border-color: #CF6658; }
span { border-color: rgb(207,102,88); }
td.TdClassName
{
border-color: #CF6658;
}
.TagClassName
{
border-color: #CF6658;
}
</style>