Shades of Sunglo #C4655B
Tints of Sunglo #C4655B
RGB
CMYK
RGB Variations
Color information
#C4655B (or 0xC4655B) is known color: Sunglo. HEX triplet: C4, 65 and 5B. RGB value is (196,101,91). Sum of RGB (Red+Green+Blue) = 196+101+91=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4655B is #3B9AA4. Grayscale: #808080. Windows color (decimal): -3906213 or 5989828. OLE color: 5989828.
HSL color Cylindrical-coordinate representation of color #C4655B: hue angle of 5.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4655B is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 91 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.23 |
| HSL | 5.71º | 0.47% | 0.56% | - |
| HSV(B) | 5.71º | 0.54% | 0.77% | - |
| XYZ | 29.31 | 21.8 | 12.56 | - |
| YUV | 128.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 91 | 0 | 0.48 | 0.54 | 0.23 | 5.71 | 0.47 | 0.56 |
| Hex | C4 | 65 | 5B | 0 | 30 | 36 | 17 | 6 | 2F | 38 |
| Octal | 304 | 145 | 133 | 0 | 60 | 66 | 27 | 6 | 57 | 70 |
| Binary | 11000100 | 1100101 | 1011011 | 0 | 110000 | 110110 | 10111 | 110 | 101111 | 111000 |
Color Harmonies of #C4655B
Complementary color
Monochromatic Colors of #C4655B
Black with #C4655B
Text Example
Text Example
White with #C4655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4655B; }
p { color: rgb(196,101,91); }
H1.HeaderClassName
{
color: #C4655B;
}
.AnyTagClassName
{
color: #C4655B;
}
</style>
background-color css
<style>
a { background-color: #C4655B; }
a { background-color: rgb(196,101,91); }
div.DivClassName
{
background-color: #C4655B;
}
.BgClassName
{
background-color: #C4655B;
}
</style>
border-color css
<style>
span { border-color: #C4655B; }
span { border-color: rgb(196,101,91); }
td.TdClassName
{
border-color: #C4655B;
}
.TagClassName
{
border-color: #C4655B;
}
</style>