Shades of Sunglo #C2625C
Tints of Sunglo #C2625C
RGB
CMYK
RGB Variations
Color information
#C2625C (or 0xC2625C) is known color: Sunglo. HEX triplet: C2, 62 and 5C. RGB value is (194,98,92). Sum of RGB (Red+Green+Blue) = 194+98+92=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2625C is #3D9DA3. Grayscale: #7E7E7E. Windows color (decimal): -4038052 or 6054594. OLE color: 6054594.
HSL color Cylindrical-coordinate representation of color #C2625C: hue angle of 3.53º 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 #C2625C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 92 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.24 |
| HSL | 3.53º | 0.46% | 0.56% | - |
| HSV(B) | 3.53º | 0.53% | 0.76% | - |
| XYZ | 28.55 | 20.98 | 12.67 | - |
| YUV | 126.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 92 | 0 | 0.49 | 0.53 | 0.24 | 3.53 | 0.46 | 0.56 |
| Hex | C2 | 62 | 5C | 0 | 31 | 35 | 18 | 4 | 2E | 38 |
| Octal | 302 | 142 | 134 | 0 | 61 | 65 | 30 | 4 | 56 | 70 |
| Binary | 11000010 | 1100010 | 1011100 | 0 | 110001 | 110101 | 11000 | 100 | 101110 | 111000 |
Color Harmonies of #C2625C
Complementary color
Monochromatic Colors of #C2625C
Black with #C2625C
Text Example
Text Example
White with #C2625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2625C; }
p { color: rgb(194,98,92); }
H1.HeaderClassName
{
color: #C2625C;
}
.AnyTagClassName
{
color: #C2625C;
}
</style>
background-color css
<style>
a { background-color: #C2625C; }
a { background-color: rgb(194,98,92); }
div.DivClassName
{
background-color: #C2625C;
}
.BgClassName
{
background-color: #C2625C;
}
</style>
border-color css
<style>
span { border-color: #C2625C; }
span { border-color: rgb(194,98,92); }
td.TdClassName
{
border-color: #C2625C;
}
.TagClassName
{
border-color: #C2625C;
}
</style>