Shades of Sunglo #C76953
Tints of Sunglo #C76953
RGB
CMYK
RGB Variations
Color information
#C76953 (or 0xC76953) is known color: Sunglo. HEX triplet: C7, 69 and 53. RGB value is (199,105,83). Sum of RGB (Red+Green+Blue) = 199+105+83=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C76953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76953 is #3896AC. Grayscale: #828282. Windows color (decimal): -3708589 or 5466567. OLE color: 5466567.
HSL color Cylindrical-coordinate representation of color #C76953: hue angle of 11.38º 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 #C76953 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 83 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.22 |
| HSL | 11.38º | 0.51% | 0.55% | - |
| HSV(B) | 11.38º | 0.58% | 0.78% | - |
| XYZ | 30.17 | 22.87 | 11.01 | - |
| YUV | 130.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 83 | 0 | 0.47 | 0.58 | 0.22 | 11.38 | 0.51 | 0.55 |
| Hex | C7 | 69 | 53 | 0 | 2F | 3A | 16 | B | 33 | 37 |
| Octal | 307 | 151 | 123 | 0 | 57 | 72 | 26 | 13 | 63 | 67 |
| Binary | 11000111 | 1101001 | 1010011 | 0 | 101111 | 111010 | 10110 | 1011 | 110011 | 110111 |
Color Harmonies of #C76953
Complementary color
Monochromatic Colors of #C76953
Black with #C76953
Text Example
Text Example
White with #C76953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76953; }
p { color: rgb(199,105,83); }
H1.HeaderClassName
{
color: #C76953;
}
.AnyTagClassName
{
color: #C76953;
}
</style>
background-color css
<style>
a { background-color: #C76953; }
a { background-color: rgb(199,105,83); }
div.DivClassName
{
background-color: #C76953;
}
.BgClassName
{
background-color: #C76953;
}
</style>
border-color css
<style>
span { border-color: #C76953; }
span { border-color: rgb(199,105,83); }
td.TdClassName
{
border-color: #C76953;
}
.TagClassName
{
border-color: #C76953;
}
</style>