Shades of Sunset #CD4A43
Tints of Sunset #CD4A43
RGB
CMYK
RGB Variations
Color information
#CD4A43 (or 0xCD4A43) is known color: Sunset. HEX triplet: CD, 4A and 43. RGB value is (205,74,67). Sum of RGB (Red+Green+Blue) = 205+74+67=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4A43 is #32B5BC. Grayscale: #707070. Windows color (decimal): -3323325 or 4410061. OLE color: 4410061.
HSL color Cylindrical-coordinate representation of color #CD4A43: hue angle of 3.04º degrees, saturation: 0.58, 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 #CD4A43 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 67 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.20 |
| HSL | 3.04º | 0.58% | 0.53% | - |
| HSV(B) | 3.04º | 0.67% | 0.8% | - |
| XYZ | 28.64 | 18.28 | 7.33 | - |
| YUV | 112.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 67 | 0 | 0.64 | 0.67 | 0.20 | 3.04 | 0.58 | 0.53 |
| Hex | CD | 4A | 43 | 0 | 40 | 43 | 14 | 3 | 3A | 35 |
| Octal | 315 | 112 | 103 | 0 | 100 | 103 | 24 | 3 | 72 | 65 |
| Binary | 11001101 | 1001010 | 1000011 | 0 | 1000000 | 1000011 | 10100 | 11 | 111010 | 110101 |
Color Harmonies of #CD4A43
Complementary color
Monochromatic Colors of #CD4A43
Black with #CD4A43
Text Example
Text Example
White with #CD4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A43; }
p { color: rgb(205,74,67); }
H1.HeaderClassName
{
color: #CD4A43;
}
.AnyTagClassName
{
color: #CD4A43;
}
</style>
background-color css
<style>
a { background-color: #CD4A43; }
a { background-color: rgb(205,74,67); }
div.DivClassName
{
background-color: #CD4A43;
}
.BgClassName
{
background-color: #CD4A43;
}
</style>
border-color css
<style>
span { border-color: #CD4A43; }
span { border-color: rgb(205,74,67); }
td.TdClassName
{
border-color: #CD4A43;
}
.TagClassName
{
border-color: #CD4A43;
}
</style>