Shades of Sunglo #C7675A
Tints of Sunglo #C7675A
RGB
CMYK
RGB Variations
Color information
#C7675A (or 0xC7675A) is known color: Sunglo. HEX triplet: C7, 67 and 5A. RGB value is (199,103,90). Sum of RGB (Red+Green+Blue) = 199+103+90=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7675A is #3898A5. Grayscale: #828282. Windows color (decimal): -3709094 or 5924807. OLE color: 5924807.
HSL color Cylindrical-coordinate representation of color #C7675A: hue angle of 7.16º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7675A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 90 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.22 |
| HSL | 7.16º | 0.49% | 0.57% | - |
| HSV(B) | 7.16º | 0.55% | 0.78% | - |
| XYZ | 30.25 | 22.58 | 12.44 | - |
| YUV | 130.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 90 | 0 | 0.48 | 0.55 | 0.22 | 7.16 | 0.49 | 0.57 |
| Hex | C7 | 67 | 5A | 0 | 30 | 37 | 16 | 7 | 31 | 39 |
| Octal | 307 | 147 | 132 | 0 | 60 | 67 | 26 | 7 | 61 | 71 |
| Binary | 11000111 | 1100111 | 1011010 | 0 | 110000 | 110111 | 10110 | 111 | 110001 | 111001 |
Color Harmonies of #C7675A
Complementary color
Monochromatic Colors of #C7675A
Black with #C7675A
Text Example
Text Example
White with #C7675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7675A; }
p { color: rgb(199,103,90); }
H1.HeaderClassName
{
color: #C7675A;
}
.AnyTagClassName
{
color: #C7675A;
}
</style>
background-color css
<style>
a { background-color: #C7675A; }
a { background-color: rgb(199,103,90); }
div.DivClassName
{
background-color: #C7675A;
}
.BgClassName
{
background-color: #C7675A;
}
</style>
border-color css
<style>
span { border-color: #C7675A; }
span { border-color: rgb(199,103,90); }
td.TdClassName
{
border-color: #C7675A;
}
.TagClassName
{
border-color: #C7675A;
}
</style>