Shades of Trinidad #CC5138
Tints of Trinidad #CC5138
RGB
CMYK
RGB Variations
Color information
#CC5138 (or 0xCC5138) is known color: Trinidad. HEX triplet: CC, 51 and 38. RGB value is (204,81,56). Sum of RGB (Red+Green+Blue) = 204+81+56=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5138 is #33AEC7. Grayscale: #737373. Windows color (decimal): -3387080 or 3690956. OLE color: 3690956.
HSL color Cylindrical-coordinate representation of color #CC5138: hue angle of 10.14º 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 #CC5138 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 56 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.2 |
| HSL | 10.14º | 0.59% | 0.51% | - |
| HSV(B) | 10.14º | 0.73% | 0.8% | - |
| XYZ | 28.56 | 19.01 | 5.91 | - |
| YUV | 114.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 56 | 0 | 0.60 | 0.73 | 0.2 | 10.14 | 0.59 | 0.51 |
| Hex | CC | 51 | 38 | 0 | 3C | 49 | 14 | A | 3B | 33 |
| Octal | 314 | 121 | 70 | 0 | 74 | 111 | 24 | 12 | 73 | 63 |
| Binary | 11001100 | 1010001 | 111000 | 0 | 111100 | 1001001 | 10100 | 1010 | 111011 | 110011 |
Color Harmonies of #CC5138
Complementary color
Monochromatic Colors of #CC5138
Black with #CC5138
Text Example
Text Example
White with #CC5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5138; }
p { color: rgb(204,81,56); }
H1.HeaderClassName
{
color: #CC5138;
}
.AnyTagClassName
{
color: #CC5138;
}
</style>
background-color css
<style>
a { background-color: #CC5138; }
a { background-color: rgb(204,81,56); }
div.DivClassName
{
background-color: #CC5138;
}
.BgClassName
{
background-color: #CC5138;
}
</style>
border-color css
<style>
span { border-color: #CC5138; }
span { border-color: rgb(204,81,56); }
td.TdClassName
{
border-color: #CC5138;
}
.TagClassName
{
border-color: #CC5138;
}
</style>