Shades of Trinidad #CC5539
Tints of Trinidad #CC5539
RGB
CMYK
RGB Variations
Color information
#CC5539 (or 0xCC5539) is known color: Trinidad. HEX triplet: CC, 55 and 39. RGB value is (204,85,57). Sum of RGB (Red+Green+Blue) = 204+85+57=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5539 is #33AAC6. Grayscale: #757575. Windows color (decimal): -3386055 or 3757516. OLE color: 3757516.
HSL color Cylindrical-coordinate representation of color #CC5539: hue angle of 11.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC5539 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 57 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.2 |
| HSL | 11.43º | 0.59% | 0.51% | - |
| HSV(B) | 11.43º | 0.72% | 0.8% | - |
| XYZ | 28.89 | 19.63 | 6.14 | - |
| YUV | 117.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 57 | 0 | 0.58 | 0.72 | 0.2 | 11.43 | 0.59 | 0.51 |
| Hex | CC | 55 | 39 | 0 | 3A | 48 | 14 | B | 3B | 33 |
| Octal | 314 | 125 | 71 | 0 | 72 | 110 | 24 | 13 | 73 | 63 |
| Binary | 11001100 | 1010101 | 111001 | 0 | 111010 | 1001000 | 10100 | 1011 | 111011 | 110011 |
Color Harmonies of #CC5539
Complementary color
Monochromatic Colors of #CC5539
Black with #CC5539
Text Example
Text Example
White with #CC5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5539; }
p { color: rgb(204,85,57); }
H1.HeaderClassName
{
color: #CC5539;
}
.AnyTagClassName
{
color: #CC5539;
}
</style>
background-color css
<style>
a { background-color: #CC5539; }
a { background-color: rgb(204,85,57); }
div.DivClassName
{
background-color: #CC5539;
}
.BgClassName
{
background-color: #CC5539;
}
</style>
border-color css
<style>
span { border-color: #CC5539; }
span { border-color: rgb(204,85,57); }
td.TdClassName
{
border-color: #CC5539;
}
.TagClassName
{
border-color: #CC5539;
}
</style>