Shades of Sunset #C7534D
Tints of Sunset #C7534D
RGB
CMYK
RGB Variations
Color information
#C7534D (or 0xC7534D) is known color: Sunset. HEX triplet: C7, 53 and 4D. RGB value is (199,83,77). Sum of RGB (Red+Green+Blue) = 199+83+77=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7534D is #38ACB2. Grayscale: #757575. Windows color (decimal): -3714227 or 5067719. OLE color: 5067719.
HSL color Cylindrical-coordinate representation of color #C7534D: hue angle of 2.95º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7534D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 77 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.22 |
| HSL | 2.95º | 0.52% | 0.54% | - |
| HSV(B) | 2.95º | 0.61% | 0.78% | - |
| XYZ | 27.99 | 18.86 | 9.19 | - |
| YUV | 117 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 77 | 0 | 0.58 | 0.61 | 0.22 | 2.95 | 0.52 | 0.54 |
| Hex | C7 | 53 | 4D | 0 | 3A | 3D | 16 | 3 | 34 | 36 |
| Octal | 307 | 123 | 115 | 0 | 72 | 75 | 26 | 3 | 64 | 66 |
| Binary | 11000111 | 1010011 | 1001101 | 0 | 111010 | 111101 | 10110 | 11 | 110100 | 110110 |
Color Harmonies of #C7534D
Complementary color
Monochromatic Colors of #C7534D
Black with #C7534D
Text Example
Text Example
White with #C7534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7534D; }
p { color: rgb(199,83,77); }
H1.HeaderClassName
{
color: #C7534D;
}
.AnyTagClassName
{
color: #C7534D;
}
</style>
background-color css
<style>
a { background-color: #C7534D; }
a { background-color: rgb(199,83,77); }
div.DivClassName
{
background-color: #C7534D;
}
.BgClassName
{
background-color: #C7534D;
}
</style>
border-color css
<style>
span { border-color: #C7534D; }
span { border-color: rgb(199,83,77); }
td.TdClassName
{
border-color: #C7534D;
}
.TagClassName
{
border-color: #C7534D;
}
</style>