Shades of Sunset #CB4E4D
Tints of Sunset #CB4E4D
RGB
CMYK
RGB Variations
Color information
#CB4E4D (or 0xCB4E4D) is known color: Sunset. HEX triplet: CB, 4E and 4D. RGB value is (203,78,77). Sum of RGB (Red+Green+Blue) = 203+78+77=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E4D is #34B1B2. Grayscale: #737373. Windows color (decimal): -3453363 or 5066443. OLE color: 5066443.
HSL color Cylindrical-coordinate representation of color #CB4E4D: hue angle of 0.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4E4D is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 77 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.20 |
| HSL | 0.48º | 0.55% | 0.55% | - |
| HSV(B) | 0.48º | 0.62% | 0.8% | - |
| XYZ | 28.69 | 18.68 | 9.11 | - |
| YUV | 115.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 77 | 0 | 0.62 | 0.62 | 0.20 | 0.48 | 0.55 | 0.55 |
| Hex | CB | 4E | 4D | 0 | 3E | 3E | 14 | 0 | 37 | 37 |
| Octal | 313 | 116 | 115 | 0 | 76 | 76 | 24 | 0 | 67 | 67 |
| Binary | 11001011 | 1001110 | 1001101 | 0 | 111110 | 111110 | 10100 | 0 | 110111 | 110111 |
Color Harmonies of #CB4E4D
Complementary color
Monochromatic Colors of #CB4E4D
Black with #CB4E4D
Text Example
Text Example
White with #CB4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E4D; }
p { color: rgb(203,78,77); }
H1.HeaderClassName
{
color: #CB4E4D;
}
.AnyTagClassName
{
color: #CB4E4D;
}
</style>
background-color css
<style>
a { background-color: #CB4E4D; }
a { background-color: rgb(203,78,77); }
div.DivClassName
{
background-color: #CB4E4D;
}
.BgClassName
{
background-color: #CB4E4D;
}
</style>
border-color css
<style>
span { border-color: #CB4E4D; }
span { border-color: rgb(203,78,77); }
td.TdClassName
{
border-color: #CB4E4D;
}
.TagClassName
{
border-color: #CB4E4D;
}
</style>