Shades of Sunglo #C4655F
Tints of Sunglo #C4655F
RGB
CMYK
RGB Variations
Color information
#C4655F (or 0xC4655F) is known color: Sunglo. HEX triplet: C4, 65 and 5F. RGB value is (196,101,95). Sum of RGB (Red+Green+Blue) = 196+101+95=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4655F is #3B9AA0. Grayscale: #808080. Windows color (decimal): -3906209 or 6251972. OLE color: 6251972.
HSL color Cylindrical-coordinate representation of color #C4655F: hue angle of 3.56º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4655F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 95 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.23 |
| HSL | 3.56º | 0.46% | 0.57% | - |
| HSV(B) | 3.56º | 0.52% | 0.77% | - |
| XYZ | 29.48 | 21.87 | 13.49 | - |
| YUV | 128.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 95 | 0 | 0.48 | 0.52 | 0.23 | 3.56 | 0.46 | 0.57 |
| Hex | C4 | 65 | 5F | 0 | 30 | 34 | 17 | 4 | 2E | 39 |
| Octal | 304 | 145 | 137 | 0 | 60 | 64 | 27 | 4 | 56 | 71 |
| Binary | 11000100 | 1100101 | 1011111 | 0 | 110000 | 110100 | 10111 | 100 | 101110 | 111001 |
Color Harmonies of #C4655F
Complementary color
Monochromatic Colors of #C4655F
Black with #C4655F
Text Example
Text Example
White with #C4655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4655F; }
p { color: rgb(196,101,95); }
H1.HeaderClassName
{
color: #C4655F;
}
.AnyTagClassName
{
color: #C4655F;
}
</style>
background-color css
<style>
a { background-color: #C4655F; }
a { background-color: rgb(196,101,95); }
div.DivClassName
{
background-color: #C4655F;
}
.BgClassName
{
background-color: #C4655F;
}
</style>
border-color css
<style>
span { border-color: #C4655F; }
span { border-color: rgb(196,101,95); }
td.TdClassName
{
border-color: #C4655F;
}
.TagClassName
{
border-color: #C4655F;
}
</style>