Shades of Sunset #C2564D
Tints of Sunset #C2564D
RGB
CMYK
RGB Variations
Color information
#C2564D (or 0xC2564D) is known color: Sunset. HEX triplet: C2, 56 and 4D. RGB value is (194,86,77). Sum of RGB (Red+Green+Blue) = 194+86+77=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2564D is #3DA9B2. Grayscale: #757575. Windows color (decimal): -4041139 or 5068482. OLE color: 5068482.
HSL color Cylindrical-coordinate representation of color #C2564D: hue angle of 4.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2564D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 77 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.24 |
| HSL | 4.62º | 0.49% | 0.53% | - |
| HSV(B) | 4.62º | 0.6% | 0.76% | - |
| XYZ | 26.92 | 18.66 | 9.2 | - |
| YUV | 117.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 77 | 0 | 0.56 | 0.60 | 0.24 | 4.62 | 0.49 | 0.53 |
| Hex | C2 | 56 | 4D | 0 | 38 | 3C | 18 | 5 | 31 | 35 |
| Octal | 302 | 126 | 115 | 0 | 70 | 74 | 30 | 5 | 61 | 65 |
| Binary | 11000010 | 1010110 | 1001101 | 0 | 111000 | 111100 | 11000 | 101 | 110001 | 110101 |
Color Harmonies of #C2564D
Complementary color
Monochromatic Colors of #C2564D
Black with #C2564D
Text Example
Text Example
White with #C2564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2564D; }
p { color: rgb(194,86,77); }
H1.HeaderClassName
{
color: #C2564D;
}
.AnyTagClassName
{
color: #C2564D;
}
</style>
background-color css
<style>
a { background-color: #C2564D; }
a { background-color: rgb(194,86,77); }
div.DivClassName
{
background-color: #C2564D;
}
.BgClassName
{
background-color: #C2564D;
}
</style>
border-color css
<style>
span { border-color: #C2564D; }
span { border-color: rgb(194,86,77); }
td.TdClassName
{
border-color: #C2564D;
}
.TagClassName
{
border-color: #C2564D;
}
</style>