Shades of Sunset #C7534B
Tints of Sunset #C7534B
RGB
CMYK
RGB Variations
Color information
#C7534B (or 0xC7534B) is known color: Sunset. HEX triplet: C7, 53 and 4B. RGB value is (199,83,75). Sum of RGB (Red+Green+Blue) = 199+83+75=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7534B is #38ACB4. Grayscale: #747474. Windows color (decimal): -3714229 or 4936647. OLE color: 4936647.
HSL color Cylindrical-coordinate representation of color #C7534B: hue angle of 3.87º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7534B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 75 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.22 |
| HSL | 3.87º | 0.53% | 0.54% | - |
| HSV(B) | 3.87º | 0.62% | 0.78% | - |
| XYZ | 27.92 | 18.84 | 8.82 | - |
| YUV | 116.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 75 | 0 | 0.58 | 0.62 | 0.22 | 3.87 | 0.53 | 0.54 |
| Hex | C7 | 53 | 4B | 0 | 3A | 3E | 16 | 4 | 35 | 36 |
| Octal | 307 | 123 | 113 | 0 | 72 | 76 | 26 | 4 | 65 | 66 |
| Binary | 11000111 | 1010011 | 1001011 | 0 | 111010 | 111110 | 10110 | 100 | 110101 | 110110 |
Color Harmonies of #C7534B
Complementary color
Monochromatic Colors of #C7534B
Black with #C7534B
Text Example
Text Example
White with #C7534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7534B; }
p { color: rgb(199,83,75); }
H1.HeaderClassName
{
color: #C7534B;
}
.AnyTagClassName
{
color: #C7534B;
}
</style>
background-color css
<style>
a { background-color: #C7534B; }
a { background-color: rgb(199,83,75); }
div.DivClassName
{
background-color: #C7534B;
}
.BgClassName
{
background-color: #C7534B;
}
</style>
border-color css
<style>
span { border-color: #C7534B; }
span { border-color: rgb(199,83,75); }
td.TdClassName
{
border-color: #C7534B;
}
.TagClassName
{
border-color: #C7534B;
}
</style>