Shades of Trinidad #CC4E2E
Tints of Trinidad #CC4E2E
RGB
CMYK
RGB Variations
Color information
#CC4E2E (or 0xCC4E2E) is known color: Trinidad. HEX triplet: CC, 4E and 2E. RGB value is (204,78,46). Sum of RGB (Red+Green+Blue) = 204+78+46=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E2E is #33B1D1. Grayscale: #707070. Windows color (decimal): -3387858 or 3034828. OLE color: 3034828.
HSL color Cylindrical-coordinate representation of color #CC4E2E: hue angle of 12.15º 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 #CC4E2E is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 46 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.2 |
| HSL | 12.15º | 0.63% | 0.49% | - |
| HSV(B) | 12.15º | 0.77% | 0.8% | - |
| XYZ | 28.12 | 18.48 | 4.67 | - |
| YUV | 112.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 46 | 0 | 0.62 | 0.77 | 0.2 | 12.15 | 0.63 | 0.49 |
| Hex | CC | 4E | 2E | 0 | 3E | 4D | 14 | C | 3F | 31 |
| Octal | 314 | 116 | 56 | 0 | 76 | 115 | 24 | 14 | 77 | 61 |
| Binary | 11001100 | 1001110 | 101110 | 0 | 111110 | 1001101 | 10100 | 1100 | 111111 | 110001 |
Color Harmonies of #CC4E2E
Complementary color
Monochromatic Colors of #CC4E2E
Black with #CC4E2E
Text Example
Text Example
White with #CC4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E2E; }
p { color: rgb(204,78,46); }
H1.HeaderClassName
{
color: #CC4E2E;
}
.AnyTagClassName
{
color: #CC4E2E;
}
</style>
background-color css
<style>
a { background-color: #CC4E2E; }
a { background-color: rgb(204,78,46); }
div.DivClassName
{
background-color: #CC4E2E;
}
.BgClassName
{
background-color: #CC4E2E;
}
</style>
border-color css
<style>
span { border-color: #CC4E2E; }
span { border-color: rgb(204,78,46); }
td.TdClassName
{
border-color: #CC4E2E;
}
.TagClassName
{
border-color: #CC4E2E;
}
</style>