Shades of Sunglo #C65B50
Tints of Sunglo #C65B50
RGB
CMYK
RGB Variations
Color information
#C65B50 (or 0xC65B50) is known color: Sunglo. HEX triplet: C6, 5B and 50. RGB value is (198,91,80). Sum of RGB (Red+Green+Blue) = 198+91+80=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B50 is #39A4AF. Grayscale: #797979. Windows color (decimal): -3777712 or 5266374. OLE color: 5266374.
HSL color Cylindrical-coordinate representation of color #C65B50: hue angle of 5.59º degrees, saturation: 0.51, 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 #C65B50 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 80 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.22 |
| HSL | 5.59º | 0.51% | 0.55% | - |
| HSV(B) | 5.59º | 0.6% | 0.78% | - |
| XYZ | 28.48 | 20.07 | 9.96 | - |
| YUV | 121.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 80 | 0 | 0.54 | 0.60 | 0.22 | 5.59 | 0.51 | 0.55 |
| Hex | C6 | 5B | 50 | 0 | 36 | 3C | 16 | 6 | 33 | 37 |
| Octal | 306 | 133 | 120 | 0 | 66 | 74 | 26 | 6 | 63 | 67 |
| Binary | 11000110 | 1011011 | 1010000 | 0 | 110110 | 111100 | 10110 | 110 | 110011 | 110111 |
Color Harmonies of #C65B50
Complementary color
Monochromatic Colors of #C65B50
Black with #C65B50
Text Example
Text Example
White with #C65B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B50; }
p { color: rgb(198,91,80); }
H1.HeaderClassName
{
color: #C65B50;
}
.AnyTagClassName
{
color: #C65B50;
}
</style>
background-color css
<style>
a { background-color: #C65B50; }
a { background-color: rgb(198,91,80); }
div.DivClassName
{
background-color: #C65B50;
}
.BgClassName
{
background-color: #C65B50;
}
</style>
border-color css
<style>
span { border-color: #C65B50; }
span { border-color: rgb(198,91,80); }
td.TdClassName
{
border-color: #C65B50;
}
.TagClassName
{
border-color: #C65B50;
}
</style>