Shades of Trinidad #CC4621
Tints of Trinidad #CC4621
RGB
CMYK
RGB Variations
Color information
#CC4621 (or 0xCC4621) is known color: Trinidad. HEX triplet: CC, 46 and 21. RGB value is (204,70,33). Sum of RGB (Red+Green+Blue) = 204+70+33=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4621 is #33B9DE. Grayscale: #6A6A6A. Windows color (decimal): -3389919 or 2180812. OLE color: 2180812.
HSL color Cylindrical-coordinate representation of color #CC4621: hue angle of 12.98º 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 #CC4621 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 33 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.2 |
| HSL | 12.98º | 0.72% | 0.46% | - |
| HSV(B) | 12.98º | 0.84% | 0.8% | - |
| XYZ | 27.37 | 17.33 | 3.34 | - |
| YUV | 105.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 33 | 0 | 0.66 | 0.84 | 0.2 | 12.98 | 0.72 | 0.46 |
| Hex | CC | 46 | 21 | 0 | 42 | 54 | 14 | D | 48 | 2E |
| Octal | 314 | 106 | 41 | 0 | 102 | 124 | 24 | 15 | 110 | 56 |
| Binary | 11001100 | 1000110 | 100001 | 0 | 1000010 | 1010100 | 10100 | 1101 | 1001000 | 101110 |
Color Harmonies of #CC4621
Complementary color
Monochromatic Colors of #CC4621
Black with #CC4621
Text Example
Text Example
White with #CC4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4621; }
p { color: rgb(204,70,33); }
H1.HeaderClassName
{
color: #CC4621;
}
.AnyTagClassName
{
color: #CC4621;
}
</style>
background-color css
<style>
a { background-color: #CC4621; }
a { background-color: rgb(204,70,33); }
div.DivClassName
{
background-color: #CC4621;
}
.BgClassName
{
background-color: #CC4621;
}
</style>
border-color css
<style>
span { border-color: #CC4621; }
span { border-color: rgb(204,70,33); }
td.TdClassName
{
border-color: #CC4621;
}
.TagClassName
{
border-color: #CC4621;
}
</style>