Shades of Sunglo #C85B50
Tints of Sunglo #C85B50
RGB
CMYK
RGB Variations
Color information
#C85B50 (or 0xC85B50) is known color: Sunglo. HEX triplet: C8, 5B and 50. RGB value is (200,91,80). Sum of RGB (Red+Green+Blue) = 200+91+80=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B50 is #37A4AF. Grayscale: #7A7A7A. Windows color (decimal): -3646640 or 5266376. OLE color: 5266376.
HSL color Cylindrical-coordinate representation of color #C85B50: hue angle of 5.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85B50 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 80 | - |
| CMYK | 0 | 0.54 | 0.6 | 0.22 |
| HSL | 5.5º | 0.52% | 0.55% | - |
| HSV(B) | 5.5º | 0.6% | 0.78% | - |
| XYZ | 29.01 | 20.34 | 9.99 | - |
| YUV | 122.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 80 | 0 | 0.54 | 0.6 | 0.22 | 5.5 | 0.52 | 0.55 |
| Hex | C8 | 5B | 50 | 0 | 36 | 3C | 16 | 6 | 34 | 37 |
| Octal | 310 | 133 | 120 | 0 | 66 | 74 | 26 | 6 | 64 | 67 |
| Binary | 11001000 | 1011011 | 1010000 | 0 | 110110 | 111100 | 10110 | 110 | 110100 | 110111 |
Color Harmonies of #C85B50
Complementary color
Monochromatic Colors of #C85B50
Black with #C85B50
Text Example
Text Example
White with #C85B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B50; }
p { color: rgb(200,91,80); }
H1.HeaderClassName
{
color: #C85B50;
}
.AnyTagClassName
{
color: #C85B50;
}
</style>
background-color css
<style>
a { background-color: #C85B50; }
a { background-color: rgb(200,91,80); }
div.DivClassName
{
background-color: #C85B50;
}
.BgClassName
{
background-color: #C85B50;
}
</style>
border-color css
<style>
span { border-color: #C85B50; }
span { border-color: rgb(200,91,80); }
td.TdClassName
{
border-color: #C85B50;
}
.TagClassName
{
border-color: #C85B50;
}
</style>