Shades of Sunglo #C26250
Tints of Sunglo #C26250
RGB
CMYK
RGB Variations
Color information
#C26250 (or 0xC26250) is known color: Sunglo. HEX triplet: C2, 62 and 50. RGB value is (194,98,80). Sum of RGB (Red+Green+Blue) = 194+98+80=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C26250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26250 is #3D9DAF. Grayscale: #7C7C7C. Windows color (decimal): -4038064 or 5268162. OLE color: 5268162.
HSL color Cylindrical-coordinate representation of color #C26250: hue angle of 9.47º 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 #C26250 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 80 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.24 |
| HSL | 9.47º | 0.48% | 0.54% | - |
| HSV(B) | 9.47º | 0.59% | 0.76% | - |
| XYZ | 28.06 | 20.78 | 10.12 | - |
| YUV | 124.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 80 | 0 | 0.49 | 0.59 | 0.24 | 9.47 | 0.48 | 0.54 |
| Hex | C2 | 62 | 50 | 0 | 31 | 3B | 18 | 9 | 30 | 36 |
| Octal | 302 | 142 | 120 | 0 | 61 | 73 | 30 | 11 | 60 | 66 |
| Binary | 11000010 | 1100010 | 1010000 | 0 | 110001 | 111011 | 11000 | 1001 | 110000 | 110110 |
Color Harmonies of #C26250
Complementary color
Monochromatic Colors of #C26250
Black with #C26250
Text Example
Text Example
White with #C26250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26250; }
p { color: rgb(194,98,80); }
H1.HeaderClassName
{
color: #C26250;
}
.AnyTagClassName
{
color: #C26250;
}
</style>
background-color css
<style>
a { background-color: #C26250; }
a { background-color: rgb(194,98,80); }
div.DivClassName
{
background-color: #C26250;
}
.BgClassName
{
background-color: #C26250;
}
</style>
border-color css
<style>
span { border-color: #C26250; }
span { border-color: rgb(194,98,80); }
td.TdClassName
{
border-color: #C26250;
}
.TagClassName
{
border-color: #C26250;
}
</style>