Shades of Sunglo #C1665E
Tints of Sunglo #C1665E
RGB
CMYK
RGB Variations
Color information
#C1665E (or 0xC1665E) is known color: Sunglo. HEX triplet: C1, 66 and 5E. RGB value is (193,102,94). Sum of RGB (Red+Green+Blue) = 193+102+94=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1665E is #3E99A1. Grayscale: #808080. Windows color (decimal): -4102562 or 6186689. OLE color: 6186689.
HSL color Cylindrical-coordinate representation of color #C1665E: hue angle of 4.85º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1665E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 94 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.24 |
| HSL | 4.85º | 0.44% | 0.56% | - |
| HSV(B) | 4.85º | 0.51% | 0.76% | - |
| XYZ | 28.76 | 21.65 | 13.25 | - |
| YUV | 128.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 94 | 0 | 0.47 | 0.51 | 0.24 | 4.85 | 0.44 | 0.56 |
| Hex | C1 | 66 | 5E | 0 | 2F | 33 | 18 | 5 | 2C | 38 |
| Octal | 301 | 146 | 136 | 0 | 57 | 63 | 30 | 5 | 54 | 70 |
| Binary | 11000001 | 1100110 | 1011110 | 0 | 101111 | 110011 | 11000 | 101 | 101100 | 111000 |
Color Harmonies of #C1665E
Complementary color
Monochromatic Colors of #C1665E
Black with #C1665E
Text Example
Text Example
White with #C1665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1665E; }
p { color: rgb(193,102,94); }
H1.HeaderClassName
{
color: #C1665E;
}
.AnyTagClassName
{
color: #C1665E;
}
</style>
background-color css
<style>
a { background-color: #C1665E; }
a { background-color: rgb(193,102,94); }
div.DivClassName
{
background-color: #C1665E;
}
.BgClassName
{
background-color: #C1665E;
}
</style>
border-color css
<style>
span { border-color: #C1665E; }
span { border-color: rgb(193,102,94); }
td.TdClassName
{
border-color: #C1665E;
}
.TagClassName
{
border-color: #C1665E;
}
</style>