Shades of Sunset #CC4C43
Tints of Sunset #CC4C43
RGB
CMYK
RGB Variations
Color information
#CC4C43 (or 0xCC4C43) is known color: Sunset. HEX triplet: CC, 4C and 43. RGB value is (204,76,67). Sum of RGB (Red+Green+Blue) = 204+76+67=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C43 is #33B3BC. Grayscale: #717171. Windows color (decimal): -3388349 or 4410572. OLE color: 4410572.
HSL color Cylindrical-coordinate representation of color #CC4C43: hue angle of 3.94º 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 #CC4C43 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 67 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.2 |
| HSL | 3.94º | 0.57% | 0.53% | - |
| HSV(B) | 3.94º | 0.67% | 0.8% | - |
| XYZ | 28.5 | 18.41 | 7.36 | - |
| YUV | 113.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 67 | 0 | 0.63 | 0.67 | 0.2 | 3.94 | 0.57 | 0.53 |
| Hex | CC | 4C | 43 | 0 | 3F | 43 | 14 | 4 | 39 | 35 |
| Octal | 314 | 114 | 103 | 0 | 77 | 103 | 24 | 4 | 71 | 65 |
| Binary | 11001100 | 1001100 | 1000011 | 0 | 111111 | 1000011 | 10100 | 100 | 111001 | 110101 |
Color Harmonies of #CC4C43
Complementary color
Monochromatic Colors of #CC4C43
Black with #CC4C43
Text Example
Text Example
White with #CC4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C43; }
p { color: rgb(204,76,67); }
H1.HeaderClassName
{
color: #CC4C43;
}
.AnyTagClassName
{
color: #CC4C43;
}
</style>
background-color css
<style>
a { background-color: #CC4C43; }
a { background-color: rgb(204,76,67); }
div.DivClassName
{
background-color: #CC4C43;
}
.BgClassName
{
background-color: #CC4C43;
}
</style>
border-color css
<style>
span { border-color: #CC4C43; }
span { border-color: rgb(204,76,67); }
td.TdClassName
{
border-color: #CC4C43;
}
.TagClassName
{
border-color: #CC4C43;
}
</style>