Shades of Sunglo #C4625C
Tints of Sunglo #C4625C
RGB
CMYK
RGB Variations
Color information
#C4625C (or 0xC4625C) is known color: Sunglo. HEX triplet: C4, 62 and 5C. RGB value is (196,98,92). Sum of RGB (Red+Green+Blue) = 196+98+92=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4625C is #3B9DA3. Grayscale: #7E7E7E. Windows color (decimal): -3906980 or 6054596. OLE color: 6054596.
HSL color Cylindrical-coordinate representation of color #C4625C: hue angle of 3.46º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4625C is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 92 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.23 |
| HSL | 3.46º | 0.47% | 0.56% | - |
| HSV(B) | 3.46º | 0.53% | 0.77% | - |
| XYZ | 29.06 | 21.24 | 12.69 | - |
| YUV | 126.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 92 | 0 | 0.5 | 0.53 | 0.23 | 3.46 | 0.47 | 0.56 |
| Hex | C4 | 62 | 5C | 0 | 32 | 35 | 17 | 3 | 2F | 38 |
| Octal | 304 | 142 | 134 | 0 | 62 | 65 | 27 | 3 | 57 | 70 |
| Binary | 11000100 | 1100010 | 1011100 | 0 | 110010 | 110101 | 10111 | 11 | 101111 | 111000 |
Color Harmonies of #C4625C
Complementary color
Monochromatic Colors of #C4625C
Black with #C4625C
Text Example
Text Example
White with #C4625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4625C; }
p { color: rgb(196,98,92); }
H1.HeaderClassName
{
color: #C4625C;
}
.AnyTagClassName
{
color: #C4625C;
}
</style>
background-color css
<style>
a { background-color: #C4625C; }
a { background-color: rgb(196,98,92); }
div.DivClassName
{
background-color: #C4625C;
}
.BgClassName
{
background-color: #C4625C;
}
</style>
border-color css
<style>
span { border-color: #C4625C; }
span { border-color: rgb(196,98,92); }
td.TdClassName
{
border-color: #C4625C;
}
.TagClassName
{
border-color: #C4625C;
}
</style>