Shades of Sunglo #C36A5D
Tints of Sunglo #C36A5D
RGB
CMYK
RGB Variations
Color information
#C36A5D (or 0xC36A5D) is known color: Sunglo. HEX triplet: C3, 6A and 5D. RGB value is (195,106,93). Sum of RGB (Red+Green+Blue) = 195+106+93=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A5D is #3C95A2. Grayscale: #838383. Windows color (decimal): -3970467 or 6122179. OLE color: 6122179.
HSL color Cylindrical-coordinate representation of color #C36A5D: hue angle of 7.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36A5D is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 93 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.24 |
| HSL | 7.65º | 0.46% | 0.56% | - |
| HSV(B) | 7.65º | 0.52% | 0.76% | - |
| XYZ | 29.64 | 22.7 | 13.18 | - |
| YUV | 131.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 93 | 0 | 0.46 | 0.52 | 0.24 | 7.65 | 0.46 | 0.56 |
| Hex | C3 | 6A | 5D | 0 | 2E | 34 | 18 | 8 | 2E | 38 |
| Octal | 303 | 152 | 135 | 0 | 56 | 64 | 30 | 10 | 56 | 70 |
| Binary | 11000011 | 1101010 | 1011101 | 0 | 101110 | 110100 | 11000 | 1000 | 101110 | 111000 |
Color Harmonies of #C36A5D
Complementary color
Monochromatic Colors of #C36A5D
Black with #C36A5D
Text Example
Text Example
White with #C36A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A5D; }
p { color: rgb(195,106,93); }
H1.HeaderClassName
{
color: #C36A5D;
}
.AnyTagClassName
{
color: #C36A5D;
}
</style>
background-color css
<style>
a { background-color: #C36A5D; }
a { background-color: rgb(195,106,93); }
div.DivClassName
{
background-color: #C36A5D;
}
.BgClassName
{
background-color: #C36A5D;
}
</style>
border-color css
<style>
span { border-color: #C36A5D; }
span { border-color: rgb(195,106,93); }
td.TdClassName
{
border-color: #C36A5D;
}
.TagClassName
{
border-color: #C36A5D;
}
</style>