Shades of Sunglo #CC6454
Tints of Sunglo #CC6454
RGB
CMYK
RGB Variations
Color information
#CC6454 (or 0xCC6454) is known color: Sunglo. HEX triplet: CC, 64 and 54. RGB value is (204,100,84). Sum of RGB (Red+Green+Blue) = 204+100+84=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6454 is #339BAB. Grayscale: #818181. Windows color (decimal): -3382188 or 5530828. OLE color: 5530828.
HSL color Cylindrical-coordinate representation of color #CC6454: hue angle of 8º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC6454 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 84 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.2 |
| HSL | 8º | 0.54% | 0.56% | - |
| HSV(B) | 8º | 0.59% | 0.8% | - |
| XYZ | 31.06 | 22.59 | 11.11 | - |
| YUV | 129.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 84 | 0 | 0.51 | 0.59 | 0.2 | 8 | 0.54 | 0.56 |
| Hex | CC | 64 | 54 | 0 | 33 | 3B | 14 | 8 | 36 | 38 |
| Octal | 314 | 144 | 124 | 0 | 63 | 73 | 24 | 10 | 66 | 70 |
| Binary | 11001100 | 1100100 | 1010100 | 0 | 110011 | 111011 | 10100 | 1000 | 110110 | 111000 |
Color Harmonies of #CC6454
Complementary color
Monochromatic Colors of #CC6454
Black with #CC6454
Text Example
Text Example
White with #CC6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6454; }
p { color: rgb(204,100,84); }
H1.HeaderClassName
{
color: #CC6454;
}
.AnyTagClassName
{
color: #CC6454;
}
</style>
background-color css
<style>
a { background-color: #CC6454; }
a { background-color: rgb(204,100,84); }
div.DivClassName
{
background-color: #CC6454;
}
.BgClassName
{
background-color: #CC6454;
}
</style>
border-color css
<style>
span { border-color: #CC6454; }
span { border-color: rgb(204,100,84); }
td.TdClassName
{
border-color: #CC6454;
}
.TagClassName
{
border-color: #CC6454;
}
</style>