Shades of Trinidad #CC5321
Tints of Trinidad #CC5321
RGB
CMYK
RGB Variations
Color information
#CC5321 (or 0xCC5321) is known color: Trinidad. HEX triplet: CC, 53 and 21. RGB value is (204,83,33). Sum of RGB (Red+Green+Blue) = 204+83+33=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5321 is #33ACDE. Grayscale: #717171. Windows color (decimal): -3386591 or 2184140. OLE color: 2184140.
HSL color Cylindrical-coordinate representation of color #CC5321: hue angle of 17.54º 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 #CC5321 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 33 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.2 |
| HSL | 17.54º | 0.72% | 0.46% | - |
| HSV(B) | 17.54º | 0.84% | 0.8% | - |
| XYZ | 28.27 | 19.13 | 3.64 | - |
| YUV | 113.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 33 | 0 | 0.59 | 0.84 | 0.2 | 17.54 | 0.72 | 0.46 |
| Hex | CC | 53 | 21 | 0 | 3B | 54 | 14 | 12 | 48 | 2E |
| Octal | 314 | 123 | 41 | 0 | 73 | 124 | 24 | 22 | 110 | 56 |
| Binary | 11001100 | 1010011 | 100001 | 0 | 111011 | 1010100 | 10100 | 10010 | 1001000 | 101110 |
Color Harmonies of #CC5321
Complementary color
Monochromatic Colors of #CC5321
Black with #CC5321
Text Example
Text Example
White with #CC5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5321; }
p { color: rgb(204,83,33); }
H1.HeaderClassName
{
color: #CC5321;
}
.AnyTagClassName
{
color: #CC5321;
}
</style>
background-color css
<style>
a { background-color: #CC5321; }
a { background-color: rgb(204,83,33); }
div.DivClassName
{
background-color: #CC5321;
}
.BgClassName
{
background-color: #CC5321;
}
</style>
border-color css
<style>
span { border-color: #CC5321; }
span { border-color: rgb(204,83,33); }
td.TdClassName
{
border-color: #CC5321;
}
.TagClassName
{
border-color: #CC5321;
}
</style>