Shades of Sunglo #CC6250
Tints of Sunglo #CC6250
RGB
CMYK
RGB Variations
Color information
#CC6250 (or 0xCC6250) is known color: Sunglo. HEX triplet: CC, 62 and 50. RGB value is (204,98,80). Sum of RGB (Red+Green+Blue) = 204+98+80=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6250 is #339DAF. Grayscale: #7F7F7F. Windows color (decimal): -3382704 or 5268172. OLE color: 5268172.
HSL color Cylindrical-coordinate representation of color #CC6250: hue angle of 8.71º 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 #CC6250 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 80 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.2 |
| HSL | 8.71º | 0.55% | 0.56% | - |
| HSV(B) | 8.71º | 0.61% | 0.8% | - |
| XYZ | 30.72 | 22.15 | 10.25 | - |
| YUV | 127.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 80 | 0 | 0.52 | 0.61 | 0.2 | 8.71 | 0.55 | 0.56 |
| Hex | CC | 62 | 50 | 0 | 34 | 3D | 14 | 9 | 37 | 38 |
| Octal | 314 | 142 | 120 | 0 | 64 | 75 | 24 | 11 | 67 | 70 |
| Binary | 11001100 | 1100010 | 1010000 | 0 | 110100 | 111101 | 10100 | 1001 | 110111 | 111000 |
Color Harmonies of #CC6250
Complementary color
Monochromatic Colors of #CC6250
Black with #CC6250
Text Example
Text Example
White with #CC6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6250; }
p { color: rgb(204,98,80); }
H1.HeaderClassName
{
color: #CC6250;
}
.AnyTagClassName
{
color: #CC6250;
}
</style>
background-color css
<style>
a { background-color: #CC6250; }
a { background-color: rgb(204,98,80); }
div.DivClassName
{
background-color: #CC6250;
}
.BgClassName
{
background-color: #CC6250;
}
</style>
border-color css
<style>
span { border-color: #CC6250; }
span { border-color: rgb(204,98,80); }
td.TdClassName
{
border-color: #CC6250;
}
.TagClassName
{
border-color: #CC6250;
}
</style>