Shades of Sunglo #CC6355
Tints of Sunglo #CC6355
RGB
CMYK
RGB Variations
Color information
#CC6355 (or 0xCC6355) is known color: Sunglo. HEX triplet: CC, 63 and 55. RGB value is (204,99,85). Sum of RGB (Red+Green+Blue) = 204+99+85=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6355 is #339CAA. Grayscale: #808080. Windows color (decimal): -3382443 or 5596108. OLE color: 5596108.
HSL color Cylindrical-coordinate representation of color #CC6355: hue angle of 7.06º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6355 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 85 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.2 |
| HSL | 7.06º | 0.54% | 0.57% | - |
| HSV(B) | 7.06º | 0.58% | 0.8% | - |
| XYZ | 31 | 22.42 | 11.29 | - |
| YUV | 128.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 85 | 0 | 0.51 | 0.58 | 0.2 | 7.06 | 0.54 | 0.57 |
| Hex | CC | 63 | 55 | 0 | 33 | 3A | 14 | 7 | 36 | 39 |
| Octal | 314 | 143 | 125 | 0 | 63 | 72 | 24 | 7 | 66 | 71 |
| Binary | 11001100 | 1100011 | 1010101 | 0 | 110011 | 111010 | 10100 | 111 | 110110 | 111001 |
Color Harmonies of #CC6355
Complementary color
Monochromatic Colors of #CC6355
Black with #CC6355
Text Example
Text Example
White with #CC6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6355; }
p { color: rgb(204,99,85); }
H1.HeaderClassName
{
color: #CC6355;
}
.AnyTagClassName
{
color: #CC6355;
}
</style>
background-color css
<style>
a { background-color: #CC6355; }
a { background-color: rgb(204,99,85); }
div.DivClassName
{
background-color: #CC6355;
}
.BgClassName
{
background-color: #CC6355;
}
</style>
border-color css
<style>
span { border-color: #CC6355; }
span { border-color: rgb(204,99,85); }
td.TdClassName
{
border-color: #CC6355;
}
.TagClassName
{
border-color: #CC6355;
}
</style>