Shades of Sunset #CB4E41
Tints of Sunset #CB4E41
RGB
CMYK
RGB Variations
Color information
#CB4E41 (or 0xCB4E41) is known color: Sunset. HEX triplet: CB, 4E and 41. RGB value is (203,78,65). Sum of RGB (Red+Green+Blue) = 203+78+65=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4E41 is #34B1BE. Grayscale: #727272. Windows color (decimal): -3453375 or 4280011. OLE color: 4280011.
HSL color Cylindrical-coordinate representation of color #CB4E41: hue angle of 5.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4E41 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 65 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.20 |
| HSL | 5.65º | 0.57% | 0.53% | - |
| HSV(B) | 5.65º | 0.68% | 0.8% | - |
| XYZ | 28.31 | 18.53 | 7.09 | - |
| YUV | 113.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 65 | 0 | 0.62 | 0.68 | 0.20 | 5.65 | 0.57 | 0.53 |
| Hex | CB | 4E | 41 | 0 | 3E | 44 | 14 | 6 | 39 | 35 |
| Octal | 313 | 116 | 101 | 0 | 76 | 104 | 24 | 6 | 71 | 65 |
| Binary | 11001011 | 1001110 | 1000001 | 0 | 111110 | 1000100 | 10100 | 110 | 111001 | 110101 |
Color Harmonies of #CB4E41
Complementary color
Monochromatic Colors of #CB4E41
Black with #CB4E41
Text Example
Text Example
White with #CB4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E41; }
p { color: rgb(203,78,65); }
H1.HeaderClassName
{
color: #CB4E41;
}
.AnyTagClassName
{
color: #CB4E41;
}
</style>
background-color css
<style>
a { background-color: #CB4E41; }
a { background-color: rgb(203,78,65); }
div.DivClassName
{
background-color: #CB4E41;
}
.BgClassName
{
background-color: #CB4E41;
}
</style>
border-color css
<style>
span { border-color: #CB4E41; }
span { border-color: rgb(203,78,65); }
td.TdClassName
{
border-color: #CB4E41;
}
.TagClassName
{
border-color: #CB4E41;
}
</style>