Shades of Sunset #C2564A
Tints of Sunset #C2564A
RGB
CMYK
RGB Variations
Color information
#C2564A (or 0xC2564A) is known color: Sunset. HEX triplet: C2, 56 and 4A. RGB value is (194,86,74). Sum of RGB (Red+Green+Blue) = 194+86+74=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2564A is #3DA9B5. Grayscale: #757575. Windows color (decimal): -4041142 or 4871874. OLE color: 4871874.
HSL color Cylindrical-coordinate representation of color #C2564A: hue angle of 6º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2564A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 74 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.24 |
| HSL | 6º | 0.5% | 0.53% | - |
| HSV(B) | 6º | 0.62% | 0.76% | - |
| XYZ | 26.81 | 18.62 | 8.66 | - |
| YUV | 116.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 74 | 0 | 0.56 | 0.62 | 0.24 | 6 | 0.5 | 0.53 |
| Hex | C2 | 56 | 4A | 0 | 38 | 3E | 18 | 6 | 32 | 35 |
| Octal | 302 | 126 | 112 | 0 | 70 | 76 | 30 | 6 | 62 | 65 |
| Binary | 11000010 | 1010110 | 1001010 | 0 | 111000 | 111110 | 11000 | 110 | 110010 | 110101 |
Color Harmonies of #C2564A
Complementary color
Monochromatic Colors of #C2564A
Black with #C2564A
Text Example
Text Example
White with #C2564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2564A; }
p { color: rgb(194,86,74); }
H1.HeaderClassName
{
color: #C2564A;
}
.AnyTagClassName
{
color: #C2564A;
}
</style>
background-color css
<style>
a { background-color: #C2564A; }
a { background-color: rgb(194,86,74); }
div.DivClassName
{
background-color: #C2564A;
}
.BgClassName
{
background-color: #C2564A;
}
</style>
border-color css
<style>
span { border-color: #C2564A; }
span { border-color: rgb(194,86,74); }
td.TdClassName
{
border-color: #C2564A;
}
.TagClassName
{
border-color: #C2564A;
}
</style>