Shades of Sunglo #C7655D
Tints of Sunglo #C7655D
RGB
CMYK
RGB Variations
Color information
#C7655D (or 0xC7655D) is known color: Sunglo. HEX triplet: C7, 65 and 5D. RGB value is (199,101,93). Sum of RGB (Red+Green+Blue) = 199+101+93=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7655D is #389AA2. Grayscale: #818181. Windows color (decimal): -3709603 or 6120903. OLE color: 6120903.
HSL color Cylindrical-coordinate representation of color #C7655D: hue angle of 4.53º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7655D is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 93 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.22 |
| HSL | 4.53º | 0.49% | 0.57% | - |
| HSV(B) | 4.53º | 0.53% | 0.78% | - |
| XYZ | 30.18 | 22.24 | 13.06 | - |
| YUV | 129.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 93 | 0 | 0.49 | 0.53 | 0.22 | 4.53 | 0.49 | 0.57 |
| Hex | C7 | 65 | 5D | 0 | 31 | 35 | 16 | 5 | 31 | 39 |
| Octal | 307 | 145 | 135 | 0 | 61 | 65 | 26 | 5 | 61 | 71 |
| Binary | 11000111 | 1100101 | 1011101 | 0 | 110001 | 110101 | 10110 | 101 | 110001 | 111001 |
Color Harmonies of #C7655D
Complementary color
Monochromatic Colors of #C7655D
Black with #C7655D
Text Example
Text Example
White with #C7655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7655D; }
p { color: rgb(199,101,93); }
H1.HeaderClassName
{
color: #C7655D;
}
.AnyTagClassName
{
color: #C7655D;
}
</style>
background-color css
<style>
a { background-color: #C7655D; }
a { background-color: rgb(199,101,93); }
div.DivClassName
{
background-color: #C7655D;
}
.BgClassName
{
background-color: #C7655D;
}
</style>
border-color css
<style>
span { border-color: #C7655D; }
span { border-color: rgb(199,101,93); }
td.TdClassName
{
border-color: #C7655D;
}
.TagClassName
{
border-color: #C7655D;
}
</style>