Shades of Sunglo #C1675B
Tints of Sunglo #C1675B
RGB
CMYK
RGB Variations
Color information
#C1675B (or 0xC1675B) is known color: Sunglo. HEX triplet: C1, 67 and 5B. RGB value is (193,103,91). Sum of RGB (Red+Green+Blue) = 193+103+91=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1675B is #3E98A4. Grayscale: #808080. Windows color (decimal): -4102309 or 5990337. OLE color: 5990337.
HSL color Cylindrical-coordinate representation of color #C1675B: hue angle of 7.06º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1675B is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 91 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.24 |
| HSL | 7.06º | 0.45% | 0.56% | - |
| HSV(B) | 7.06º | 0.53% | 0.76% | - |
| XYZ | 28.73 | 21.79 | 12.59 | - |
| YUV | 128.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 91 | 0 | 0.47 | 0.53 | 0.24 | 7.06 | 0.45 | 0.56 |
| Hex | C1 | 67 | 5B | 0 | 2F | 35 | 18 | 7 | 2D | 38 |
| Octal | 301 | 147 | 133 | 0 | 57 | 65 | 30 | 7 | 55 | 70 |
| Binary | 11000001 | 1100111 | 1011011 | 0 | 101111 | 110101 | 11000 | 111 | 101101 | 111000 |
Color Harmonies of #C1675B
Complementary color
Monochromatic Colors of #C1675B
Black with #C1675B
Text Example
Text Example
White with #C1675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1675B; }
p { color: rgb(193,103,91); }
H1.HeaderClassName
{
color: #C1675B;
}
.AnyTagClassName
{
color: #C1675B;
}
</style>
background-color css
<style>
a { background-color: #C1675B; }
a { background-color: rgb(193,103,91); }
div.DivClassName
{
background-color: #C1675B;
}
.BgClassName
{
background-color: #C1675B;
}
</style>
border-color css
<style>
span { border-color: #C1675B; }
span { border-color: rgb(193,103,91); }
td.TdClassName
{
border-color: #C1675B;
}
.TagClassName
{
border-color: #C1675B;
}
</style>