Shades of Sunglo #C7644F
Tints of Sunglo #C7644F
RGB
CMYK
RGB Variations
Color information
#C7644F (or 0xC7644F) is known color: Sunglo. HEX triplet: C7, 64 and 4F. RGB value is (199,100,79). Sum of RGB (Red+Green+Blue) = 199+100+79=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7644F is #389BB0. Grayscale: #7F7F7F. Windows color (decimal): -3709873 or 5203143. OLE color: 5203143.
HSL color Cylindrical-coordinate representation of color #C7644F: hue angle of 10.5º 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 #C7644F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 79 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.22 |
| HSL | 10.5º | 0.52% | 0.55% | - |
| HSV(B) | 10.5º | 0.6% | 0.78% | - |
| XYZ | 29.52 | 21.82 | 10.05 | - |
| YUV | 127.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 79 | 0 | 0.50 | 0.60 | 0.22 | 10.5 | 0.52 | 0.55 |
| Hex | C7 | 64 | 4F | 0 | 32 | 3C | 16 | A | 34 | 37 |
| Octal | 307 | 144 | 117 | 0 | 62 | 74 | 26 | 12 | 64 | 67 |
| Binary | 11000111 | 1100100 | 1001111 | 0 | 110010 | 111100 | 10110 | 1010 | 110100 | 110111 |
Color Harmonies of #C7644F
Complementary color
Monochromatic Colors of #C7644F
Black with #C7644F
Text Example
Text Example
White with #C7644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7644F; }
p { color: rgb(199,100,79); }
H1.HeaderClassName
{
color: #C7644F;
}
.AnyTagClassName
{
color: #C7644F;
}
</style>
background-color css
<style>
a { background-color: #C7644F; }
a { background-color: rgb(199,100,79); }
div.DivClassName
{
background-color: #C7644F;
}
.BgClassName
{
background-color: #C7644F;
}
</style>
border-color css
<style>
span { border-color: #C7644F; }
span { border-color: rgb(199,100,79); }
td.TdClassName
{
border-color: #C7644F;
}
.TagClassName
{
border-color: #C7644F;
}
</style>