Shades of Sunglo #CC6654
Tints of Sunglo #CC6654
RGB
CMYK
RGB Variations
Color information
#CC6654 (or 0xCC6654) is known color: Sunglo. HEX triplet: CC, 66 and 54. RGB value is (204,102,84). Sum of RGB (Red+Green+Blue) = 204+102+84=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6654 is #3399AB. Grayscale: #828282. Windows color (decimal): -3381676 or 5531340. OLE color: 5531340.
HSL color Cylindrical-coordinate representation of color #CC6654: hue angle of 9º 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 #CC6654 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 84 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.2 |
| HSL | 9º | 0.54% | 0.56% | - |
| HSV(B) | 9º | 0.59% | 0.8% | - |
| XYZ | 31.25 | 22.98 | 11.18 | - |
| YUV | 130.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 84 | 0 | 0.5 | 0.59 | 0.2 | 9 | 0.54 | 0.56 |
| Hex | CC | 66 | 54 | 0 | 32 | 3B | 14 | 9 | 36 | 38 |
| Octal | 314 | 146 | 124 | 0 | 62 | 73 | 24 | 11 | 66 | 70 |
| Binary | 11001100 | 1100110 | 1010100 | 0 | 110010 | 111011 | 10100 | 1001 | 110110 | 111000 |
Color Harmonies of #CC6654
Complementary color
Monochromatic Colors of #CC6654
Black with #CC6654
Text Example
Text Example
White with #CC6654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6654; }
p { color: rgb(204,102,84); }
H1.HeaderClassName
{
color: #CC6654;
}
.AnyTagClassName
{
color: #CC6654;
}
</style>
background-color css
<style>
a { background-color: #CC6654; }
a { background-color: rgb(204,102,84); }
div.DivClassName
{
background-color: #CC6654;
}
.BgClassName
{
background-color: #CC6654;
}
</style>
border-color css
<style>
span { border-color: #CC6654; }
span { border-color: rgb(204,102,84); }
td.TdClassName
{
border-color: #CC6654;
}
.TagClassName
{
border-color: #CC6654;
}
</style>