Shades of Sunglo #CC6751
Tints of Sunglo #CC6751
RGB
CMYK
RGB Variations
Color information
#CC6751 (or 0xCC6751) is known color: Sunglo. HEX triplet: CC, 67 and 51. RGB value is (204,103,81). Sum of RGB (Red+Green+Blue) = 204+103+81=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6751 is #3398AE. Grayscale: #828282. Windows color (decimal): -3381423 or 5334988. OLE color: 5334988.
HSL color Cylindrical-coordinate representation of color #CC6751: hue angle of 10.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC6751 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 81 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.2 |
| HSL | 10.73º | 0.55% | 0.56% | - |
| HSV(B) | 10.73º | 0.6% | 0.8% | - |
| XYZ | 31.24 | 23.13 | 10.6 | - |
| YUV | 130.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 81 | 0 | 0.50 | 0.60 | 0.2 | 10.73 | 0.55 | 0.56 |
| Hex | CC | 67 | 51 | 0 | 32 | 3C | 14 | B | 37 | 38 |
| Octal | 314 | 147 | 121 | 0 | 62 | 74 | 24 | 13 | 67 | 70 |
| Binary | 11001100 | 1100111 | 1010001 | 0 | 110010 | 111100 | 10100 | 1011 | 110111 | 111000 |
Color Harmonies of #CC6751
Complementary color
Monochromatic Colors of #CC6751
Black with #CC6751
Text Example
Text Example
White with #CC6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6751; }
p { color: rgb(204,103,81); }
H1.HeaderClassName
{
color: #CC6751;
}
.AnyTagClassName
{
color: #CC6751;
}
</style>
background-color css
<style>
a { background-color: #CC6751; }
a { background-color: rgb(204,103,81); }
div.DivClassName
{
background-color: #CC6751;
}
.BgClassName
{
background-color: #CC6751;
}
</style>
border-color css
<style>
span { border-color: #CC6751; }
span { border-color: rgb(204,103,81); }
td.TdClassName
{
border-color: #CC6751;
}
.TagClassName
{
border-color: #CC6751;
}
</style>