Shades of Sunglo #C9654D
Tints of Sunglo #C9654D
RGB
CMYK
RGB Variations
Color information
#C9654D (or 0xC9654D) is known color: Sunglo. HEX triplet: C9, 65 and 4D. RGB value is (201,101,77). Sum of RGB (Red+Green+Blue) = 201+101+77=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9654D is #369AB2. Grayscale: #808080. Windows color (decimal): -3578547 or 5072329. OLE color: 5072329.
HSL color Cylindrical-coordinate representation of color #C9654D: hue angle of 11.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9654D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 77 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.21 |
| HSL | 11.61º | 0.53% | 0.55% | - |
| HSV(B) | 11.61º | 0.62% | 0.79% | - |
| XYZ | 30.08 | 22.26 | 9.73 | - |
| YUV | 128.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 77 | 0 | 0.50 | 0.62 | 0.21 | 11.61 | 0.53 | 0.55 |
| Hex | C9 | 65 | 4D | 0 | 32 | 3E | 15 | C | 35 | 37 |
| Octal | 311 | 145 | 115 | 0 | 62 | 76 | 25 | 14 | 65 | 67 |
| Binary | 11001001 | 1100101 | 1001101 | 0 | 110010 | 111110 | 10101 | 1100 | 110101 | 110111 |
Color Harmonies of #C9654D
Complementary color
Monochromatic Colors of #C9654D
Black with #C9654D
Text Example
Text Example
White with #C9654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9654D; }
p { color: rgb(201,101,77); }
H1.HeaderClassName
{
color: #C9654D;
}
.AnyTagClassName
{
color: #C9654D;
}
</style>
background-color css
<style>
a { background-color: #C9654D; }
a { background-color: rgb(201,101,77); }
div.DivClassName
{
background-color: #C9654D;
}
.BgClassName
{
background-color: #C9654D;
}
</style>
border-color css
<style>
span { border-color: #C9654D; }
span { border-color: rgb(201,101,77); }
td.TdClassName
{
border-color: #C9654D;
}
.TagClassName
{
border-color: #C9654D;
}
</style>