Shades of Sunglo #C2625A
Tints of Sunglo #C2625A
RGB
CMYK
RGB Variations
Color information
#C2625A (or 0xC2625A) is known color: Sunglo. HEX triplet: C2, 62 and 5A. RGB value is (194,98,90). Sum of RGB (Red+Green+Blue) = 194+98+90=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2625A is #3D9DA5. Grayscale: #7D7D7D. Windows color (decimal): -4038054 or 5923522. OLE color: 5923522.
HSL color Cylindrical-coordinate representation of color #C2625A: hue angle of 4.62º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2625A is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 90 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.24 |
| HSL | 4.62º | 0.46% | 0.56% | - |
| HSV(B) | 4.62º | 0.54% | 0.76% | - |
| XYZ | 28.46 | 20.94 | 12.22 | - |
| YUV | 125.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 90 | 0 | 0.49 | 0.54 | 0.24 | 4.62 | 0.46 | 0.56 |
| Hex | C2 | 62 | 5A | 0 | 31 | 36 | 18 | 5 | 2E | 38 |
| Octal | 302 | 142 | 132 | 0 | 61 | 66 | 30 | 5 | 56 | 70 |
| Binary | 11000010 | 1100010 | 1011010 | 0 | 110001 | 110110 | 11000 | 101 | 101110 | 111000 |
Color Harmonies of #C2625A
Complementary color
Monochromatic Colors of #C2625A
Black with #C2625A
Text Example
Text Example
White with #C2625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2625A; }
p { color: rgb(194,98,90); }
H1.HeaderClassName
{
color: #C2625A;
}
.AnyTagClassName
{
color: #C2625A;
}
</style>
background-color css
<style>
a { background-color: #C2625A; }
a { background-color: rgb(194,98,90); }
div.DivClassName
{
background-color: #C2625A;
}
.BgClassName
{
background-color: #C2625A;
}
</style>
border-color css
<style>
span { border-color: #C2625A; }
span { border-color: rgb(194,98,90); }
td.TdClassName
{
border-color: #C2625A;
}
.TagClassName
{
border-color: #C2625A;
}
</style>