Shades of Sunglo #C26151
Tints of Sunglo #C26151
RGB
CMYK
RGB Variations
Color information
#C26151 (or 0xC26151) is known color: Sunglo. HEX triplet: C2, 61 and 51. RGB value is (194,97,81). Sum of RGB (Red+Green+Blue) = 194+97+81=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C26151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26151 is #3D9EAE. Grayscale: #7C7C7C. Windows color (decimal): -4038319 or 5333442. OLE color: 5333442.
HSL color Cylindrical-coordinate representation of color #C26151: hue angle of 8.5º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C26151 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 81 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.24 |
| HSL | 8.5º | 0.48% | 0.54% | - |
| HSV(B) | 8.5º | 0.58% | 0.76% | - |
| XYZ | 28.01 | 20.61 | 10.29 | - |
| YUV | 124.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 81 | 0 | 0.50 | 0.58 | 0.24 | 8.5 | 0.48 | 0.54 |
| Hex | C2 | 61 | 51 | 0 | 32 | 3A | 18 | 8 | 30 | 36 |
| Octal | 302 | 141 | 121 | 0 | 62 | 72 | 30 | 10 | 60 | 66 |
| Binary | 11000010 | 1100001 | 1010001 | 0 | 110010 | 111010 | 11000 | 1000 | 110000 | 110110 |
Color Harmonies of #C26151
Complementary color
Monochromatic Colors of #C26151
Black with #C26151
Text Example
Text Example
White with #C26151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26151; }
p { color: rgb(194,97,81); }
H1.HeaderClassName
{
color: #C26151;
}
.AnyTagClassName
{
color: #C26151;
}
</style>
background-color css
<style>
a { background-color: #C26151; }
a { background-color: rgb(194,97,81); }
div.DivClassName
{
background-color: #C26151;
}
.BgClassName
{
background-color: #C26151;
}
</style>
border-color css
<style>
span { border-color: #C26151; }
span { border-color: rgb(194,97,81); }
td.TdClassName
{
border-color: #C26151;
}
.TagClassName
{
border-color: #C26151;
}
</style>