Shades of Trinidad #CC4920
Tints of Trinidad #CC4920
RGB
CMYK
RGB Variations
Color information
#CC4920 (or 0xCC4920) is known color: Trinidad. HEX triplet: CC, 49 and 20. RGB value is (204,73,32). Sum of RGB (Red+Green+Blue) = 204+73+32=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4920 is #33B6DF. Grayscale: #6B6B6B. Windows color (decimal): -3389152 or 2116044. OLE color: 2116044.
HSL color Cylindrical-coordinate representation of color #CC4920: hue angle of 14.3º degrees, saturation: 0.73, 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 #CC4920 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 32 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.2 |
| HSL | 14.3º | 0.73% | 0.46% | - |
| HSV(B) | 14.3º | 0.84% | 0.8% | - |
| XYZ | 27.55 | 17.71 | 3.33 | - |
| YUV | 107.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 32 | 0 | 0.64 | 0.84 | 0.2 | 14.3 | 0.73 | 0.46 |
| Hex | CC | 49 | 20 | 0 | 40 | 54 | 14 | E | 49 | 2E |
| Octal | 314 | 111 | 40 | 0 | 100 | 124 | 24 | 16 | 111 | 56 |
| Binary | 11001100 | 1001001 | 100000 | 0 | 1000000 | 1010100 | 10100 | 1110 | 1001001 | 101110 |
Color Harmonies of #CC4920
Complementary color
Monochromatic Colors of #CC4920
Black with #CC4920
Text Example
Text Example
White with #CC4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4920; }
p { color: rgb(204,73,32); }
H1.HeaderClassName
{
color: #CC4920;
}
.AnyTagClassName
{
color: #CC4920;
}
</style>
background-color css
<style>
a { background-color: #CC4920; }
a { background-color: rgb(204,73,32); }
div.DivClassName
{
background-color: #CC4920;
}
.BgClassName
{
background-color: #CC4920;
}
</style>
border-color css
<style>
span { border-color: #CC4920; }
span { border-color: rgb(204,73,32); }
td.TdClassName
{
border-color: #CC4920;
}
.TagClassName
{
border-color: #CC4920;
}
</style>