Shades of Sunglo #C26B5A
Tints of Sunglo #C26B5A
RGB
CMYK
RGB Variations
Color information
#C26B5A (or 0xC26B5A) is known color: Sunglo. HEX triplet: C2, 6B and 5A. RGB value is (194,107,90). Sum of RGB (Red+Green+Blue) = 194+107+90=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B5A is #3D94A5. Grayscale: #838383. Windows color (decimal): -4035750 or 5925826. OLE color: 5925826.
HSL color Cylindrical-coordinate representation of color #C26B5A: hue angle of 9.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26B5A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 90 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.24 |
| HSL | 9.81º | 0.46% | 0.56% | - |
| HSV(B) | 9.81º | 0.54% | 0.76% | - |
| XYZ | 29.35 | 22.72 | 12.51 | - |
| YUV | 131.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 90 | 0 | 0.45 | 0.54 | 0.24 | 9.81 | 0.46 | 0.56 |
| Hex | C2 | 6B | 5A | 0 | 2D | 36 | 18 | A | 2E | 38 |
| Octal | 302 | 153 | 132 | 0 | 55 | 66 | 30 | 12 | 56 | 70 |
| Binary | 11000010 | 1101011 | 1011010 | 0 | 101101 | 110110 | 11000 | 1010 | 101110 | 111000 |
Color Harmonies of #C26B5A
Complementary color
Monochromatic Colors of #C26B5A
Black with #C26B5A
Text Example
Text Example
White with #C26B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B5A; }
p { color: rgb(194,107,90); }
H1.HeaderClassName
{
color: #C26B5A;
}
.AnyTagClassName
{
color: #C26B5A;
}
</style>
background-color css
<style>
a { background-color: #C26B5A; }
a { background-color: rgb(194,107,90); }
div.DivClassName
{
background-color: #C26B5A;
}
.BgClassName
{
background-color: #C26B5A;
}
</style>
border-color css
<style>
span { border-color: #C26B5A; }
span { border-color: rgb(194,107,90); }
td.TdClassName
{
border-color: #C26B5A;
}
.TagClassName
{
border-color: #C26B5A;
}
</style>