Shades of Sunglo #C26156
Tints of Sunglo #C26156
RGB
CMYK
RGB Variations
Color information
#C26156 (or 0xC26156) is known color: Sunglo. HEX triplet: C2, 61 and 56. RGB value is (194,97,86). Sum of RGB (Red+Green+Blue) = 194+97+86=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C26156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26156 is #3D9EA9. Grayscale: #7C7C7C. Windows color (decimal): -4038314 or 5661122. OLE color: 5661122.
HSL color Cylindrical-coordinate representation of color #C26156: hue angle of 6.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26156 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 86 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.24 |
| HSL | 6.11º | 0.47% | 0.55% | - |
| HSV(B) | 6.11º | 0.56% | 0.76% | - |
| XYZ | 28.2 | 20.69 | 11.31 | - |
| YUV | 124.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 86 | 0 | 0.50 | 0.56 | 0.24 | 6.11 | 0.47 | 0.55 |
| Hex | C2 | 61 | 56 | 0 | 32 | 38 | 18 | 6 | 2F | 37 |
| Octal | 302 | 141 | 126 | 0 | 62 | 70 | 30 | 6 | 57 | 67 |
| Binary | 11000010 | 1100001 | 1010110 | 0 | 110010 | 111000 | 11000 | 110 | 101111 | 110111 |
Color Harmonies of #C26156
Complementary color
Monochromatic Colors of #C26156
Black with #C26156
Text Example
Text Example
White with #C26156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26156; }
p { color: rgb(194,97,86); }
H1.HeaderClassName
{
color: #C26156;
}
.AnyTagClassName
{
color: #C26156;
}
</style>
background-color css
<style>
a { background-color: #C26156; }
a { background-color: rgb(194,97,86); }
div.DivClassName
{
background-color: #C26156;
}
.BgClassName
{
background-color: #C26156;
}
</style>
border-color css
<style>
span { border-color: #C26156; }
span { border-color: rgb(194,97,86); }
td.TdClassName
{
border-color: #C26156;
}
.TagClassName
{
border-color: #C26156;
}
</style>