Shades of Sunset #C2564C
Tints of Sunset #C2564C
RGB
CMYK
RGB Variations
Color information
#C2564C (or 0xC2564C) is known color: Sunset. HEX triplet: C2, 56 and 4C. RGB value is (194,86,76). Sum of RGB (Red+Green+Blue) = 194+86+76=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2564C is #3DA9B3. Grayscale: #757575. Windows color (decimal): -4041140 or 5002946. OLE color: 5002946.
HSL color Cylindrical-coordinate representation of color #C2564C: hue angle of 5.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2564C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 76 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.24 |
| HSL | 5.08º | 0.49% | 0.53% | - |
| HSV(B) | 5.08º | 0.61% | 0.76% | - |
| XYZ | 26.88 | 18.65 | 9.02 | - |
| YUV | 117.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 76 | 0 | 0.56 | 0.61 | 0.24 | 5.08 | 0.49 | 0.53 |
| Hex | C2 | 56 | 4C | 0 | 38 | 3D | 18 | 5 | 31 | 35 |
| Octal | 302 | 126 | 114 | 0 | 70 | 75 | 30 | 5 | 61 | 65 |
| Binary | 11000010 | 1010110 | 1001100 | 0 | 111000 | 111101 | 11000 | 101 | 110001 | 110101 |
Color Harmonies of #C2564C
Complementary color
Monochromatic Colors of #C2564C
Black with #C2564C
Text Example
Text Example
White with #C2564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2564C; }
p { color: rgb(194,86,76); }
H1.HeaderClassName
{
color: #C2564C;
}
.AnyTagClassName
{
color: #C2564C;
}
</style>
background-color css
<style>
a { background-color: #C2564C; }
a { background-color: rgb(194,86,76); }
div.DivClassName
{
background-color: #C2564C;
}
.BgClassName
{
background-color: #C2564C;
}
</style>
border-color css
<style>
span { border-color: #C2564C; }
span { border-color: rgb(194,86,76); }
td.TdClassName
{
border-color: #C2564C;
}
.TagClassName
{
border-color: #C2564C;
}
</style>