Shades of Sunset #CB4540
Tints of Sunset #CB4540
RGB
CMYK
RGB Variations
Color information
#CB4540 (or 0xCB4540) is known color: Sunset. HEX triplet: CB, 45 and 40. RGB value is (203,69,64). Sum of RGB (Red+Green+Blue) = 203+69+64=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4540 is #34BABF. Grayscale: #6C6C6C. Windows color (decimal): -3455680 or 4212171. OLE color: 4212171.
HSL color Cylindrical-coordinate representation of color #CB4540: hue angle of 2.16º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4540 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 64 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.20 |
| HSL | 2.16º | 0.57% | 0.52% | - |
| HSV(B) | 2.16º | 0.68% | 0.8% | - |
| XYZ | 27.68 | 17.32 | 6.74 | - |
| YUV | 108.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 64 | 0 | 0.66 | 0.68 | 0.20 | 2.16 | 0.57 | 0.52 |
| Hex | CB | 45 | 40 | 0 | 42 | 44 | 14 | 2 | 39 | 34 |
| Octal | 313 | 105 | 100 | 0 | 102 | 104 | 24 | 2 | 71 | 64 |
| Binary | 11001011 | 1000101 | 1000000 | 0 | 1000010 | 1000100 | 10100 | 10 | 111001 | 110100 |
Color Harmonies of #CB4540
Complementary color
Monochromatic Colors of #CB4540
Black with #CB4540
Text Example
Text Example
White with #CB4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4540; }
p { color: rgb(203,69,64); }
H1.HeaderClassName
{
color: #CB4540;
}
.AnyTagClassName
{
color: #CB4540;
}
</style>
background-color css
<style>
a { background-color: #CB4540; }
a { background-color: rgb(203,69,64); }
div.DivClassName
{
background-color: #CB4540;
}
.BgClassName
{
background-color: #CB4540;
}
</style>
border-color css
<style>
span { border-color: #CB4540; }
span { border-color: rgb(203,69,64); }
td.TdClassName
{
border-color: #CB4540;
}
.TagClassName
{
border-color: #CB4540;
}
</style>