Shades of Sunglo #C9655B
Tints of Sunglo #C9655B
RGB
CMYK
RGB Variations
Color information
#C9655B (or 0xC9655B) is known color: Sunglo. HEX triplet: C9, 65 and 5B. RGB value is (201,101,91). Sum of RGB (Red+Green+Blue) = 201+101+91=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9655B is #369AA4. Grayscale: #818181. Windows color (decimal): -3578533 or 5989833. OLE color: 5989833.
HSL color Cylindrical-coordinate representation of color #C9655B: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9655B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 91 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.21 |
| HSL | 5.45º | 0.5% | 0.57% | - |
| HSV(B) | 5.45º | 0.55% | 0.79% | - |
| XYZ | 30.63 | 22.48 | 12.62 | - |
| YUV | 129.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 91 | 0 | 0.50 | 0.55 | 0.21 | 5.45 | 0.5 | 0.57 |
| Hex | C9 | 65 | 5B | 0 | 32 | 37 | 15 | 5 | 32 | 39 |
| Octal | 311 | 145 | 133 | 0 | 62 | 67 | 25 | 5 | 62 | 71 |
| Binary | 11001001 | 1100101 | 1011011 | 0 | 110010 | 110111 | 10101 | 101 | 110010 | 111001 |
Color Harmonies of #C9655B
Complementary color
Monochromatic Colors of #C9655B
Black with #C9655B
Text Example
Text Example
White with #C9655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9655B; }
p { color: rgb(201,101,91); }
H1.HeaderClassName
{
color: #C9655B;
}
.AnyTagClassName
{
color: #C9655B;
}
</style>
background-color css
<style>
a { background-color: #C9655B; }
a { background-color: rgb(201,101,91); }
div.DivClassName
{
background-color: #C9655B;
}
.BgClassName
{
background-color: #C9655B;
}
</style>
border-color css
<style>
span { border-color: #C9655B; }
span { border-color: rgb(201,101,91); }
td.TdClassName
{
border-color: #C9655B;
}
.TagClassName
{
border-color: #C9655B;
}
</style>