Shades of Sunset #CB4845
Tints of Sunset #CB4845
RGB
CMYK
RGB Variations
Color information
#CB4845 (or 0xCB4845) is known color: Sunset. HEX triplet: CB, 48 and 45. RGB value is (203,72,69). Sum of RGB (Red+Green+Blue) = 203+72+69=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4845 is #34B7BA. Grayscale: #6E6E6E. Windows color (decimal): -3454907 or 4540619. OLE color: 4540619.
HSL color Cylindrical-coordinate representation of color #CB4845: hue angle of 1.34º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4845 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 69 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.20 |
| HSL | 1.34º | 0.56% | 0.53% | - |
| HSV(B) | 1.34º | 0.66% | 0.8% | - |
| XYZ | 28.02 | 17.76 | 7.58 | - |
| YUV | 110.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 69 | 0 | 0.65 | 0.66 | 0.20 | 1.34 | 0.56 | 0.53 |
| Hex | CB | 48 | 45 | 0 | 41 | 42 | 14 | 1 | 38 | 35 |
| Octal | 313 | 110 | 105 | 0 | 101 | 102 | 24 | 1 | 70 | 65 |
| Binary | 11001011 | 1001000 | 1000101 | 0 | 1000001 | 1000010 | 10100 | 1 | 111000 | 110101 |
Color Harmonies of #CB4845
Complementary color
Monochromatic Colors of #CB4845
Black with #CB4845
Text Example
Text Example
White with #CB4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4845; }
p { color: rgb(203,72,69); }
H1.HeaderClassName
{
color: #CB4845;
}
.AnyTagClassName
{
color: #CB4845;
}
</style>
background-color css
<style>
a { background-color: #CB4845; }
a { background-color: rgb(203,72,69); }
div.DivClassName
{
background-color: #CB4845;
}
.BgClassName
{
background-color: #CB4845;
}
</style>
border-color css
<style>
span { border-color: #CB4845; }
span { border-color: rgb(203,72,69); }
td.TdClassName
{
border-color: #CB4845;
}
.TagClassName
{
border-color: #CB4845;
}
</style>