Shades of Sunglo #C76553
Tints of Sunglo #C76553
RGB
CMYK
RGB Variations
Color information
#C76553 (or 0xC76553) is known color: Sunglo. HEX triplet: C7, 65 and 53. RGB value is (199,101,83). Sum of RGB (Red+Green+Blue) = 199+101+83=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76553 is #389AAC. Grayscale: #808080. Windows color (decimal): -3709613 or 5465543. OLE color: 5465543.
HSL color Cylindrical-coordinate representation of color #C76553: hue angle of 9.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76553 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 83 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.22 |
| HSL | 9.31º | 0.51% | 0.55% | - |
| HSV(B) | 9.31º | 0.58% | 0.78% | - |
| XYZ | 29.77 | 22.07 | 10.88 | - |
| YUV | 128.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 83 | 0 | 0.49 | 0.58 | 0.22 | 9.31 | 0.51 | 0.55 |
| Hex | C7 | 65 | 53 | 0 | 31 | 3A | 16 | 9 | 33 | 37 |
| Octal | 307 | 145 | 123 | 0 | 61 | 72 | 26 | 11 | 63 | 67 |
| Binary | 11000111 | 1100101 | 1010011 | 0 | 110001 | 111010 | 10110 | 1001 | 110011 | 110111 |
Color Harmonies of #C76553
Complementary color
Monochromatic Colors of #C76553
Black with #C76553
Text Example
Text Example
White with #C76553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76553; }
p { color: rgb(199,101,83); }
H1.HeaderClassName
{
color: #C76553;
}
.AnyTagClassName
{
color: #C76553;
}
</style>
background-color css
<style>
a { background-color: #C76553; }
a { background-color: rgb(199,101,83); }
div.DivClassName
{
background-color: #C76553;
}
.BgClassName
{
background-color: #C76553;
}
</style>
border-color css
<style>
span { border-color: #C76553; }
span { border-color: rgb(199,101,83); }
td.TdClassName
{
border-color: #C76553;
}
.TagClassName
{
border-color: #C76553;
}
</style>