Shades of Sunglo #C7654F
Tints of Sunglo #C7654F
RGB
CMYK
RGB Variations
Color information
#C7654F (or 0xC7654F) is known color: Sunglo. HEX triplet: C7, 65 and 4F. RGB value is (199,101,79). Sum of RGB (Red+Green+Blue) = 199+101+79=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7654F is #389AB0. Grayscale: #7F7F7F. Windows color (decimal): -3709617 or 5203399. OLE color: 5203399.
HSL color Cylindrical-coordinate representation of color #C7654F: hue angle of 11º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7654F is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 79 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.22 |
| HSL | 11º | 0.52% | 0.55% | - |
| HSV(B) | 11º | 0.6% | 0.78% | - |
| XYZ | 29.62 | 22.01 | 10.09 | - |
| YUV | 127.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 79 | 0 | 0.49 | 0.60 | 0.22 | 11 | 0.52 | 0.55 |
| Hex | C7 | 65 | 4F | 0 | 31 | 3C | 16 | B | 34 | 37 |
| Octal | 307 | 145 | 117 | 0 | 61 | 74 | 26 | 13 | 64 | 67 |
| Binary | 11000111 | 1100101 | 1001111 | 0 | 110001 | 111100 | 10110 | 1011 | 110100 | 110111 |
Color Harmonies of #C7654F
Complementary color
Monochromatic Colors of #C7654F
Black with #C7654F
Text Example
Text Example
White with #C7654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7654F; }
p { color: rgb(199,101,79); }
H1.HeaderClassName
{
color: #C7654F;
}
.AnyTagClassName
{
color: #C7654F;
}
</style>
background-color css
<style>
a { background-color: #C7654F; }
a { background-color: rgb(199,101,79); }
div.DivClassName
{
background-color: #C7654F;
}
.BgClassName
{
background-color: #C7654F;
}
</style>
border-color css
<style>
span { border-color: #C7654F; }
span { border-color: rgb(199,101,79); }
td.TdClassName
{
border-color: #C7654F;
}
.TagClassName
{
border-color: #C7654F;
}
</style>