Shades of Sunset #C7534A
Tints of Sunset #C7534A
RGB
CMYK
RGB Variations
Color information
#C7534A (or 0xC7534A) is known color: Sunset. HEX triplet: C7, 53 and 4A. RGB value is (199,83,74). Sum of RGB (Red+Green+Blue) = 199+83+74=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7534A is #38ACB5. Grayscale: #747474. Windows color (decimal): -3714230 or 4871111. OLE color: 4871111.
HSL color Cylindrical-coordinate representation of color #C7534A: hue angle of 4.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7534A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 74 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.22 |
| HSL | 4.32º | 0.53% | 0.54% | - |
| HSV(B) | 4.32º | 0.63% | 0.78% | - |
| XYZ | 27.88 | 18.82 | 8.64 | - |
| YUV | 116.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 74 | 0 | 0.58 | 0.63 | 0.22 | 4.32 | 0.53 | 0.54 |
| Hex | C7 | 53 | 4A | 0 | 3A | 3F | 16 | 4 | 35 | 36 |
| Octal | 307 | 123 | 112 | 0 | 72 | 77 | 26 | 4 | 65 | 66 |
| Binary | 11000111 | 1010011 | 1001010 | 0 | 111010 | 111111 | 10110 | 100 | 110101 | 110110 |
Color Harmonies of #C7534A
Complementary color
Monochromatic Colors of #C7534A
Black with #C7534A
Text Example
Text Example
White with #C7534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7534A; }
p { color: rgb(199,83,74); }
H1.HeaderClassName
{
color: #C7534A;
}
.AnyTagClassName
{
color: #C7534A;
}
</style>
background-color css
<style>
a { background-color: #C7534A; }
a { background-color: rgb(199,83,74); }
div.DivClassName
{
background-color: #C7534A;
}
.BgClassName
{
background-color: #C7534A;
}
</style>
border-color css
<style>
span { border-color: #C7534A; }
span { border-color: rgb(199,83,74); }
td.TdClassName
{
border-color: #C7534A;
}
.TagClassName
{
border-color: #C7534A;
}
</style>