Shades of Sunset #CD4844
Tints of Sunset #CD4844
RGB
CMYK
RGB Variations
Color information
#CD4844 (or 0xCD4844) is known color: Sunset. HEX triplet: CD, 48 and 44. RGB value is (205,72,68). Sum of RGB (Red+Green+Blue) = 205+72+68=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4844 is #32B7BB. Grayscale: #6F6F6F. Windows color (decimal): -3323836 or 4475085. OLE color: 4475085.
HSL color Cylindrical-coordinate representation of color #CD4844: hue angle of 1.75º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4844 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 72 | 68 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.20 |
| HSL | 1.75º | 0.58% | 0.54% | - |
| HSV(B) | 1.75º | 0.67% | 0.8% | - |
| XYZ | 28.54 | 18.03 | 7.45 | - |
| YUV | 111.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 72 | 68 | 0 | 0.65 | 0.67 | 0.20 | 1.75 | 0.58 | 0.54 |
| Hex | CD | 48 | 44 | 0 | 41 | 43 | 14 | 2 | 3A | 36 |
| Octal | 315 | 110 | 104 | 0 | 101 | 103 | 24 | 2 | 72 | 66 |
| Binary | 11001101 | 1001000 | 1000100 | 0 | 1000001 | 1000011 | 10100 | 10 | 111010 | 110110 |
Color Harmonies of #CD4844
Complementary color
Monochromatic Colors of #CD4844
Black with #CD4844
Text Example
Text Example
White with #CD4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4844; }
p { color: rgb(205,72,68); }
H1.HeaderClassName
{
color: #CD4844;
}
.AnyTagClassName
{
color: #CD4844;
}
</style>
background-color css
<style>
a { background-color: #CD4844; }
a { background-color: rgb(205,72,68); }
div.DivClassName
{
background-color: #CD4844;
}
.BgClassName
{
background-color: #CD4844;
}
</style>
border-color css
<style>
span { border-color: #CD4844; }
span { border-color: rgb(205,72,68); }
td.TdClassName
{
border-color: #CD4844;
}
.TagClassName
{
border-color: #CD4844;
}
</style>