Shades of Sunglo #C26658
Tints of Sunglo #C26658
RGB
CMYK
RGB Variations
Color information
#C26658 (or 0xC26658) is known color: Sunglo. HEX triplet: C2, 66 and 58. RGB value is (194,102,88). Sum of RGB (Red+Green+Blue) = 194+102+88=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C26658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26658 is #3D99A7. Grayscale: #808080. Windows color (decimal): -4037032 or 5793474. OLE color: 5793474.
HSL color Cylindrical-coordinate representation of color #C26658: hue angle of 7.92º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26658 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 88 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.24 |
| HSL | 7.92º | 0.46% | 0.55% | - |
| HSV(B) | 7.92º | 0.55% | 0.76% | - |
| XYZ | 28.76 | 21.68 | 11.9 | - |
| YUV | 127.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 88 | 0 | 0.47 | 0.55 | 0.24 | 7.92 | 0.46 | 0.55 |
| Hex | C2 | 66 | 58 | 0 | 2F | 37 | 18 | 8 | 2E | 37 |
| Octal | 302 | 146 | 130 | 0 | 57 | 67 | 30 | 10 | 56 | 67 |
| Binary | 11000010 | 1100110 | 1011000 | 0 | 101111 | 110111 | 11000 | 1000 | 101110 | 110111 |
Color Harmonies of #C26658
Complementary color
Monochromatic Colors of #C26658
Black with #C26658
Text Example
Text Example
White with #C26658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26658; }
p { color: rgb(194,102,88); }
H1.HeaderClassName
{
color: #C26658;
}
.AnyTagClassName
{
color: #C26658;
}
</style>
background-color css
<style>
a { background-color: #C26658; }
a { background-color: rgb(194,102,88); }
div.DivClassName
{
background-color: #C26658;
}
.BgClassName
{
background-color: #C26658;
}
</style>
border-color css
<style>
span { border-color: #C26658; }
span { border-color: rgb(194,102,88); }
td.TdClassName
{
border-color: #C26658;
}
.TagClassName
{
border-color: #C26658;
}
</style>