Shades of Trinidad #CC542E
Tints of Trinidad #CC542E
RGB
CMYK
RGB Variations
Color information
#CC542E (or 0xCC542E) is known color: Trinidad. HEX triplet: CC, 54 and 2E. RGB value is (204,84,46). Sum of RGB (Red+Green+Blue) = 204+84+46=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC542E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC542E is #33ABD1. Grayscale: #737373. Windows color (decimal): -3386322 or 3036364. OLE color: 3036364.
HSL color Cylindrical-coordinate representation of color #CC542E: hue angle of 14.43º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC542E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 46 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.2 |
| HSL | 14.43º | 0.63% | 0.49% | - |
| HSV(B) | 14.43º | 0.77% | 0.8% | - |
| XYZ | 28.57 | 19.38 | 4.82 | - |
| YUV | 115.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 46 | 0 | 0.59 | 0.77 | 0.2 | 14.43 | 0.63 | 0.49 |
| Hex | CC | 54 | 2E | 0 | 3B | 4D | 14 | E | 3F | 31 |
| Octal | 314 | 124 | 56 | 0 | 73 | 115 | 24 | 16 | 77 | 61 |
| Binary | 11001100 | 1010100 | 101110 | 0 | 111011 | 1001101 | 10100 | 1110 | 111111 | 110001 |
Color Harmonies of #CC542E
Complementary color
Monochromatic Colors of #CC542E
Black with #CC542E
Text Example
Text Example
White with #CC542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC542E; }
p { color: rgb(204,84,46); }
H1.HeaderClassName
{
color: #CC542E;
}
.AnyTagClassName
{
color: #CC542E;
}
</style>
background-color css
<style>
a { background-color: #CC542E; }
a { background-color: rgb(204,84,46); }
div.DivClassName
{
background-color: #CC542E;
}
.BgClassName
{
background-color: #CC542E;
}
</style>
border-color css
<style>
span { border-color: #CC542E; }
span { border-color: rgb(204,84,46); }
td.TdClassName
{
border-color: #CC542E;
}
.TagClassName
{
border-color: #CC542E;
}
</style>