Shades of Sunglo #C96753
Tints of Sunglo #C96753
RGB
CMYK
RGB Variations
Color information
#C96753 (or 0xC96753) is known color: Sunglo. HEX triplet: C9, 67 and 53. RGB value is (201,103,83). Sum of RGB (Red+Green+Blue) = 201+103+83=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C96753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96753 is #3698AC. Grayscale: #828282. Windows color (decimal): -3578029 or 5466057. OLE color: 5466057.
HSL color Cylindrical-coordinate representation of color #C96753: hue angle of 10.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C96753 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 83 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.21 |
| HSL | 10.17º | 0.52% | 0.56% | - |
| HSV(B) | 10.17º | 0.59% | 0.79% | - |
| XYZ | 30.5 | 22.74 | 10.97 | - |
| YUV | 130.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 83 | 0 | 0.49 | 0.59 | 0.21 | 10.17 | 0.52 | 0.56 |
| Hex | C9 | 67 | 53 | 0 | 31 | 3B | 15 | A | 34 | 38 |
| Octal | 311 | 147 | 123 | 0 | 61 | 73 | 25 | 12 | 64 | 70 |
| Binary | 11001001 | 1100111 | 1010011 | 0 | 110001 | 111011 | 10101 | 1010 | 110100 | 111000 |
Color Harmonies of #C96753
Complementary color
Monochromatic Colors of #C96753
Black with #C96753
Text Example
Text Example
White with #C96753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96753; }
p { color: rgb(201,103,83); }
H1.HeaderClassName
{
color: #C96753;
}
.AnyTagClassName
{
color: #C96753;
}
</style>
background-color css
<style>
a { background-color: #C96753; }
a { background-color: rgb(201,103,83); }
div.DivClassName
{
background-color: #C96753;
}
.BgClassName
{
background-color: #C96753;
}
</style>
border-color css
<style>
span { border-color: #C96753; }
span { border-color: rgb(201,103,83); }
td.TdClassName
{
border-color: #C96753;
}
.TagClassName
{
border-color: #C96753;
}
</style>