Shades of Trinidad #CC5231
Tints of Trinidad #CC5231
RGB
CMYK
RGB Variations
Color information
#CC5231 (or 0xCC5231) is known color: Trinidad. HEX triplet: CC, 52 and 31. RGB value is (204,82,49). Sum of RGB (Red+Green+Blue) = 204+82+49=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5231 is #33ADCE. Grayscale: #727272. Windows color (decimal): -3386831 or 3232460. OLE color: 3232460.
HSL color Cylindrical-coordinate representation of color #CC5231: hue angle of 12.77º 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 #CC5231 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 49 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.2 |
| HSL | 12.77º | 0.61% | 0.5% | - |
| HSV(B) | 12.77º | 0.76% | 0.8% | - |
| XYZ | 28.47 | 19.09 | 5.09 | - |
| YUV | 114.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 49 | 0 | 0.60 | 0.76 | 0.2 | 12.77 | 0.61 | 0.5 |
| Hex | CC | 52 | 31 | 0 | 3C | 4C | 14 | D | 3D | 32 |
| Octal | 314 | 122 | 61 | 0 | 74 | 114 | 24 | 15 | 75 | 62 |
| Binary | 11001100 | 1010010 | 110001 | 0 | 111100 | 1001100 | 10100 | 1101 | 111101 | 110010 |
Color Harmonies of #CC5231
Complementary color
Monochromatic Colors of #CC5231
Black with #CC5231
Text Example
Text Example
White with #CC5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5231; }
p { color: rgb(204,82,49); }
H1.HeaderClassName
{
color: #CC5231;
}
.AnyTagClassName
{
color: #CC5231;
}
</style>
background-color css
<style>
a { background-color: #CC5231; }
a { background-color: rgb(204,82,49); }
div.DivClassName
{
background-color: #CC5231;
}
.BgClassName
{
background-color: #CC5231;
}
</style>
border-color css
<style>
span { border-color: #CC5231; }
span { border-color: rgb(204,82,49); }
td.TdClassName
{
border-color: #CC5231;
}
.TagClassName
{
border-color: #CC5231;
}
</style>