Shades of Sunglo #C2625B
Tints of Sunglo #C2625B
RGB
CMYK
RGB Variations
Color information
#C2625B (or 0xC2625B) is known color: Sunglo. HEX triplet: C2, 62 and 5B. RGB value is (194,98,91). Sum of RGB (Red+Green+Blue) = 194+98+91=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2625B is #3D9DA4. Grayscale: #7E7E7E. Windows color (decimal): -4038053 or 5989058. OLE color: 5989058.
HSL color Cylindrical-coordinate representation of color #C2625B: hue angle of 4.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2625B is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 91 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.24 |
| HSL | 4.08º | 0.46% | 0.56% | - |
| HSV(B) | 4.08º | 0.53% | 0.76% | - |
| XYZ | 28.5 | 20.96 | 12.44 | - |
| YUV | 125.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 91 | 0 | 0.49 | 0.53 | 0.24 | 4.08 | 0.46 | 0.56 |
| Hex | C2 | 62 | 5B | 0 | 31 | 35 | 18 | 4 | 2E | 38 |
| Octal | 302 | 142 | 133 | 0 | 61 | 65 | 30 | 4 | 56 | 70 |
| Binary | 11000010 | 1100010 | 1011011 | 0 | 110001 | 110101 | 11000 | 100 | 101110 | 111000 |
Color Harmonies of #C2625B
Complementary color
Monochromatic Colors of #C2625B
Black with #C2625B
Text Example
Text Example
White with #C2625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2625B; }
p { color: rgb(194,98,91); }
H1.HeaderClassName
{
color: #C2625B;
}
.AnyTagClassName
{
color: #C2625B;
}
</style>
background-color css
<style>
a { background-color: #C2625B; }
a { background-color: rgb(194,98,91); }
div.DivClassName
{
background-color: #C2625B;
}
.BgClassName
{
background-color: #C2625B;
}
</style>
border-color css
<style>
span { border-color: #C2625B; }
span { border-color: rgb(194,98,91); }
td.TdClassName
{
border-color: #C2625B;
}
.TagClassName
{
border-color: #C2625B;
}
</style>