Shades of Sunglo #CC685B
Tints of Sunglo #CC685B
RGB
CMYK
RGB Variations
Color information
#CC685B (or 0xCC685B) is known color: Sunglo. HEX triplet: CC, 68 and 5B. RGB value is (204,104,91). Sum of RGB (Red+Green+Blue) = 204+104+91=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC685B is #3397A4. Grayscale: #848484. Windows color (decimal): -3381157 or 5990604. OLE color: 5990604.
HSL color Cylindrical-coordinate representation of color #CC685B: hue angle of 6.9º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC685B is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 91 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.2 |
| HSL | 6.9º | 0.53% | 0.58% | - |
| HSV(B) | 6.9º | 0.55% | 0.8% | - |
| XYZ | 31.74 | 23.49 | 12.76 | - |
| YUV | 132.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 91 | 0 | 0.49 | 0.55 | 0.2 | 6.9 | 0.53 | 0.58 |
| Hex | CC | 68 | 5B | 0 | 31 | 37 | 14 | 7 | 35 | 3A |
| Octal | 314 | 150 | 133 | 0 | 61 | 67 | 24 | 7 | 65 | 72 |
| Binary | 11001100 | 1101000 | 1011011 | 0 | 110001 | 110111 | 10100 | 111 | 110101 | 111010 |
Color Harmonies of #CC685B
Complementary color
Monochromatic Colors of #CC685B
Black with #CC685B
Text Example
Text Example
White with #CC685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC685B; }
p { color: rgb(204,104,91); }
H1.HeaderClassName
{
color: #CC685B;
}
.AnyTagClassName
{
color: #CC685B;
}
</style>
background-color css
<style>
a { background-color: #CC685B; }
a { background-color: rgb(204,104,91); }
div.DivClassName
{
background-color: #CC685B;
}
.BgClassName
{
background-color: #CC685B;
}
</style>
border-color css
<style>
span { border-color: #CC685B; }
span { border-color: rgb(204,104,91); }
td.TdClassName
{
border-color: #CC685B;
}
.TagClassName
{
border-color: #CC685B;
}
</style>