Shades of Sunset #CB4842
Tints of Sunset #CB4842
RGB
CMYK
RGB Variations
Color information
#CB4842 (or 0xCB4842) is known color: Sunset. HEX triplet: CB, 48 and 42. RGB value is (203,72,66). Sum of RGB (Red+Green+Blue) = 203+72+66=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4842 is #34B7BD. Grayscale: #6E6E6E. Windows color (decimal): -3454910 or 4344011. OLE color: 4344011.
HSL color Cylindrical-coordinate representation of color #CB4842: hue angle of 2.63º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4842 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 66 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.20 |
| HSL | 2.63º | 0.57% | 0.53% | - |
| HSV(B) | 2.63º | 0.67% | 0.8% | - |
| XYZ | 27.93 | 17.72 | 7.1 | - |
| YUV | 110.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 66 | 0 | 0.65 | 0.67 | 0.20 | 2.63 | 0.57 | 0.53 |
| Hex | CB | 48 | 42 | 0 | 41 | 43 | 14 | 3 | 39 | 35 |
| Octal | 313 | 110 | 102 | 0 | 101 | 103 | 24 | 3 | 71 | 65 |
| Binary | 11001011 | 1001000 | 1000010 | 0 | 1000001 | 1000011 | 10100 | 11 | 111001 | 110101 |
Color Harmonies of #CB4842
Complementary color
Monochromatic Colors of #CB4842
Black with #CB4842
Text Example
Text Example
White with #CB4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4842; }
p { color: rgb(203,72,66); }
H1.HeaderClassName
{
color: #CB4842;
}
.AnyTagClassName
{
color: #CB4842;
}
</style>
background-color css
<style>
a { background-color: #CB4842; }
a { background-color: rgb(203,72,66); }
div.DivClassName
{
background-color: #CB4842;
}
.BgClassName
{
background-color: #CB4842;
}
</style>
border-color css
<style>
span { border-color: #CB4842; }
span { border-color: rgb(203,72,66); }
td.TdClassName
{
border-color: #CB4842;
}
.TagClassName
{
border-color: #CB4842;
}
</style>