Shades of Sunset #C04B46
Tints of Sunset #C04B46
RGB
CMYK
RGB Variations
Color information
#C04B46 (or 0xC04B46) is known color: Sunset. HEX triplet: C0, 4B and 46. RGB value is (192,75,70). Sum of RGB (Red+Green+Blue) = 192+75+70=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B46 is #3FB4B9. Grayscale: #6D6D6D. Windows color (decimal): -4175034 or 4606912. OLE color: 4606912.
HSL color Cylindrical-coordinate representation of color #C04B46: hue angle of 2.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04B46 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 70 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.25 |
| HSL | 2.46º | 0.49% | 0.51% | - |
| HSV(B) | 2.46º | 0.64% | 0.75% | - |
| XYZ | 25.36 | 16.68 | 7.68 | - |
| YUV | 109.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 70 | 0 | 0.61 | 0.64 | 0.25 | 2.46 | 0.49 | 0.51 |
| Hex | C0 | 4B | 46 | 0 | 3D | 40 | 19 | 2 | 31 | 33 |
| Octal | 300 | 113 | 106 | 0 | 75 | 100 | 31 | 2 | 61 | 63 |
| Binary | 11000000 | 1001011 | 1000110 | 0 | 111101 | 1000000 | 11001 | 10 | 110001 | 110011 |
Color Harmonies of #C04B46
Complementary color
Monochromatic Colors of #C04B46
Black with #C04B46
Text Example
Text Example
White with #C04B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B46; }
p { color: rgb(192,75,70); }
H1.HeaderClassName
{
color: #C04B46;
}
.AnyTagClassName
{
color: #C04B46;
}
</style>
background-color css
<style>
a { background-color: #C04B46; }
a { background-color: rgb(192,75,70); }
div.DivClassName
{
background-color: #C04B46;
}
.BgClassName
{
background-color: #C04B46;
}
</style>
border-color css
<style>
span { border-color: #C04B46; }
span { border-color: rgb(192,75,70); }
td.TdClassName
{
border-color: #C04B46;
}
.TagClassName
{
border-color: #C04B46;
}
</style>