Shades of Sunset #CB5047
Tints of Sunset #CB5047
RGB
CMYK
RGB Variations
Color information
#CB5047 (or 0xCB5047) is known color: Sunset. HEX triplet: CB, 50 and 47. RGB value is (203,80,71). Sum of RGB (Red+Green+Blue) = 203+80+71=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5047 is #34AFB8. Grayscale: #737373. Windows color (decimal): -3452857 or 4673739. OLE color: 4673739.
HSL color Cylindrical-coordinate representation of color #CB5047: hue angle of 4.09º 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 #CB5047 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 71 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.20 |
| HSL | 4.09º | 0.56% | 0.54% | - |
| HSV(B) | 4.09º | 0.65% | 0.8% | - |
| XYZ | 28.63 | 18.89 | 8.1 | - |
| YUV | 115.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 71 | 0 | 0.61 | 0.65 | 0.20 | 4.09 | 0.56 | 0.54 |
| Hex | CB | 50 | 47 | 0 | 3D | 41 | 14 | 4 | 38 | 36 |
| Octal | 313 | 120 | 107 | 0 | 75 | 101 | 24 | 4 | 70 | 66 |
| Binary | 11001011 | 1010000 | 1000111 | 0 | 111101 | 1000001 | 10100 | 100 | 111000 | 110110 |
Color Harmonies of #CB5047
Complementary color
Monochromatic Colors of #CB5047
Black with #CB5047
Text Example
Text Example
White with #CB5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5047; }
p { color: rgb(203,80,71); }
H1.HeaderClassName
{
color: #CB5047;
}
.AnyTagClassName
{
color: #CB5047;
}
</style>
background-color css
<style>
a { background-color: #CB5047; }
a { background-color: rgb(203,80,71); }
div.DivClassName
{
background-color: #CB5047;
}
.BgClassName
{
background-color: #CB5047;
}
</style>
border-color css
<style>
span { border-color: #CB5047; }
span { border-color: rgb(203,80,71); }
td.TdClassName
{
border-color: #CB5047;
}
.TagClassName
{
border-color: #CB5047;
}
</style>