Shades of Sunglo #C65B4E
Tints of Sunglo #C65B4E
RGB
CMYK
RGB Variations
Color information
#C65B4E (or 0xC65B4E) is known color: Sunglo. HEX triplet: C6, 5B and 4E. RGB value is (198,91,78). Sum of RGB (Red+Green+Blue) = 198+91+78=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B4E is #39A4B1. Grayscale: #797979. Windows color (decimal): -3777714 or 5135302. OLE color: 5135302.
HSL color Cylindrical-coordinate representation of color #C65B4E: hue angle of 6.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65B4E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 78 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.22 |
| HSL | 6.5º | 0.51% | 0.54% | - |
| HSV(B) | 6.5º | 0.61% | 0.78% | - |
| XYZ | 28.4 | 20.04 | 9.58 | - |
| YUV | 121.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 78 | 0 | 0.54 | 0.61 | 0.22 | 6.5 | 0.51 | 0.54 |
| Hex | C6 | 5B | 4E | 0 | 36 | 3D | 16 | 6 | 33 | 36 |
| Octal | 306 | 133 | 116 | 0 | 66 | 75 | 26 | 6 | 63 | 66 |
| Binary | 11000110 | 1011011 | 1001110 | 0 | 110110 | 111101 | 10110 | 110 | 110011 | 110110 |
Color Harmonies of #C65B4E
Complementary color
Monochromatic Colors of #C65B4E
Black with #C65B4E
Text Example
Text Example
White with #C65B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B4E; }
p { color: rgb(198,91,78); }
H1.HeaderClassName
{
color: #C65B4E;
}
.AnyTagClassName
{
color: #C65B4E;
}
</style>
background-color css
<style>
a { background-color: #C65B4E; }
a { background-color: rgb(198,91,78); }
div.DivClassName
{
background-color: #C65B4E;
}
.BgClassName
{
background-color: #C65B4E;
}
</style>
border-color css
<style>
span { border-color: #C65B4E; }
span { border-color: rgb(198,91,78); }
td.TdClassName
{
border-color: #C65B4E;
}
.TagClassName
{
border-color: #C65B4E;
}
</style>