Shades of Sunglo #CC6750
Tints of Sunglo #CC6750
RGB
CMYK
RGB Variations
Color information
#CC6750 (or 0xCC6750) is known color: Sunglo. HEX triplet: CC, 67 and 50. RGB value is (204,103,80). Sum of RGB (Red+Green+Blue) = 204+103+80=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6750 is #3398AF. Grayscale: #828282. Windows color (decimal): -3381424 or 5269452. OLE color: 5269452.
HSL color Cylindrical-coordinate representation of color #CC6750: hue angle of 11.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC6750 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 80 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.2 |
| HSL | 11.13º | 0.55% | 0.56% | - |
| HSV(B) | 11.13º | 0.61% | 0.8% | - |
| XYZ | 31.2 | 23.12 | 10.41 | - |
| YUV | 130.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 80 | 0 | 0.50 | 0.61 | 0.2 | 11.13 | 0.55 | 0.56 |
| Hex | CC | 67 | 50 | 0 | 32 | 3D | 14 | B | 37 | 38 |
| Octal | 314 | 147 | 120 | 0 | 62 | 75 | 24 | 13 | 67 | 70 |
| Binary | 11001100 | 1100111 | 1010000 | 0 | 110010 | 111101 | 10100 | 1011 | 110111 | 111000 |
Color Harmonies of #CC6750
Complementary color
Monochromatic Colors of #CC6750
Black with #CC6750
Text Example
Text Example
White with #CC6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6750; }
p { color: rgb(204,103,80); }
H1.HeaderClassName
{
color: #CC6750;
}
.AnyTagClassName
{
color: #CC6750;
}
</style>
background-color css
<style>
a { background-color: #CC6750; }
a { background-color: rgb(204,103,80); }
div.DivClassName
{
background-color: #CC6750;
}
.BgClassName
{
background-color: #CC6750;
}
</style>
border-color css
<style>
span { border-color: #CC6750; }
span { border-color: rgb(204,103,80); }
td.TdClassName
{
border-color: #CC6750;
}
.TagClassName
{
border-color: #CC6750;
}
</style>