Shades of Sunglo #CC6956
Tints of Sunglo #CC6956
RGB
CMYK
RGB Variations
Color information
#CC6956 (or 0xCC6956) is known color: Sunglo. HEX triplet: CC, 69 and 56. RGB value is (204,105,86). Sum of RGB (Red+Green+Blue) = 204+105+86=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6956 is #3396A9. Grayscale: #848484. Windows color (decimal): -3380906 or 5663180. OLE color: 5663180.
HSL color Cylindrical-coordinate representation of color #CC6956: hue angle of 9.66º 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 #CC6956 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 86 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.2 |
| HSL | 9.66º | 0.54% | 0.57% | - |
| HSV(B) | 9.66º | 0.58% | 0.8% | - |
| XYZ | 31.63 | 23.61 | 11.69 | - |
| YUV | 132.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 86 | 0 | 0.49 | 0.58 | 0.2 | 9.66 | 0.54 | 0.57 |
| Hex | CC | 69 | 56 | 0 | 31 | 3A | 14 | A | 36 | 39 |
| Octal | 314 | 151 | 126 | 0 | 61 | 72 | 24 | 12 | 66 | 71 |
| Binary | 11001100 | 1101001 | 1010110 | 0 | 110001 | 111010 | 10100 | 1010 | 110110 | 111001 |
Color Harmonies of #CC6956
Complementary color
Monochromatic Colors of #CC6956
Black with #CC6956
Text Example
Text Example
White with #CC6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6956; }
p { color: rgb(204,105,86); }
H1.HeaderClassName
{
color: #CC6956;
}
.AnyTagClassName
{
color: #CC6956;
}
</style>
background-color css
<style>
a { background-color: #CC6956; }
a { background-color: rgb(204,105,86); }
div.DivClassName
{
background-color: #CC6956;
}
.BgClassName
{
background-color: #CC6956;
}
</style>
border-color css
<style>
span { border-color: #CC6956; }
span { border-color: rgb(204,105,86); }
td.TdClassName
{
border-color: #CC6956;
}
.TagClassName
{
border-color: #CC6956;
}
</style>