Shades of Sunglo #C7675F
Tints of Sunglo #C7675F
RGB
CMYK
RGB Variations
Color information
#C7675F (or 0xC7675F) is known color: Sunglo. HEX triplet: C7, 67 and 5F. RGB value is (199,103,95). Sum of RGB (Red+Green+Blue) = 199+103+95=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7675F is #3898A0. Grayscale: #828282. Windows color (decimal): -3709089 or 6252487. OLE color: 6252487.
HSL color Cylindrical-coordinate representation of color #C7675F: hue angle of 4.62º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7675F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 95 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.22 |
| HSL | 4.62º | 0.48% | 0.58% | - |
| HSV(B) | 4.62º | 0.52% | 0.78% | - |
| XYZ | 30.47 | 22.67 | 13.6 | - |
| YUV | 130.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 95 | 0 | 0.48 | 0.52 | 0.22 | 4.62 | 0.48 | 0.58 |
| Hex | C7 | 67 | 5F | 0 | 30 | 34 | 16 | 5 | 30 | 3A |
| Octal | 307 | 147 | 137 | 0 | 60 | 64 | 26 | 5 | 60 | 72 |
| Binary | 11000111 | 1100111 | 1011111 | 0 | 110000 | 110100 | 10110 | 101 | 110000 | 111010 |
Color Harmonies of #C7675F
Complementary color
Monochromatic Colors of #C7675F
Black with #C7675F
Text Example
Text Example
White with #C7675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7675F; }
p { color: rgb(199,103,95); }
H1.HeaderClassName
{
color: #C7675F;
}
.AnyTagClassName
{
color: #C7675F;
}
</style>
background-color css
<style>
a { background-color: #C7675F; }
a { background-color: rgb(199,103,95); }
div.DivClassName
{
background-color: #C7675F;
}
.BgClassName
{
background-color: #C7675F;
}
</style>
border-color css
<style>
span { border-color: #C7675F; }
span { border-color: rgb(199,103,95); }
td.TdClassName
{
border-color: #C7675F;
}
.TagClassName
{
border-color: #C7675F;
}
</style>