Shades of Sunset #CC4D43
Tints of Sunset #CC4D43
RGB
CMYK
RGB Variations
Color information
#CC4D43 (or 0xCC4D43) is known color: Sunset. HEX triplet: CC, 4D and 43. RGB value is (204,77,67). Sum of RGB (Red+Green+Blue) = 204+77+67=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D43 is #33B2BC. Grayscale: #727272. Windows color (decimal): -3388093 or 4410828. OLE color: 4410828.
HSL color Cylindrical-coordinate representation of color #CC4D43: hue angle of 4.38º degrees, saturation: 0.57, 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 #CC4D43 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 67 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.2 |
| HSL | 4.38º | 0.57% | 0.53% | - |
| HSV(B) | 4.38º | 0.67% | 0.8% | - |
| XYZ | 28.57 | 18.55 | 7.39 | - |
| YUV | 113.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 67 | 0 | 0.62 | 0.67 | 0.2 | 4.38 | 0.57 | 0.53 |
| Hex | CC | 4D | 43 | 0 | 3E | 43 | 14 | 4 | 39 | 35 |
| Octal | 314 | 115 | 103 | 0 | 76 | 103 | 24 | 4 | 71 | 65 |
| Binary | 11001100 | 1001101 | 1000011 | 0 | 111110 | 1000011 | 10100 | 100 | 111001 | 110101 |
Color Harmonies of #CC4D43
Complementary color
Monochromatic Colors of #CC4D43
Black with #CC4D43
Text Example
Text Example
White with #CC4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D43; }
p { color: rgb(204,77,67); }
H1.HeaderClassName
{
color: #CC4D43;
}
.AnyTagClassName
{
color: #CC4D43;
}
</style>
background-color css
<style>
a { background-color: #CC4D43; }
a { background-color: rgb(204,77,67); }
div.DivClassName
{
background-color: #CC4D43;
}
.BgClassName
{
background-color: #CC4D43;
}
</style>
border-color css
<style>
span { border-color: #CC4D43; }
span { border-color: rgb(204,77,67); }
td.TdClassName
{
border-color: #CC4D43;
}
.TagClassName
{
border-color: #CC4D43;
}
</style>