Shades of Sunglo #C9685A
Tints of Sunglo #C9685A
RGB
CMYK
RGB Variations
Color information
#C9685A (or 0xC9685A) is known color: Sunglo. HEX triplet: C9, 68 and 5A. RGB value is (201,104,90). Sum of RGB (Red+Green+Blue) = 201+104+90=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9685A is #3697A5. Grayscale: #838383. Windows color (decimal): -3577766 or 5925065. OLE color: 5925065.
HSL color Cylindrical-coordinate representation of color #C9685A: hue angle of 7.57º degrees, saturation: 0.51, 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 #C9685A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 90 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.21 |
| HSL | 7.57º | 0.51% | 0.57% | - |
| HSV(B) | 7.57º | 0.55% | 0.79% | - |
| XYZ | 30.88 | 23.06 | 12.5 | - |
| YUV | 131.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 90 | 0 | 0.48 | 0.55 | 0.21 | 7.57 | 0.51 | 0.57 |
| Hex | C9 | 68 | 5A | 0 | 30 | 37 | 15 | 8 | 33 | 39 |
| Octal | 311 | 150 | 132 | 0 | 60 | 67 | 25 | 10 | 63 | 71 |
| Binary | 11001001 | 1101000 | 1011010 | 0 | 110000 | 110111 | 10101 | 1000 | 110011 | 111001 |
Color Harmonies of #C9685A
Complementary color
Monochromatic Colors of #C9685A
Black with #C9685A
Text Example
Text Example
White with #C9685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9685A; }
p { color: rgb(201,104,90); }
H1.HeaderClassName
{
color: #C9685A;
}
.AnyTagClassName
{
color: #C9685A;
}
</style>
background-color css
<style>
a { background-color: #C9685A; }
a { background-color: rgb(201,104,90); }
div.DivClassName
{
background-color: #C9685A;
}
.BgClassName
{
background-color: #C9685A;
}
</style>
border-color css
<style>
span { border-color: #C9685A; }
span { border-color: rgb(201,104,90); }
td.TdClassName
{
border-color: #C9685A;
}
.TagClassName
{
border-color: #C9685A;
}
</style>