Shades of Sunglo #C26050
Tints of Sunglo #C26050
RGB
CMYK
RGB Variations
Color information
#C26050 (or 0xC26050) is known color: Sunglo. HEX triplet: C2, 60 and 50. RGB value is (194,96,80). Sum of RGB (Red+Green+Blue) = 194+96+80=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C26050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26050 is #3D9FAF. Grayscale: #7B7B7B. Windows color (decimal): -4038576 or 5267650. OLE color: 5267650.
HSL color Cylindrical-coordinate representation of color #C26050: hue angle of 8.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C26050 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 80 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.24 |
| HSL | 8.42º | 0.48% | 0.54% | - |
| HSV(B) | 8.42º | 0.59% | 0.76% | - |
| XYZ | 27.88 | 20.41 | 10.06 | - |
| YUV | 123.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 80 | 0 | 0.51 | 0.59 | 0.24 | 8.42 | 0.48 | 0.54 |
| Hex | C2 | 60 | 50 | 0 | 33 | 3B | 18 | 8 | 30 | 36 |
| Octal | 302 | 140 | 120 | 0 | 63 | 73 | 30 | 10 | 60 | 66 |
| Binary | 11000010 | 1100000 | 1010000 | 0 | 110011 | 111011 | 11000 | 1000 | 110000 | 110110 |
Color Harmonies of #C26050
Complementary color
Monochromatic Colors of #C26050
Black with #C26050
Text Example
Text Example
White with #C26050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26050; }
p { color: rgb(194,96,80); }
H1.HeaderClassName
{
color: #C26050;
}
.AnyTagClassName
{
color: #C26050;
}
</style>
background-color css
<style>
a { background-color: #C26050; }
a { background-color: rgb(194,96,80); }
div.DivClassName
{
background-color: #C26050;
}
.BgClassName
{
background-color: #C26050;
}
</style>
border-color css
<style>
span { border-color: #C26050; }
span { border-color: rgb(194,96,80); }
td.TdClassName
{
border-color: #C26050;
}
.TagClassName
{
border-color: #C26050;
}
</style>