Shades of Trinidad #CC5431
Tints of Trinidad #CC5431
RGB
CMYK
RGB Variations
Color information
#CC5431 (or 0xCC5431) is known color: Trinidad. HEX triplet: CC, 54 and 31. RGB value is (204,84,49). Sum of RGB (Red+Green+Blue) = 204+84+49=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5431 is #33ABCE. Grayscale: #747474. Windows color (decimal): -3386319 or 3232972. OLE color: 3232972.
HSL color Cylindrical-coordinate representation of color #CC5431: hue angle of 13.55º 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 #CC5431 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 49 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.2 |
| HSL | 13.55º | 0.61% | 0.5% | - |
| HSV(B) | 13.55º | 0.76% | 0.8% | - |
| XYZ | 28.63 | 19.4 | 5.14 | - |
| YUV | 115.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 49 | 0 | 0.59 | 0.76 | 0.2 | 13.55 | 0.61 | 0.5 |
| Hex | CC | 54 | 31 | 0 | 3B | 4C | 14 | E | 3D | 32 |
| Octal | 314 | 124 | 61 | 0 | 73 | 114 | 24 | 16 | 75 | 62 |
| Binary | 11001100 | 1010100 | 110001 | 0 | 111011 | 1001100 | 10100 | 1110 | 111101 | 110010 |
Color Harmonies of #CC5431
Complementary color
Monochromatic Colors of #CC5431
Black with #CC5431
Text Example
Text Example
White with #CC5431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5431; }
p { color: rgb(204,84,49); }
H1.HeaderClassName
{
color: #CC5431;
}
.AnyTagClassName
{
color: #CC5431;
}
</style>
background-color css
<style>
a { background-color: #CC5431; }
a { background-color: rgb(204,84,49); }
div.DivClassName
{
background-color: #CC5431;
}
.BgClassName
{
background-color: #CC5431;
}
</style>
border-color css
<style>
span { border-color: #CC5431; }
span { border-color: rgb(204,84,49); }
td.TdClassName
{
border-color: #CC5431;
}
.TagClassName
{
border-color: #CC5431;
}
</style>