Shades of Trinidad #CC4E2B
Tints of Trinidad #CC4E2B
RGB
CMYK
RGB Variations
Color information
#CC4E2B (or 0xCC4E2B) is known color: Trinidad. HEX triplet: CC, 4E and 2B. RGB value is (204,78,43). Sum of RGB (Red+Green+Blue) = 204+78+43=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E2B is #33B1D4. Grayscale: #6F6F6F. Windows color (decimal): -3387861 or 2838220. OLE color: 2838220.
HSL color Cylindrical-coordinate representation of color #CC4E2B: hue angle of 13.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC4E2B is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 43 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.2 |
| HSL | 13.04º | 0.65% | 0.48% | - |
| HSV(B) | 13.04º | 0.79% | 0.8% | - |
| XYZ | 28.06 | 18.46 | 4.37 | - |
| YUV | 111.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 43 | 0 | 0.62 | 0.79 | 0.2 | 13.04 | 0.65 | 0.48 |
| Hex | CC | 4E | 2B | 0 | 3E | 4F | 14 | D | 41 | 30 |
| Octal | 314 | 116 | 53 | 0 | 76 | 117 | 24 | 15 | 101 | 60 |
| Binary | 11001100 | 1001110 | 101011 | 0 | 111110 | 1001111 | 10100 | 1101 | 1000001 | 110000 |
Color Harmonies of #CC4E2B
Complementary color
Monochromatic Colors of #CC4E2B
Black with #CC4E2B
Text Example
Text Example
White with #CC4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E2B; }
p { color: rgb(204,78,43); }
H1.HeaderClassName
{
color: #CC4E2B;
}
.AnyTagClassName
{
color: #CC4E2B;
}
</style>
background-color css
<style>
a { background-color: #CC4E2B; }
a { background-color: rgb(204,78,43); }
div.DivClassName
{
background-color: #CC4E2B;
}
.BgClassName
{
background-color: #CC4E2B;
}
</style>
border-color css
<style>
span { border-color: #CC4E2B; }
span { border-color: rgb(204,78,43); }
td.TdClassName
{
border-color: #CC4E2B;
}
.TagClassName
{
border-color: #CC4E2B;
}
</style>