Shades of Sunglo #CC685E
Tints of Sunglo #CC685E
RGB
CMYK
RGB Variations
Color information
#CC685E (or 0xCC685E) is known color: Sunglo. HEX triplet: CC, 68 and 5E. RGB value is (204,104,94). Sum of RGB (Red+Green+Blue) = 204+104+94=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC685E is #3397A1. Grayscale: #848484. Windows color (decimal): -3381154 or 6187212. OLE color: 6187212.
HSL color Cylindrical-coordinate representation of color #CC685E: hue angle of 5.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC685E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 94 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.2 |
| HSL | 5.45º | 0.52% | 0.58% | - |
| HSV(B) | 5.45º | 0.54% | 0.8% | - |
| XYZ | 31.87 | 23.55 | 13.45 | - |
| YUV | 132.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 94 | 0 | 0.49 | 0.54 | 0.2 | 5.45 | 0.52 | 0.58 |
| Hex | CC | 68 | 5E | 0 | 31 | 36 | 14 | 5 | 34 | 3A |
| Octal | 314 | 150 | 136 | 0 | 61 | 66 | 24 | 5 | 64 | 72 |
| Binary | 11001100 | 1101000 | 1011110 | 0 | 110001 | 110110 | 10100 | 101 | 110100 | 111010 |
Color Harmonies of #CC685E
Complementary color
Monochromatic Colors of #CC685E
Black with #CC685E
Text Example
Text Example
White with #CC685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC685E; }
p { color: rgb(204,104,94); }
H1.HeaderClassName
{
color: #CC685E;
}
.AnyTagClassName
{
color: #CC685E;
}
</style>
background-color css
<style>
a { background-color: #CC685E; }
a { background-color: rgb(204,104,94); }
div.DivClassName
{
background-color: #CC685E;
}
.BgClassName
{
background-color: #CC685E;
}
</style>
border-color css
<style>
span { border-color: #CC685E; }
span { border-color: rgb(204,104,94); }
td.TdClassName
{
border-color: #CC685E;
}
.TagClassName
{
border-color: #CC685E;
}
</style>