Shades of Sunglo #C46B5B
Tints of Sunglo #C46B5B
RGB
CMYK
RGB Variations
Color information
#C46B5B (or 0xC46B5B) is known color: Sunglo. HEX triplet: C4, 6B and 5B. RGB value is (196,107,91). Sum of RGB (Red+Green+Blue) = 196+107+91=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B5B is #3B94A4. Grayscale: #838383. Windows color (decimal): -3904677 or 5991364. OLE color: 5991364.
HSL color Cylindrical-coordinate representation of color #C46B5B: hue angle of 9.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46B5B is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 91 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.23 |
| HSL | 9.14º | 0.47% | 0.56% | - |
| HSV(B) | 9.14º | 0.54% | 0.77% | - |
| XYZ | 29.91 | 23.01 | 12.76 | - |
| YUV | 131.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 91 | 0 | 0.45 | 0.54 | 0.23 | 9.14 | 0.47 | 0.56 |
| Hex | C4 | 6B | 5B | 0 | 2D | 36 | 17 | 9 | 2F | 38 |
| Octal | 304 | 153 | 133 | 0 | 55 | 66 | 27 | 11 | 57 | 70 |
| Binary | 11000100 | 1101011 | 1011011 | 0 | 101101 | 110110 | 10111 | 1001 | 101111 | 111000 |
Color Harmonies of #C46B5B
Complementary color
Monochromatic Colors of #C46B5B
Black with #C46B5B
Text Example
Text Example
White with #C46B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B5B; }
p { color: rgb(196,107,91); }
H1.HeaderClassName
{
color: #C46B5B;
}
.AnyTagClassName
{
color: #C46B5B;
}
</style>
background-color css
<style>
a { background-color: #C46B5B; }
a { background-color: rgb(196,107,91); }
div.DivClassName
{
background-color: #C46B5B;
}
.BgClassName
{
background-color: #C46B5B;
}
</style>
border-color css
<style>
span { border-color: #C46B5B; }
span { border-color: rgb(196,107,91); }
td.TdClassName
{
border-color: #C46B5B;
}
.TagClassName
{
border-color: #C46B5B;
}
</style>