Shades of Sunglo #CC624F
Tints of Sunglo #CC624F
RGB
CMYK
RGB Variations
Color information
#CC624F (or 0xCC624F) is known color: Sunglo. HEX triplet: CC, 62 and 4F. RGB value is (204,98,79). Sum of RGB (Red+Green+Blue) = 204+98+79=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC624F is #339DB0. Grayscale: #7F7F7F. Windows color (decimal): -3382705 or 5202636. OLE color: 5202636.
HSL color Cylindrical-coordinate representation of color #CC624F: hue angle of 9.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC624F is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 79 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.2 |
| HSL | 9.12º | 0.55% | 0.55% | - |
| HSV(B) | 9.12º | 0.61% | 0.8% | - |
| XYZ | 30.68 | 22.14 | 10.05 | - |
| YUV | 127.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 79 | 0 | 0.52 | 0.61 | 0.2 | 9.12 | 0.55 | 0.55 |
| Hex | CC | 62 | 4F | 0 | 34 | 3D | 14 | 9 | 37 | 37 |
| Octal | 314 | 142 | 117 | 0 | 64 | 75 | 24 | 11 | 67 | 67 |
| Binary | 11001100 | 1100010 | 1001111 | 0 | 110100 | 111101 | 10100 | 1001 | 110111 | 110111 |
Color Harmonies of #CC624F
Complementary color
Monochromatic Colors of #CC624F
Black with #CC624F
Text Example
Text Example
White with #CC624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC624F; }
p { color: rgb(204,98,79); }
H1.HeaderClassName
{
color: #CC624F;
}
.AnyTagClassName
{
color: #CC624F;
}
</style>
background-color css
<style>
a { background-color: #CC624F; }
a { background-color: rgb(204,98,79); }
div.DivClassName
{
background-color: #CC624F;
}
.BgClassName
{
background-color: #CC624F;
}
</style>
border-color css
<style>
span { border-color: #CC624F; }
span { border-color: rgb(204,98,79); }
td.TdClassName
{
border-color: #CC624F;
}
.TagClassName
{
border-color: #CC624F;
}
</style>