Shades of Sunglo #C1655A
Tints of Sunglo #C1655A
RGB
CMYK
RGB Variations
Color information
#C1655A (or 0xC1655A) is known color: Sunglo. HEX triplet: C1, 65 and 5A. RGB value is (193,101,90). Sum of RGB (Red+Green+Blue) = 193+101+90=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1655A is #3E9AA5. Grayscale: #7F7F7F. Windows color (decimal): -4102822 or 5924289. OLE color: 5924289.
HSL color Cylindrical-coordinate representation of color #C1655A: hue angle of 6.41º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1655A is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 90 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.24 |
| HSL | 6.41º | 0.45% | 0.55% | - |
| HSV(B) | 6.41º | 0.53% | 0.76% | - |
| XYZ | 28.49 | 21.38 | 12.3 | - |
| YUV | 127.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 90 | 0 | 0.48 | 0.53 | 0.24 | 6.41 | 0.45 | 0.55 |
| Hex | C1 | 65 | 5A | 0 | 30 | 35 | 18 | 6 | 2D | 37 |
| Octal | 301 | 145 | 132 | 0 | 60 | 65 | 30 | 6 | 55 | 67 |
| Binary | 11000001 | 1100101 | 1011010 | 0 | 110000 | 110101 | 11000 | 110 | 101101 | 110111 |
Color Harmonies of #C1655A
Complementary color
Monochromatic Colors of #C1655A
Black with #C1655A
Text Example
Text Example
White with #C1655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1655A; }
p { color: rgb(193,101,90); }
H1.HeaderClassName
{
color: #C1655A;
}
.AnyTagClassName
{
color: #C1655A;
}
</style>
background-color css
<style>
a { background-color: #C1655A; }
a { background-color: rgb(193,101,90); }
div.DivClassName
{
background-color: #C1655A;
}
.BgClassName
{
background-color: #C1655A;
}
</style>
border-color css
<style>
span { border-color: #C1655A; }
span { border-color: rgb(193,101,90); }
td.TdClassName
{
border-color: #C1655A;
}
.TagClassName
{
border-color: #C1655A;
}
</style>