Shades of Sunglo #C26255
Tints of Sunglo #C26255
RGB
CMYK
RGB Variations
Color information
#C26255 (or 0xC26255) is known color: Sunglo. HEX triplet: C2, 62 and 55. RGB value is (194,98,85). Sum of RGB (Red+Green+Blue) = 194+98+85=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C26255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26255 is #3D9DAA. Grayscale: #7D7D7D. Windows color (decimal): -4038059 or 5595842. OLE color: 5595842.
HSL color Cylindrical-coordinate representation of color #C26255: hue angle of 7.16º 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 #C26255 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 85 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.24 |
| HSL | 7.16º | 0.47% | 0.55% | - |
| HSV(B) | 7.16º | 0.56% | 0.76% | - |
| XYZ | 28.26 | 20.86 | 11.13 | - |
| YUV | 125.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 85 | 0 | 0.49 | 0.56 | 0.24 | 7.16 | 0.47 | 0.55 |
| Hex | C2 | 62 | 55 | 0 | 31 | 38 | 18 | 7 | 2F | 37 |
| Octal | 302 | 142 | 125 | 0 | 61 | 70 | 30 | 7 | 57 | 67 |
| Binary | 11000010 | 1100010 | 1010101 | 0 | 110001 | 111000 | 11000 | 111 | 101111 | 110111 |
Color Harmonies of #C26255
Complementary color
Monochromatic Colors of #C26255
Black with #C26255
Text Example
Text Example
White with #C26255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26255; }
p { color: rgb(194,98,85); }
H1.HeaderClassName
{
color: #C26255;
}
.AnyTagClassName
{
color: #C26255;
}
</style>
background-color css
<style>
a { background-color: #C26255; }
a { background-color: rgb(194,98,85); }
div.DivClassName
{
background-color: #C26255;
}
.BgClassName
{
background-color: #C26255;
}
</style>
border-color css
<style>
span { border-color: #C26255; }
span { border-color: rgb(194,98,85); }
td.TdClassName
{
border-color: #C26255;
}
.TagClassName
{
border-color: #C26255;
}
</style>