Shades of Sunglo #C46752
Tints of Sunglo #C46752
RGB
CMYK
RGB Variations
Color information
#C46752 (or 0xC46752) is known color: Sunglo. HEX triplet: C4, 67 and 52. RGB value is (196,103,82). Sum of RGB (Red+Green+Blue) = 196+103+82=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C46752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46752 is #3B98AD. Grayscale: #808080. Windows color (decimal): -3905710 or 5400516. OLE color: 5400516.
HSL color Cylindrical-coordinate representation of color #C46752: hue angle of 11.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46752 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 82 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.23 |
| HSL | 11.05º | 0.49% | 0.55% | - |
| HSV(B) | 11.05º | 0.58% | 0.77% | - |
| XYZ | 29.14 | 22.05 | 10.7 | - |
| YUV | 128.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 82 | 0 | 0.47 | 0.58 | 0.23 | 11.05 | 0.49 | 0.55 |
| Hex | C4 | 67 | 52 | 0 | 2F | 3A | 17 | B | 31 | 37 |
| Octal | 304 | 147 | 122 | 0 | 57 | 72 | 27 | 13 | 61 | 67 |
| Binary | 11000100 | 1100111 | 1010010 | 0 | 101111 | 111010 | 10111 | 1011 | 110001 | 110111 |
Color Harmonies of #C46752
Complementary color
Monochromatic Colors of #C46752
Black with #C46752
Text Example
Text Example
White with #C46752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46752; }
p { color: rgb(196,103,82); }
H1.HeaderClassName
{
color: #C46752;
}
.AnyTagClassName
{
color: #C46752;
}
</style>
background-color css
<style>
a { background-color: #C46752; }
a { background-color: rgb(196,103,82); }
div.DivClassName
{
background-color: #C46752;
}
.BgClassName
{
background-color: #C46752;
}
</style>
border-color css
<style>
span { border-color: #C46752; }
span { border-color: rgb(196,103,82); }
td.TdClassName
{
border-color: #C46752;
}
.TagClassName
{
border-color: #C46752;
}
</style>