Shades of Sunset #CB4847
Tints of Sunset #CB4847
RGB
CMYK
RGB Variations
Color information
#CB4847 (or 0xCB4847) is known color: Sunset. HEX triplet: CB, 48 and 47. RGB value is (203,72,71). Sum of RGB (Red+Green+Blue) = 203+72+71=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4847 is #34B7B8. Grayscale: #6F6F6F. Windows color (decimal): -3454905 or 4671691. OLE color: 4671691.
HSL color Cylindrical-coordinate representation of color #CB4847: hue angle of 0.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4847 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 71 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.20 |
| HSL | 0.45º | 0.56% | 0.54% | - |
| HSV(B) | 0.45º | 0.65% | 0.8% | - |
| XYZ | 28.08 | 17.79 | 7.91 | - |
| YUV | 111.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 71 | 0 | 0.65 | 0.65 | 0.20 | 0.45 | 0.56 | 0.54 |
| Hex | CB | 48 | 47 | 0 | 41 | 41 | 14 | 0 | 38 | 36 |
| Octal | 313 | 110 | 107 | 0 | 101 | 101 | 24 | 0 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1000111 | 0 | 1000001 | 1000001 | 10100 | 0 | 111000 | 110110 |
Color Harmonies of #CB4847
Complementary color
Monochromatic Colors of #CB4847
Black with #CB4847
Text Example
Text Example
White with #CB4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4847; }
p { color: rgb(203,72,71); }
H1.HeaderClassName
{
color: #CB4847;
}
.AnyTagClassName
{
color: #CB4847;
}
</style>
background-color css
<style>
a { background-color: #CB4847; }
a { background-color: rgb(203,72,71); }
div.DivClassName
{
background-color: #CB4847;
}
.BgClassName
{
background-color: #CB4847;
}
</style>
border-color css
<style>
span { border-color: #CB4847; }
span { border-color: rgb(203,72,71); }
td.TdClassName
{
border-color: #CB4847;
}
.TagClassName
{
border-color: #CB4847;
}
</style>