Shades of Sunset #CD4D42
Tints of Sunset #CD4D42
RGB
CMYK
RGB Variations
Color information
#CD4D42 (or 0xCD4D42) is known color: Sunset. HEX triplet: CD, 4D and 42. RGB value is (205,77,66). Sum of RGB (Red+Green+Blue) = 205+77+66=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4D42 is #32B2BD. Grayscale: #727272. Windows color (decimal): -3322558 or 4345293. OLE color: 4345293.
HSL color Cylindrical-coordinate representation of color #CD4D42: hue angle of 4.75º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4D42 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 66 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.20 |
| HSL | 4.75º | 0.58% | 0.53% | - |
| HSV(B) | 4.75º | 0.68% | 0.8% | - |
| XYZ | 28.81 | 18.68 | 7.24 | - |
| YUV | 114.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 66 | 0 | 0.62 | 0.68 | 0.20 | 4.75 | 0.58 | 0.53 |
| Hex | CD | 4D | 42 | 0 | 3E | 44 | 14 | 5 | 3A | 35 |
| Octal | 315 | 115 | 102 | 0 | 76 | 104 | 24 | 5 | 72 | 65 |
| Binary | 11001101 | 1001101 | 1000010 | 0 | 111110 | 1000100 | 10100 | 101 | 111010 | 110101 |
Color Harmonies of #CD4D42
Complementary color
Monochromatic Colors of #CD4D42
Black with #CD4D42
Text Example
Text Example
White with #CD4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D42; }
p { color: rgb(205,77,66); }
H1.HeaderClassName
{
color: #CD4D42;
}
.AnyTagClassName
{
color: #CD4D42;
}
</style>
background-color css
<style>
a { background-color: #CD4D42; }
a { background-color: rgb(205,77,66); }
div.DivClassName
{
background-color: #CD4D42;
}
.BgClassName
{
background-color: #CD4D42;
}
</style>
border-color css
<style>
span { border-color: #CD4D42; }
span { border-color: rgb(205,77,66); }
td.TdClassName
{
border-color: #CD4D42;
}
.TagClassName
{
border-color: #CD4D42;
}
</style>