Shades of Sunglo #C46952
Tints of Sunglo #C46952
RGB
CMYK
RGB Variations
Color information
#C46952 (or 0xC46952) is known color: Sunglo. HEX triplet: C4, 69 and 52. RGB value is (196,105,82). Sum of RGB (Red+Green+Blue) = 196+105+82=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46952 is #3B96AD. Grayscale: #818181. Windows color (decimal): -3905198 or 5401028. OLE color: 5401028.
HSL color Cylindrical-coordinate representation of color #C46952: hue angle of 12.11º 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 #C46952 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 82 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.23 |
| HSL | 12.11º | 0.49% | 0.55% | - |
| HSV(B) | 12.11º | 0.58% | 0.77% | - |
| XYZ | 29.34 | 22.45 | 10.77 | - |
| YUV | 129.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 82 | 0 | 0.46 | 0.58 | 0.23 | 12.11 | 0.49 | 0.55 |
| Hex | C4 | 69 | 52 | 0 | 2E | 3A | 17 | C | 31 | 37 |
| Octal | 304 | 151 | 122 | 0 | 56 | 72 | 27 | 14 | 61 | 67 |
| Binary | 11000100 | 1101001 | 1010010 | 0 | 101110 | 111010 | 10111 | 1100 | 110001 | 110111 |
Color Harmonies of #C46952
Complementary color
Monochromatic Colors of #C46952
Black with #C46952
Text Example
Text Example
White with #C46952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46952; }
p { color: rgb(196,105,82); }
H1.HeaderClassName
{
color: #C46952;
}
.AnyTagClassName
{
color: #C46952;
}
</style>
background-color css
<style>
a { background-color: #C46952; }
a { background-color: rgb(196,105,82); }
div.DivClassName
{
background-color: #C46952;
}
.BgClassName
{
background-color: #C46952;
}
</style>
border-color css
<style>
span { border-color: #C46952; }
span { border-color: rgb(196,105,82); }
td.TdClassName
{
border-color: #C46952;
}
.TagClassName
{
border-color: #C46952;
}
</style>