Shades of Sunglo #C9675C
Tints of Sunglo #C9675C
RGB
CMYK
RGB Variations
Color information
#C9675C (or 0xC9675C) is known color: Sunglo. HEX triplet: C9, 67 and 5C. RGB value is (201,103,92). Sum of RGB (Red+Green+Blue) = 201+103+92=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9675C is #3698A3. Grayscale: #838383. Windows color (decimal): -3578020 or 6055881. OLE color: 6055881.
HSL color Cylindrical-coordinate representation of color #C9675C: hue angle of 6.06º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9675C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 92 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.21 |
| HSL | 6.06º | 0.5% | 0.57% | - |
| HSV(B) | 6.06º | 0.54% | 0.79% | - |
| XYZ | 30.87 | 22.89 | 12.92 | - |
| YUV | 131.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 92 | 0 | 0.49 | 0.54 | 0.21 | 6.06 | 0.5 | 0.57 |
| Hex | C9 | 67 | 5C | 0 | 31 | 36 | 15 | 6 | 32 | 39 |
| Octal | 311 | 147 | 134 | 0 | 61 | 66 | 25 | 6 | 62 | 71 |
| Binary | 11001001 | 1100111 | 1011100 | 0 | 110001 | 110110 | 10101 | 110 | 110010 | 111001 |
Color Harmonies of #C9675C
Complementary color
Monochromatic Colors of #C9675C
Black with #C9675C
Text Example
Text Example
White with #C9675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9675C; }
p { color: rgb(201,103,92); }
H1.HeaderClassName
{
color: #C9675C;
}
.AnyTagClassName
{
color: #C9675C;
}
</style>
background-color css
<style>
a { background-color: #C9675C; }
a { background-color: rgb(201,103,92); }
div.DivClassName
{
background-color: #C9675C;
}
.BgClassName
{
background-color: #C9675C;
}
</style>
border-color css
<style>
span { border-color: #C9675C; }
span { border-color: rgb(201,103,92); }
td.TdClassName
{
border-color: #C9675C;
}
.TagClassName
{
border-color: #C9675C;
}
</style>