Shades of Sunset #CC4A43
Tints of Sunset #CC4A43
RGB
CMYK
RGB Variations
Color information
#CC4A43 (or 0xCC4A43) is known color: Sunset. HEX triplet: CC, 4A and 43. RGB value is (204,74,67). Sum of RGB (Red+Green+Blue) = 204+74+67=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A43 is #33B5BC. Grayscale: #707070. Windows color (decimal): -3388861 or 4410060. OLE color: 4410060.
HSL color Cylindrical-coordinate representation of color #CC4A43: hue angle of 3.07º 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 #CC4A43 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 67 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.2 |
| HSL | 3.07º | 0.57% | 0.53% | - |
| HSV(B) | 3.07º | 0.67% | 0.8% | - |
| XYZ | 28.36 | 18.14 | 7.32 | - |
| YUV | 112.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 67 | 0 | 0.64 | 0.67 | 0.2 | 3.07 | 0.57 | 0.53 |
| Hex | CC | 4A | 43 | 0 | 40 | 43 | 14 | 3 | 39 | 35 |
| Octal | 314 | 112 | 103 | 0 | 100 | 103 | 24 | 3 | 71 | 65 |
| Binary | 11001100 | 1001010 | 1000011 | 0 | 1000000 | 1000011 | 10100 | 11 | 111001 | 110101 |
Color Harmonies of #CC4A43
Complementary color
Monochromatic Colors of #CC4A43
Black with #CC4A43
Text Example
Text Example
White with #CC4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A43; }
p { color: rgb(204,74,67); }
H1.HeaderClassName
{
color: #CC4A43;
}
.AnyTagClassName
{
color: #CC4A43;
}
</style>
background-color css
<style>
a { background-color: #CC4A43; }
a { background-color: rgb(204,74,67); }
div.DivClassName
{
background-color: #CC4A43;
}
.BgClassName
{
background-color: #CC4A43;
}
</style>
border-color css
<style>
span { border-color: #CC4A43; }
span { border-color: rgb(204,74,67); }
td.TdClassName
{
border-color: #CC4A43;
}
.TagClassName
{
border-color: #CC4A43;
}
</style>