Shades of Sunset #CB4D49
Tints of Sunset #CB4D49
RGB
CMYK
RGB Variations
Color information
#CB4D49 (or 0xCB4D49) is known color: Sunset. HEX triplet: CB, 4D and 49. RGB value is (203,77,73). Sum of RGB (Red+Green+Blue) = 203+77+73=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4D49 is #34B2B6. Grayscale: #727272. Windows color (decimal): -3453623 or 4804043. OLE color: 4804043.
HSL color Cylindrical-coordinate representation of color #CB4D49: hue angle of 1.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4D49 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 73 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.20 |
| HSL | 1.85º | 0.56% | 0.54% | - |
| HSV(B) | 1.85º | 0.64% | 0.8% | - |
| XYZ | 28.49 | 18.49 | 8.37 | - |
| YUV | 114.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 73 | 0 | 0.62 | 0.64 | 0.20 | 1.85 | 0.56 | 0.54 |
| Hex | CB | 4D | 49 | 0 | 3E | 40 | 14 | 2 | 38 | 36 |
| Octal | 313 | 115 | 111 | 0 | 76 | 100 | 24 | 2 | 70 | 66 |
| Binary | 11001011 | 1001101 | 1001001 | 0 | 111110 | 1000000 | 10100 | 10 | 111000 | 110110 |
Color Harmonies of #CB4D49
Complementary color
Monochromatic Colors of #CB4D49
Black with #CB4D49
Text Example
Text Example
White with #CB4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D49; }
p { color: rgb(203,77,73); }
H1.HeaderClassName
{
color: #CB4D49;
}
.AnyTagClassName
{
color: #CB4D49;
}
</style>
background-color css
<style>
a { background-color: #CB4D49; }
a { background-color: rgb(203,77,73); }
div.DivClassName
{
background-color: #CB4D49;
}
.BgClassName
{
background-color: #CB4D49;
}
</style>
border-color css
<style>
span { border-color: #CB4D49; }
span { border-color: rgb(203,77,73); }
td.TdClassName
{
border-color: #CB4D49;
}
.TagClassName
{
border-color: #CB4D49;
}
</style>