Shades of Sunset #C04B44
Tints of Sunset #C04B44
RGB
CMYK
RGB Variations
Color information
#C04B44 (or 0xC04B44) is known color: Sunset. HEX triplet: C0, 4B and 44. RGB value is (192,75,68). Sum of RGB (Red+Green+Blue) = 192+75+68=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B44 is #3FB4BB. Grayscale: #6D6D6D. Windows color (decimal): -4175036 or 4475840. OLE color: 4475840.
HSL color Cylindrical-coordinate representation of color #C04B44: hue angle of 3.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04B44 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 68 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.25 |
| HSL | 3.39º | 0.5% | 0.51% | - |
| HSV(B) | 3.39º | 0.65% | 0.75% | - |
| XYZ | 25.3 | 16.66 | 7.35 | - |
| YUV | 109.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 68 | 0 | 0.61 | 0.65 | 0.25 | 3.39 | 0.5 | 0.51 |
| Hex | C0 | 4B | 44 | 0 | 3D | 41 | 19 | 3 | 32 | 33 |
| Octal | 300 | 113 | 104 | 0 | 75 | 101 | 31 | 3 | 62 | 63 |
| Binary | 11000000 | 1001011 | 1000100 | 0 | 111101 | 1000001 | 11001 | 11 | 110010 | 110011 |
Color Harmonies of #C04B44
Complementary color
Monochromatic Colors of #C04B44
Black with #C04B44
Text Example
Text Example
White with #C04B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B44; }
p { color: rgb(192,75,68); }
H1.HeaderClassName
{
color: #C04B44;
}
.AnyTagClassName
{
color: #C04B44;
}
</style>
background-color css
<style>
a { background-color: #C04B44; }
a { background-color: rgb(192,75,68); }
div.DivClassName
{
background-color: #C04B44;
}
.BgClassName
{
background-color: #C04B44;
}
</style>
border-color css
<style>
span { border-color: #C04B44; }
span { border-color: rgb(192,75,68); }
td.TdClassName
{
border-color: #C04B44;
}
.TagClassName
{
border-color: #C04B44;
}
</style>