Shades of Sunglo #C7674F
Tints of Sunglo #C7674F
RGB
CMYK
RGB Variations
Color information
#C7674F (or 0xC7674F) is known color: Sunglo. HEX triplet: C7, 67 and 4F. RGB value is (199,103,79). Sum of RGB (Red+Green+Blue) = 199+103+79=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7674F is #3898B0. Grayscale: #818181. Windows color (decimal): -3709105 or 5203911. OLE color: 5203911.
HSL color Cylindrical-coordinate representation of color #C7674F: hue angle of 12º 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 #C7674F is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 79 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.22 |
| HSL | 12º | 0.52% | 0.55% | - |
| HSV(B) | 12º | 0.6% | 0.78% | - |
| XYZ | 29.81 | 22.41 | 10.15 | - |
| YUV | 128.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 79 | 0 | 0.48 | 0.60 | 0.22 | 12 | 0.52 | 0.55 |
| Hex | C7 | 67 | 4F | 0 | 30 | 3C | 16 | C | 34 | 37 |
| Octal | 307 | 147 | 117 | 0 | 60 | 74 | 26 | 14 | 64 | 67 |
| Binary | 11000111 | 1100111 | 1001111 | 0 | 110000 | 111100 | 10110 | 1100 | 110100 | 110111 |
Color Harmonies of #C7674F
Complementary color
Monochromatic Colors of #C7674F
Black with #C7674F
Text Example
Text Example
White with #C7674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7674F; }
p { color: rgb(199,103,79); }
H1.HeaderClassName
{
color: #C7674F;
}
.AnyTagClassName
{
color: #C7674F;
}
</style>
background-color css
<style>
a { background-color: #C7674F; }
a { background-color: rgb(199,103,79); }
div.DivClassName
{
background-color: #C7674F;
}
.BgClassName
{
background-color: #C7674F;
}
</style>
border-color css
<style>
span { border-color: #C7674F; }
span { border-color: rgb(199,103,79); }
td.TdClassName
{
border-color: #C7674F;
}
.TagClassName
{
border-color: #C7674F;
}
</style>