Shades of Sunglo #C2624F
Tints of Sunglo #C2624F
RGB
CMYK
RGB Variations
Color information
#C2624F (or 0xC2624F) is known color: Sunglo. HEX triplet: C2, 62 and 4F. RGB value is (194,98,79). Sum of RGB (Red+Green+Blue) = 194+98+79=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2624F is #3D9DB0. Grayscale: #7C7C7C. Windows color (decimal): -4038065 or 5202626. OLE color: 5202626.
HSL color Cylindrical-coordinate representation of color #C2624F: hue angle of 9.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2624F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 79 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.24 |
| HSL | 9.91º | 0.49% | 0.54% | - |
| HSV(B) | 9.91º | 0.59% | 0.76% | - |
| XYZ | 28.03 | 20.77 | 9.93 | - |
| YUV | 124.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 79 | 0 | 0.49 | 0.59 | 0.24 | 9.91 | 0.49 | 0.54 |
| Hex | C2 | 62 | 4F | 0 | 31 | 3B | 18 | A | 31 | 36 |
| Octal | 302 | 142 | 117 | 0 | 61 | 73 | 30 | 12 | 61 | 66 |
| Binary | 11000010 | 1100010 | 1001111 | 0 | 110001 | 111011 | 11000 | 1010 | 110001 | 110110 |
Color Harmonies of #C2624F
Complementary color
Monochromatic Colors of #C2624F
Black with #C2624F
Text Example
Text Example
White with #C2624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2624F; }
p { color: rgb(194,98,79); }
H1.HeaderClassName
{
color: #C2624F;
}
.AnyTagClassName
{
color: #C2624F;
}
</style>
background-color css
<style>
a { background-color: #C2624F; }
a { background-color: rgb(194,98,79); }
div.DivClassName
{
background-color: #C2624F;
}
.BgClassName
{
background-color: #C2624F;
}
</style>
border-color css
<style>
span { border-color: #C2624F; }
span { border-color: rgb(194,98,79); }
td.TdClassName
{
border-color: #C2624F;
}
.TagClassName
{
border-color: #C2624F;
}
</style>