Shades of Sunglo #CF6655
Tints of Sunglo #CF6655
RGB
CMYK
RGB Variations
Color information
#CF6655 (or 0xCF6655) is known color: Sunglo. HEX triplet: CF, 66 and 55. RGB value is (207,102,85). Sum of RGB (Red+Green+Blue) = 207+102+85=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6655 is #3099AA. Grayscale: #838383. Windows color (decimal): -3185067 or 5596879. OLE color: 5596879.
HSL color Cylindrical-coordinate representation of color #CF6655: hue angle of 8.36º 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 #CF6655 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 85 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.19 |
| HSL | 8.36º | 0.56% | 0.57% | - |
| HSV(B) | 8.36º | 0.59% | 0.81% | - |
| XYZ | 32.12 | 23.42 | 11.42 | - |
| YUV | 131.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 85 | 0 | 0.51 | 0.59 | 0.19 | 8.36 | 0.56 | 0.57 |
| Hex | CF | 66 | 55 | 0 | 33 | 3B | 13 | 8 | 38 | 39 |
| Octal | 317 | 146 | 125 | 0 | 63 | 73 | 23 | 10 | 70 | 71 |
| Binary | 11001111 | 1100110 | 1010101 | 0 | 110011 | 111011 | 10011 | 1000 | 111000 | 111001 |
Color Harmonies of #CF6655
Complementary color
Monochromatic Colors of #CF6655
Black with #CF6655
Text Example
Text Example
White with #CF6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6655; }
p { color: rgb(207,102,85); }
H1.HeaderClassName
{
color: #CF6655;
}
.AnyTagClassName
{
color: #CF6655;
}
</style>
background-color css
<style>
a { background-color: #CF6655; }
a { background-color: rgb(207,102,85); }
div.DivClassName
{
background-color: #CF6655;
}
.BgClassName
{
background-color: #CF6655;
}
</style>
border-color css
<style>
span { border-color: #CF6655; }
span { border-color: rgb(207,102,85); }
td.TdClassName
{
border-color: #CF6655;
}
.TagClassName
{
border-color: #CF6655;
}
</style>