Shades of Sunset #CB4644
Tints of Sunset #CB4644
RGB
CMYK
RGB Variations
Color information
#CB4644 (or 0xCB4644) is known color: Sunset. HEX triplet: CB, 46 and 44. RGB value is (203,70,68). Sum of RGB (Red+Green+Blue) = 203+70+68=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4644 is #34B9BB. Grayscale: #6D6D6D. Windows color (decimal): -3455420 or 4474571. OLE color: 4474571.
HSL color Cylindrical-coordinate representation of color #CB4644: hue angle of 0.89º degrees, saturation: 0.56, 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 #CB4644 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 68 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.20 |
| HSL | 0.89º | 0.56% | 0.53% | - |
| HSV(B) | 0.89º | 0.67% | 0.8% | - |
| XYZ | 27.86 | 17.49 | 7.38 | - |
| YUV | 109.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 68 | 0 | 0.66 | 0.67 | 0.20 | 0.89 | 0.56 | 0.53 |
| Hex | CB | 46 | 44 | 0 | 42 | 43 | 14 | 1 | 38 | 35 |
| Octal | 313 | 106 | 104 | 0 | 102 | 103 | 24 | 1 | 70 | 65 |
| Binary | 11001011 | 1000110 | 1000100 | 0 | 1000010 | 1000011 | 10100 | 1 | 111000 | 110101 |
Color Harmonies of #CB4644
Complementary color
Monochromatic Colors of #CB4644
Black with #CB4644
Text Example
Text Example
White with #CB4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4644; }
p { color: rgb(203,70,68); }
H1.HeaderClassName
{
color: #CB4644;
}
.AnyTagClassName
{
color: #CB4644;
}
</style>
background-color css
<style>
a { background-color: #CB4644; }
a { background-color: rgb(203,70,68); }
div.DivClassName
{
background-color: #CB4644;
}
.BgClassName
{
background-color: #CB4644;
}
</style>
border-color css
<style>
span { border-color: #CB4644; }
span { border-color: rgb(203,70,68); }
td.TdClassName
{
border-color: #CB4644;
}
.TagClassName
{
border-color: #CB4644;
}
</style>