Shades of Sunset #CB4945
Tints of Sunset #CB4945
RGB
CMYK
RGB Variations
Color information
#CB4945 (or 0xCB4945) is known color: Sunset. HEX triplet: CB, 49 and 45. RGB value is (203,73,69). Sum of RGB (Red+Green+Blue) = 203+73+69=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4945 is #34B6BA. Grayscale: #6F6F6F. Windows color (decimal): -3454651 or 4540875. OLE color: 4540875.
HSL color Cylindrical-coordinate representation of color #CB4945: hue angle of 1.79º 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 #CB4945 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 69 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.20 |
| HSL | 1.79º | 0.56% | 0.53% | - |
| HSV(B) | 1.79º | 0.66% | 0.8% | - |
| XYZ | 28.09 | 17.89 | 7.6 | - |
| YUV | 111.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 69 | 0 | 0.64 | 0.66 | 0.20 | 1.79 | 0.56 | 0.53 |
| Hex | CB | 49 | 45 | 0 | 40 | 42 | 14 | 2 | 38 | 35 |
| Octal | 313 | 111 | 105 | 0 | 100 | 102 | 24 | 2 | 70 | 65 |
| Binary | 11001011 | 1001001 | 1000101 | 0 | 1000000 | 1000010 | 10100 | 10 | 111000 | 110101 |
Color Harmonies of #CB4945
Complementary color
Monochromatic Colors of #CB4945
Black with #CB4945
Text Example
Text Example
White with #CB4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4945; }
p { color: rgb(203,73,69); }
H1.HeaderClassName
{
color: #CB4945;
}
.AnyTagClassName
{
color: #CB4945;
}
</style>
background-color css
<style>
a { background-color: #CB4945; }
a { background-color: rgb(203,73,69); }
div.DivClassName
{
background-color: #CB4945;
}
.BgClassName
{
background-color: #CB4945;
}
</style>
border-color css
<style>
span { border-color: #CB4945; }
span { border-color: rgb(203,73,69); }
td.TdClassName
{
border-color: #CB4945;
}
.TagClassName
{
border-color: #CB4945;
}
</style>