Shades of Trinidad #CC5131
Tints of Trinidad #CC5131
RGB
CMYK
RGB Variations
Color information
#CC5131 (or 0xCC5131) is known color: Trinidad. HEX triplet: CC, 51 and 31. RGB value is (204,81,49). Sum of RGB (Red+Green+Blue) = 204+81+49=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5131 is #33AECE. Grayscale: #727272. Windows color (decimal): -3387087 or 3232204. OLE color: 3232204.
HSL color Cylindrical-coordinate representation of color #CC5131: hue angle of 12.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC5131 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 49 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.2 |
| HSL | 12.39º | 0.61% | 0.5% | - |
| HSV(B) | 12.39º | 0.76% | 0.8% | - |
| XYZ | 28.4 | 18.94 | 5.07 | - |
| YUV | 114.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 49 | 0 | 0.60 | 0.76 | 0.2 | 12.39 | 0.61 | 0.5 |
| Hex | CC | 51 | 31 | 0 | 3C | 4C | 14 | C | 3D | 32 |
| Octal | 314 | 121 | 61 | 0 | 74 | 114 | 24 | 14 | 75 | 62 |
| Binary | 11001100 | 1010001 | 110001 | 0 | 111100 | 1001100 | 10100 | 1100 | 111101 | 110010 |
Color Harmonies of #CC5131
Complementary color
Monochromatic Colors of #CC5131
Black with #CC5131
Text Example
Text Example
White with #CC5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5131; }
p { color: rgb(204,81,49); }
H1.HeaderClassName
{
color: #CC5131;
}
.AnyTagClassName
{
color: #CC5131;
}
</style>
background-color css
<style>
a { background-color: #CC5131; }
a { background-color: rgb(204,81,49); }
div.DivClassName
{
background-color: #CC5131;
}
.BgClassName
{
background-color: #CC5131;
}
</style>
border-color css
<style>
span { border-color: #CC5131; }
span { border-color: rgb(204,81,49); }
td.TdClassName
{
border-color: #CC5131;
}
.TagClassName
{
border-color: #CC5131;
}
</style>