Shades of Sunglo #CC6457
Tints of Sunglo #CC6457
RGB
CMYK
RGB Variations
Color information
#CC6457 (or 0xCC6457) is known color: Sunglo. HEX triplet: CC, 64 and 57. RGB value is (204,100,87). Sum of RGB (Red+Green+Blue) = 204+100+87=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6457 is #339BA8. Grayscale: #818181. Windows color (decimal): -3382185 or 5727436. OLE color: 5727436.
HSL color Cylindrical-coordinate representation of color #CC6457: hue angle of 6.67º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6457 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 87 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.2 |
| HSL | 6.67º | 0.53% | 0.57% | - |
| HSV(B) | 6.67º | 0.57% | 0.8% | - |
| XYZ | 31.18 | 22.64 | 11.74 | - |
| YUV | 129.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 87 | 0 | 0.51 | 0.57 | 0.2 | 6.67 | 0.53 | 0.57 |
| Hex | CC | 64 | 57 | 0 | 33 | 39 | 14 | 7 | 35 | 39 |
| Octal | 314 | 144 | 127 | 0 | 63 | 71 | 24 | 7 | 65 | 71 |
| Binary | 11001100 | 1100100 | 1010111 | 0 | 110011 | 111001 | 10100 | 111 | 110101 | 111001 |
Color Harmonies of #CC6457
Complementary color
Monochromatic Colors of #CC6457
Black with #CC6457
Text Example
Text Example
White with #CC6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6457; }
p { color: rgb(204,100,87); }
H1.HeaderClassName
{
color: #CC6457;
}
.AnyTagClassName
{
color: #CC6457;
}
</style>
background-color css
<style>
a { background-color: #CC6457; }
a { background-color: rgb(204,100,87); }
div.DivClassName
{
background-color: #CC6457;
}
.BgClassName
{
background-color: #CC6457;
}
</style>
border-color css
<style>
span { border-color: #CC6457; }
span { border-color: rgb(204,100,87); }
td.TdClassName
{
border-color: #CC6457;
}
.TagClassName
{
border-color: #CC6457;
}
</style>