Shades of Sunset #C1564A
Tints of Sunset #C1564A
RGB
CMYK
RGB Variations
Color information
#C1564A (or 0xC1564A) is known color: Sunset. HEX triplet: C1, 56 and 4A. RGB value is (193,86,74). Sum of RGB (Red+Green+Blue) = 193+86+74=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1564A is #3EA9B5. Grayscale: #747474. Windows color (decimal): -4106678 or 4871873. OLE color: 4871873.
HSL color Cylindrical-coordinate representation of color #C1564A: hue angle of 6.05º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1564A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 74 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.24 |
| HSL | 6.05º | 0.49% | 0.52% | - |
| HSV(B) | 6.05º | 0.62% | 0.76% | - |
| XYZ | 26.56 | 18.49 | 8.65 | - |
| YUV | 116.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 74 | 0 | 0.55 | 0.62 | 0.24 | 6.05 | 0.49 | 0.52 |
| Hex | C1 | 56 | 4A | 0 | 37 | 3E | 18 | 6 | 31 | 34 |
| Octal | 301 | 126 | 112 | 0 | 67 | 76 | 30 | 6 | 61 | 64 |
| Binary | 11000001 | 1010110 | 1001010 | 0 | 110111 | 111110 | 11000 | 110 | 110001 | 110100 |
Color Harmonies of #C1564A
Complementary color
Monochromatic Colors of #C1564A
Black with #C1564A
Text Example
Text Example
White with #C1564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1564A; }
p { color: rgb(193,86,74); }
H1.HeaderClassName
{
color: #C1564A;
}
.AnyTagClassName
{
color: #C1564A;
}
</style>
background-color css
<style>
a { background-color: #C1564A; }
a { background-color: rgb(193,86,74); }
div.DivClassName
{
background-color: #C1564A;
}
.BgClassName
{
background-color: #C1564A;
}
</style>
border-color css
<style>
span { border-color: #C1564A; }
span { border-color: rgb(193,86,74); }
td.TdClassName
{
border-color: #C1564A;
}
.TagClassName
{
border-color: #C1564A;
}
</style>