Shades of Sunset #C1534B
Tints of Sunset #C1534B
RGB
CMYK
RGB Variations
Color information
#C1534B (or 0xC1534B) is known color: Sunset. HEX triplet: C1, 53 and 4B. RGB value is (193,83,75). Sum of RGB (Red+Green+Blue) = 193+83+75=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1534B is #3EACB4. Grayscale: #737373. Windows color (decimal): -4107445 or 4936641. OLE color: 4936641.
HSL color Cylindrical-coordinate representation of color #C1534B: hue angle of 4.07º 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 #C1534B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 75 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.24 |
| HSL | 4.07º | 0.49% | 0.53% | - |
| HSV(B) | 4.07º | 0.61% | 0.76% | - |
| XYZ | 26.36 | 18.03 | 8.75 | - |
| YUV | 114.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 75 | 0 | 0.57 | 0.61 | 0.24 | 4.07 | 0.49 | 0.53 |
| Hex | C1 | 53 | 4B | 0 | 39 | 3D | 18 | 4 | 31 | 35 |
| Octal | 301 | 123 | 113 | 0 | 71 | 75 | 30 | 4 | 61 | 65 |
| Binary | 11000001 | 1010011 | 1001011 | 0 | 111001 | 111101 | 11000 | 100 | 110001 | 110101 |
Color Harmonies of #C1534B
Complementary color
Monochromatic Colors of #C1534B
Black with #C1534B
Text Example
Text Example
White with #C1534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1534B; }
p { color: rgb(193,83,75); }
H1.HeaderClassName
{
color: #C1534B;
}
.AnyTagClassName
{
color: #C1534B;
}
</style>
background-color css
<style>
a { background-color: #C1534B; }
a { background-color: rgb(193,83,75); }
div.DivClassName
{
background-color: #C1534B;
}
.BgClassName
{
background-color: #C1534B;
}
</style>
border-color css
<style>
span { border-color: #C1534B; }
span { border-color: rgb(193,83,75); }
td.TdClassName
{
border-color: #C1534B;
}
.TagClassName
{
border-color: #C1534B;
}
</style>