Shades of Sunset #C2564E
Tints of Sunset #C2564E
RGB
CMYK
RGB Variations
Color information
#C2564E (or 0xC2564E) is known color: Sunset. HEX triplet: C2, 56 and 4E. RGB value is (194,86,78). Sum of RGB (Red+Green+Blue) = 194+86+78=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2564E is #3DA9B1. Grayscale: #757575. Windows color (decimal): -4041138 or 5134018. OLE color: 5134018.
HSL color Cylindrical-coordinate representation of color #C2564E: hue angle of 4.14º 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 #C2564E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 78 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.24 |
| HSL | 4.14º | 0.49% | 0.53% | - |
| HSV(B) | 4.14º | 0.6% | 0.76% | - |
| XYZ | 26.95 | 18.67 | 9.39 | - |
| YUV | 117.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 78 | 0 | 0.56 | 0.60 | 0.24 | 4.14 | 0.49 | 0.53 |
| Hex | C2 | 56 | 4E | 0 | 38 | 3C | 18 | 4 | 31 | 35 |
| Octal | 302 | 126 | 116 | 0 | 70 | 74 | 30 | 4 | 61 | 65 |
| Binary | 11000010 | 1010110 | 1001110 | 0 | 111000 | 111100 | 11000 | 100 | 110001 | 110101 |
Color Harmonies of #C2564E
Complementary color
Monochromatic Colors of #C2564E
Black with #C2564E
Text Example
Text Example
White with #C2564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2564E; }
p { color: rgb(194,86,78); }
H1.HeaderClassName
{
color: #C2564E;
}
.AnyTagClassName
{
color: #C2564E;
}
</style>
background-color css
<style>
a { background-color: #C2564E; }
a { background-color: rgb(194,86,78); }
div.DivClassName
{
background-color: #C2564E;
}
.BgClassName
{
background-color: #C2564E;
}
</style>
border-color css
<style>
span { border-color: #C2564E; }
span { border-color: rgb(194,86,78); }
td.TdClassName
{
border-color: #C2564E;
}
.TagClassName
{
border-color: #C2564E;
}
</style>