Shades of Sunglo #C56B5D
Tints of Sunglo #C56B5D
RGB
CMYK
RGB Variations
Color information
#C56B5D (or 0xC56B5D) is known color: Sunglo. HEX triplet: C5, 6B and 5D. RGB value is (197,107,93). Sum of RGB (Red+Green+Blue) = 197+107+93=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B5D is #3A94A2. Grayscale: #848484. Windows color (decimal): -3839139 or 6122437. OLE color: 6122437.
HSL color Cylindrical-coordinate representation of color #C56B5D: hue angle of 8.08º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56B5D is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 93 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.23 |
| HSL | 8.08º | 0.47% | 0.57% | - |
| HSV(B) | 8.08º | 0.53% | 0.77% | - |
| XYZ | 30.26 | 23.18 | 13.23 | - |
| YUV | 132.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 93 | 0 | 0.46 | 0.53 | 0.23 | 8.08 | 0.47 | 0.57 |
| Hex | C5 | 6B | 5D | 0 | 2E | 35 | 17 | 8 | 2F | 39 |
| Octal | 305 | 153 | 135 | 0 | 56 | 65 | 27 | 10 | 57 | 71 |
| Binary | 11000101 | 1101011 | 1011101 | 0 | 101110 | 110101 | 10111 | 1000 | 101111 | 111001 |
Color Harmonies of #C56B5D
Complementary color
Monochromatic Colors of #C56B5D
Black with #C56B5D
Text Example
Text Example
White with #C56B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B5D; }
p { color: rgb(197,107,93); }
H1.HeaderClassName
{
color: #C56B5D;
}
.AnyTagClassName
{
color: #C56B5D;
}
</style>
background-color css
<style>
a { background-color: #C56B5D; }
a { background-color: rgb(197,107,93); }
div.DivClassName
{
background-color: #C56B5D;
}
.BgClassName
{
background-color: #C56B5D;
}
</style>
border-color css
<style>
span { border-color: #C56B5D; }
span { border-color: rgb(197,107,93); }
td.TdClassName
{
border-color: #C56B5D;
}
.TagClassName
{
border-color: #C56B5D;
}
</style>