Shades of Sunset #CB5148
Tints of Sunset #CB5148
RGB
CMYK
RGB Variations
Color information
#CB5148 (or 0xCB5148) is known color: Sunset. HEX triplet: CB, 51 and 48. RGB value is (203,81,72). Sum of RGB (Red+Green+Blue) = 203+81+72=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5148 is #34AEB7. Grayscale: #747474. Windows color (decimal): -3452600 or 4739531. OLE color: 4739531.
HSL color Cylindrical-coordinate representation of color #CB5148: hue angle of 4.12º 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 #CB5148 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 72 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.20 |
| HSL | 4.12º | 0.56% | 0.54% | - |
| HSV(B) | 4.12º | 0.65% | 0.8% | - |
| XYZ | 28.74 | 19.05 | 8.29 | - |
| YUV | 116.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 72 | 0 | 0.60 | 0.65 | 0.20 | 4.12 | 0.56 | 0.54 |
| Hex | CB | 51 | 48 | 0 | 3C | 41 | 14 | 4 | 38 | 36 |
| Octal | 313 | 121 | 110 | 0 | 74 | 101 | 24 | 4 | 70 | 66 |
| Binary | 11001011 | 1010001 | 1001000 | 0 | 111100 | 1000001 | 10100 | 100 | 111000 | 110110 |
Color Harmonies of #CB5148
Complementary color
Monochromatic Colors of #CB5148
Black with #CB5148
Text Example
Text Example
White with #CB5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5148; }
p { color: rgb(203,81,72); }
H1.HeaderClassName
{
color: #CB5148;
}
.AnyTagClassName
{
color: #CB5148;
}
</style>
background-color css
<style>
a { background-color: #CB5148; }
a { background-color: rgb(203,81,72); }
div.DivClassName
{
background-color: #CB5148;
}
.BgClassName
{
background-color: #CB5148;
}
</style>
border-color css
<style>
span { border-color: #CB5148; }
span { border-color: rgb(203,81,72); }
td.TdClassName
{
border-color: #CB5148;
}
.TagClassName
{
border-color: #CB5148;
}
</style>