Shades of Sunglo #C4634E
Tints of Sunglo #C4634E
RGB
CMYK
RGB Variations
Color information
#C4634E (or 0xC4634E) is known color: Sunglo. HEX triplet: C4, 63 and 4E. RGB value is (196,99,78). Sum of RGB (Red+Green+Blue) = 196+99+78=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4634E is #3B9CB1. Grayscale: #7D7D7D. Windows color (decimal): -3906738 or 5137348. OLE color: 5137348.
HSL color Cylindrical-coordinate representation of color #C4634E: hue angle of 10.68º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4634E is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 78 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.23 |
| HSL | 10.68º | 0.5% | 0.54% | - |
| HSV(B) | 10.68º | 0.6% | 0.77% | - |
| XYZ | 28.6 | 21.21 | 9.79 | - |
| YUV | 125.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 78 | 0 | 0.49 | 0.60 | 0.23 | 10.68 | 0.5 | 0.54 |
| Hex | C4 | 63 | 4E | 0 | 31 | 3C | 17 | B | 32 | 36 |
| Octal | 304 | 143 | 116 | 0 | 61 | 74 | 27 | 13 | 62 | 66 |
| Binary | 11000100 | 1100011 | 1001110 | 0 | 110001 | 111100 | 10111 | 1011 | 110010 | 110110 |
Color Harmonies of #C4634E
Complementary color
Monochromatic Colors of #C4634E
Black with #C4634E
Text Example
Text Example
White with #C4634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4634E; }
p { color: rgb(196,99,78); }
H1.HeaderClassName
{
color: #C4634E;
}
.AnyTagClassName
{
color: #C4634E;
}
</style>
background-color css
<style>
a { background-color: #C4634E; }
a { background-color: rgb(196,99,78); }
div.DivClassName
{
background-color: #C4634E;
}
.BgClassName
{
background-color: #C4634E;
}
</style>
border-color css
<style>
span { border-color: #C4634E; }
span { border-color: rgb(196,99,78); }
td.TdClassName
{
border-color: #C4634E;
}
.TagClassName
{
border-color: #C4634E;
}
</style>