Shades of Trinidad #CC5137
Tints of Trinidad #CC5137
RGB
CMYK
RGB Variations
Color information
#CC5137 (or 0xCC5137) is known color: Trinidad. HEX triplet: CC, 51 and 37. RGB value is (204,81,55). Sum of RGB (Red+Green+Blue) = 204+81+55=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5137 is #33AEC8. Grayscale: #737373. Windows color (decimal): -3387081 or 3625420. OLE color: 3625420.
HSL color Cylindrical-coordinate representation of color #CC5137: hue angle of 10.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC5137 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 55 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.2 |
| HSL | 10.47º | 0.59% | 0.51% | - |
| HSV(B) | 10.47º | 0.73% | 0.8% | - |
| XYZ | 28.53 | 19 | 5.78 | - |
| YUV | 114.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 55 | 0 | 0.60 | 0.73 | 0.2 | 10.47 | 0.59 | 0.51 |
| Hex | CC | 51 | 37 | 0 | 3C | 49 | 14 | A | 3B | 33 |
| Octal | 314 | 121 | 67 | 0 | 74 | 111 | 24 | 12 | 73 | 63 |
| Binary | 11001100 | 1010001 | 110111 | 0 | 111100 | 1001001 | 10100 | 1010 | 111011 | 110011 |
Color Harmonies of #CC5137
Complementary color
Monochromatic Colors of #CC5137
Black with #CC5137
Text Example
Text Example
White with #CC5137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5137; }
p { color: rgb(204,81,55); }
H1.HeaderClassName
{
color: #CC5137;
}
.AnyTagClassName
{
color: #CC5137;
}
</style>
background-color css
<style>
a { background-color: #CC5137; }
a { background-color: rgb(204,81,55); }
div.DivClassName
{
background-color: #CC5137;
}
.BgClassName
{
background-color: #CC5137;
}
</style>
border-color css
<style>
span { border-color: #CC5137; }
span { border-color: rgb(204,81,55); }
td.TdClassName
{
border-color: #CC5137;
}
.TagClassName
{
border-color: #CC5137;
}
</style>