Shades of Trinidad #CC492E
Tints of Trinidad #CC492E
RGB
CMYK
RGB Variations
Color information
#CC492E (or 0xCC492E) is known color: Trinidad. HEX triplet: CC, 49 and 2E. RGB value is (204,73,46). Sum of RGB (Red+Green+Blue) = 204+73+46=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC492E is #33B6D1. Grayscale: #6D6D6D. Windows color (decimal): -3389138 or 3033548. OLE color: 3033548.
HSL color Cylindrical-coordinate representation of color #CC492E: hue angle of 10.25º 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 #CC492E is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 46 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.2 |
| HSL | 10.25º | 0.63% | 0.49% | - |
| HSV(B) | 10.25º | 0.77% | 0.8% | - |
| XYZ | 27.78 | 17.8 | 4.56 | - |
| YUV | 109.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 46 | 0 | 0.64 | 0.77 | 0.2 | 10.25 | 0.63 | 0.49 |
| Hex | CC | 49 | 2E | 0 | 40 | 4D | 14 | A | 3F | 31 |
| Octal | 314 | 111 | 56 | 0 | 100 | 115 | 24 | 12 | 77 | 61 |
| Binary | 11001100 | 1001001 | 101110 | 0 | 1000000 | 1001101 | 10100 | 1010 | 111111 | 110001 |
Color Harmonies of #CC492E
Complementary color
Monochromatic Colors of #CC492E
Black with #CC492E
Text Example
Text Example
White with #CC492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC492E; }
p { color: rgb(204,73,46); }
H1.HeaderClassName
{
color: #CC492E;
}
.AnyTagClassName
{
color: #CC492E;
}
</style>
background-color css
<style>
a { background-color: #CC492E; }
a { background-color: rgb(204,73,46); }
div.DivClassName
{
background-color: #CC492E;
}
.BgClassName
{
background-color: #CC492E;
}
</style>
border-color css
<style>
span { border-color: #CC492E; }
span { border-color: rgb(204,73,46); }
td.TdClassName
{
border-color: #CC492E;
}
.TagClassName
{
border-color: #CC492E;
}
</style>