Shades of Sunglo #C9675D
Tints of Sunglo #C9675D
RGB
CMYK
RGB Variations
Color information
#C9675D (or 0xC9675D) is known color: Sunglo. HEX triplet: C9, 67 and 5D. RGB value is (201,103,93). Sum of RGB (Red+Green+Blue) = 201+103+93=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9675D is #3698A2. Grayscale: #838383. Windows color (decimal): -3578019 or 6121417. OLE color: 6121417.
HSL color Cylindrical-coordinate representation of color #C9675D: hue angle of 5.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9675D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 93 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.21 |
| HSL | 5.56º | 0.5% | 0.58% | - |
| HSV(B) | 5.56º | 0.54% | 0.79% | - |
| XYZ | 30.91 | 22.91 | 13.15 | - |
| YUV | 131.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 93 | 0 | 0.49 | 0.54 | 0.21 | 5.56 | 0.5 | 0.58 |
| Hex | C9 | 67 | 5D | 0 | 31 | 36 | 15 | 6 | 32 | 3A |
| Octal | 311 | 147 | 135 | 0 | 61 | 66 | 25 | 6 | 62 | 72 |
| Binary | 11001001 | 1100111 | 1011101 | 0 | 110001 | 110110 | 10101 | 110 | 110010 | 111010 |
Color Harmonies of #C9675D
Complementary color
Monochromatic Colors of #C9675D
Black with #C9675D
Text Example
Text Example
White with #C9675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9675D; }
p { color: rgb(201,103,93); }
H1.HeaderClassName
{
color: #C9675D;
}
.AnyTagClassName
{
color: #C9675D;
}
</style>
background-color css
<style>
a { background-color: #C9675D; }
a { background-color: rgb(201,103,93); }
div.DivClassName
{
background-color: #C9675D;
}
.BgClassName
{
background-color: #C9675D;
}
</style>
border-color css
<style>
span { border-color: #C9675D; }
span { border-color: rgb(201,103,93); }
td.TdClassName
{
border-color: #C9675D;
}
.TagClassName
{
border-color: #C9675D;
}
</style>