Shades of Sunset #CC4F47
Tints of Sunset #CC4F47
RGB
CMYK
RGB Variations
Color information
#CC4F47 (or 0xCC4F47) is known color: Sunset. HEX triplet: CC, 4F and 47. RGB value is (204,79,71). Sum of RGB (Red+Green+Blue) = 204+79+71=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F47 is #33B0B8. Grayscale: #737373. Windows color (decimal): -3387577 or 4673484. OLE color: 4673484.
HSL color Cylindrical-coordinate representation of color #CC4F47: hue angle of 3.61º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4F47 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 71 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.2 |
| HSL | 3.61º | 0.57% | 0.54% | - |
| HSV(B) | 3.61º | 0.65% | 0.8% | - |
| XYZ | 28.84 | 18.88 | 8.09 | - |
| YUV | 115.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 71 | 0 | 0.61 | 0.65 | 0.2 | 3.61 | 0.57 | 0.54 |
| Hex | CC | 4F | 47 | 0 | 3D | 41 | 14 | 4 | 39 | 36 |
| Octal | 314 | 117 | 107 | 0 | 75 | 101 | 24 | 4 | 71 | 66 |
| Binary | 11001100 | 1001111 | 1000111 | 0 | 111101 | 1000001 | 10100 | 100 | 111001 | 110110 |
Color Harmonies of #CC4F47
Complementary color
Monochromatic Colors of #CC4F47
Black with #CC4F47
Text Example
Text Example
White with #CC4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F47; }
p { color: rgb(204,79,71); }
H1.HeaderClassName
{
color: #CC4F47;
}
.AnyTagClassName
{
color: #CC4F47;
}
</style>
background-color css
<style>
a { background-color: #CC4F47; }
a { background-color: rgb(204,79,71); }
div.DivClassName
{
background-color: #CC4F47;
}
.BgClassName
{
background-color: #CC4F47;
}
</style>
border-color css
<style>
span { border-color: #CC4F47; }
span { border-color: rgb(204,79,71); }
td.TdClassName
{
border-color: #CC4F47;
}
.TagClassName
{
border-color: #CC4F47;
}
</style>