Shades of Sunglo #C0675B
Tints of Sunglo #C0675B
RGB
CMYK
RGB Variations
Color information
#C0675B (or 0xC0675B) is known color: Sunglo. HEX triplet: C0, 67 and 5B. RGB value is (192,103,91). Sum of RGB (Red+Green+Blue) = 192+103+91=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0675B is #3F98A4. Grayscale: #808080. Windows color (decimal): -4167845 or 5990336. OLE color: 5990336.
HSL color Cylindrical-coordinate representation of color #C0675B: hue angle of 7.13º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0675B is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 91 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.25 |
| HSL | 7.13º | 0.44% | 0.55% | - |
| HSV(B) | 7.13º | 0.53% | 0.75% | - |
| XYZ | 28.48 | 21.66 | 12.58 | - |
| YUV | 128.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 91 | 0 | 0.46 | 0.53 | 0.25 | 7.13 | 0.44 | 0.55 |
| Hex | C0 | 67 | 5B | 0 | 2E | 35 | 19 | 7 | 2C | 37 |
| Octal | 300 | 147 | 133 | 0 | 56 | 65 | 31 | 7 | 54 | 67 |
| Binary | 11000000 | 1100111 | 1011011 | 0 | 101110 | 110101 | 11001 | 111 | 101100 | 110111 |
Color Harmonies of #C0675B
Complementary color
Monochromatic Colors of #C0675B
Black with #C0675B
Text Example
Text Example
White with #C0675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0675B; }
p { color: rgb(192,103,91); }
H1.HeaderClassName
{
color: #C0675B;
}
.AnyTagClassName
{
color: #C0675B;
}
</style>
background-color css
<style>
a { background-color: #C0675B; }
a { background-color: rgb(192,103,91); }
div.DivClassName
{
background-color: #C0675B;
}
.BgClassName
{
background-color: #C0675B;
}
</style>
border-color css
<style>
span { border-color: #C0675B; }
span { border-color: rgb(192,103,91); }
td.TdClassName
{
border-color: #C0675B;
}
.TagClassName
{
border-color: #C0675B;
}
</style>