Shades of Trinidad #CC4E1D
Tints of Trinidad #CC4E1D
RGB
CMYK
RGB Variations
Color information
#CC4E1D (or 0xCC4E1D) is known color: Trinidad. HEX triplet: CC, 4E and 1D. RGB value is (204,78,29). Sum of RGB (Red+Green+Blue) = 204+78+29=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E1D is #33B1E2. Grayscale: #6E6E6E. Windows color (decimal): -3387875 or 1920716. OLE color: 1920716.
HSL color Cylindrical-coordinate representation of color #CC4E1D: hue angle of 16.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC4E1D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.2 |
| HSL | 16.8º | 0.75% | 0.46% | - |
| HSV(B) | 16.8º | 0.86% | 0.8% | - |
| XYZ | 27.85 | 18.37 | 3.24 | - |
| YUV | 110.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 29 | 0 | 0.62 | 0.86 | 0.2 | 16.8 | 0.75 | 0.46 |
| Hex | CC | 4E | 1D | 0 | 3E | 56 | 14 | 11 | 4B | 2E |
| Octal | 314 | 116 | 35 | 0 | 76 | 126 | 24 | 21 | 113 | 56 |
| Binary | 11001100 | 1001110 | 11101 | 0 | 111110 | 1010110 | 10100 | 10001 | 1001011 | 101110 |
Color Harmonies of #CC4E1D
Complementary color
Monochromatic Colors of #CC4E1D
Black with #CC4E1D
Text Example
Text Example
White with #CC4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E1D; }
p { color: rgb(204,78,29); }
H1.HeaderClassName
{
color: #CC4E1D;
}
.AnyTagClassName
{
color: #CC4E1D;
}
</style>
background-color css
<style>
a { background-color: #CC4E1D; }
a { background-color: rgb(204,78,29); }
div.DivClassName
{
background-color: #CC4E1D;
}
.BgClassName
{
background-color: #CC4E1D;
}
</style>
border-color css
<style>
span { border-color: #CC4E1D; }
span { border-color: rgb(204,78,29); }
td.TdClassName
{
border-color: #CC4E1D;
}
.TagClassName
{
border-color: #CC4E1D;
}
</style>