Shades of Trinidad #CC5021
Tints of Trinidad #CC5021
RGB
CMYK
RGB Variations
Color information
#CC5021 (or 0xCC5021) is known color: Trinidad. HEX triplet: CC, 50 and 21. RGB value is (204,80,33). Sum of RGB (Red+Green+Blue) = 204+80+33=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5021 is #33AFDE. Grayscale: #707070. Windows color (decimal): -3387359 or 2183372. OLE color: 2183372.
HSL color Cylindrical-coordinate representation of color #CC5021: hue angle of 16.49º 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 #CC5021 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 33 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.2 |
| HSL | 16.49º | 0.72% | 0.46% | - |
| HSV(B) | 16.49º | 0.84% | 0.8% | - |
| XYZ | 28.05 | 18.68 | 3.57 | - |
| YUV | 111.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 33 | 0 | 0.61 | 0.84 | 0.2 | 16.49 | 0.72 | 0.46 |
| Hex | CC | 50 | 21 | 0 | 3D | 54 | 14 | 10 | 48 | 2E |
| Octal | 314 | 120 | 41 | 0 | 75 | 124 | 24 | 20 | 110 | 56 |
| Binary | 11001100 | 1010000 | 100001 | 0 | 111101 | 1010100 | 10100 | 10000 | 1001000 | 101110 |
Color Harmonies of #CC5021
Complementary color
Monochromatic Colors of #CC5021
Black with #CC5021
Text Example
Text Example
White with #CC5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5021; }
p { color: rgb(204,80,33); }
H1.HeaderClassName
{
color: #CC5021;
}
.AnyTagClassName
{
color: #CC5021;
}
</style>
background-color css
<style>
a { background-color: #CC5021; }
a { background-color: rgb(204,80,33); }
div.DivClassName
{
background-color: #CC5021;
}
.BgClassName
{
background-color: #CC5021;
}
</style>
border-color css
<style>
span { border-color: #CC5021; }
span { border-color: rgb(204,80,33); }
td.TdClassName
{
border-color: #CC5021;
}
.TagClassName
{
border-color: #CC5021;
}
</style>