Shades of Trinidad #CC4E21
Tints of Trinidad #CC4E21
RGB
CMYK
RGB Variations
Color information
#CC4E21 (or 0xCC4E21) is known color: Trinidad. HEX triplet: CC, 4E and 21. RGB value is (204,78,33). Sum of RGB (Red+Green+Blue) = 204+78+33=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E21 is #33B1DE. Grayscale: #6E6E6E. Windows color (decimal): -3387871 or 2182860. OLE color: 2182860.
HSL color Cylindrical-coordinate representation of color #CC4E21: hue angle of 15.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC4E21 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 33 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.2 |
| HSL | 15.79º | 0.72% | 0.46% | - |
| HSV(B) | 15.79º | 0.84% | 0.8% | - |
| XYZ | 27.9 | 18.4 | 3.52 | - |
| YUV | 110.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 33 | 0 | 0.62 | 0.84 | 0.2 | 15.79 | 0.72 | 0.46 |
| Hex | CC | 4E | 21 | 0 | 3E | 54 | 14 | 10 | 48 | 2E |
| Octal | 314 | 116 | 41 | 0 | 76 | 124 | 24 | 20 | 110 | 56 |
| Binary | 11001100 | 1001110 | 100001 | 0 | 111110 | 1010100 | 10100 | 10000 | 1001000 | 101110 |
Color Harmonies of #CC4E21
Complementary color
Monochromatic Colors of #CC4E21
Black with #CC4E21
Text Example
Text Example
White with #CC4E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E21; }
p { color: rgb(204,78,33); }
H1.HeaderClassName
{
color: #CC4E21;
}
.AnyTagClassName
{
color: #CC4E21;
}
</style>
background-color css
<style>
a { background-color: #CC4E21; }
a { background-color: rgb(204,78,33); }
div.DivClassName
{
background-color: #CC4E21;
}
.BgClassName
{
background-color: #CC4E21;
}
</style>
border-color css
<style>
span { border-color: #CC4E21; }
span { border-color: rgb(204,78,33); }
td.TdClassName
{
border-color: #CC4E21;
}
.TagClassName
{
border-color: #CC4E21;
}
</style>