Shades of Sunglo #C96A5D
Tints of Sunglo #C96A5D
RGB
CMYK
RGB Variations
Color information
#C96A5D (or 0xC96A5D) is known color: Sunglo. HEX triplet: C9, 6A and 5D. RGB value is (201,106,93). Sum of RGB (Red+Green+Blue) = 201+106+93=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A5D is #3695A2. Grayscale: #858585. Windows color (decimal): -3577251 or 6122185. OLE color: 6122185.
HSL color Cylindrical-coordinate representation of color #C96A5D: hue angle of 7.22º 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 #C96A5D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 93 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.21 |
| HSL | 7.22º | 0.5% | 0.58% | - |
| HSV(B) | 7.22º | 0.54% | 0.79% | - |
| XYZ | 31.22 | 23.52 | 13.25 | - |
| YUV | 132.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 93 | 0 | 0.47 | 0.54 | 0.21 | 7.22 | 0.5 | 0.58 |
| Hex | C9 | 6A | 5D | 0 | 2F | 36 | 15 | 7 | 32 | 3A |
| Octal | 311 | 152 | 135 | 0 | 57 | 66 | 25 | 7 | 62 | 72 |
| Binary | 11001001 | 1101010 | 1011101 | 0 | 101111 | 110110 | 10101 | 111 | 110010 | 111010 |
Color Harmonies of #C96A5D
Complementary color
Monochromatic Colors of #C96A5D
Black with #C96A5D
Text Example
Text Example
White with #C96A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A5D; }
p { color: rgb(201,106,93); }
H1.HeaderClassName
{
color: #C96A5D;
}
.AnyTagClassName
{
color: #C96A5D;
}
</style>
background-color css
<style>
a { background-color: #C96A5D; }
a { background-color: rgb(201,106,93); }
div.DivClassName
{
background-color: #C96A5D;
}
.BgClassName
{
background-color: #C96A5D;
}
</style>
border-color css
<style>
span { border-color: #C96A5D; }
span { border-color: rgb(201,106,93); }
td.TdClassName
{
border-color: #C96A5D;
}
.TagClassName
{
border-color: #C96A5D;
}
</style>