Shades of Trinidad #C55321
Tints of Trinidad #C55321
RGB
CMYK
RGB Variations
Color information
#C55321 (or 0xC55321) is known color: Trinidad. HEX triplet: C5, 53 and 21. RGB value is (197,83,33). Sum of RGB (Red+Green+Blue) = 197+83+33=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C55321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55321 is #3AACDE. Grayscale: #6F6F6F. Windows color (decimal): -3845343 or 2184133. OLE color: 2184133.
HSL color Cylindrical-coordinate representation of color #C55321: hue angle of 18.29º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C55321 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 33 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.23 |
| HSL | 18.29º | 0.71% | 0.45% | - |
| HSV(B) | 18.29º | 0.83% | 0.77% | - |
| XYZ | 26.39 | 18.17 | 3.55 | - |
| YUV | 111.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 33 | 0 | 0.58 | 0.83 | 0.23 | 18.29 | 0.71 | 0.45 |
| Hex | C5 | 53 | 21 | 0 | 3A | 53 | 17 | 12 | 47 | 2D |
| Octal | 305 | 123 | 41 | 0 | 72 | 123 | 27 | 22 | 107 | 55 |
| Binary | 11000101 | 1010011 | 100001 | 0 | 111010 | 1010011 | 10111 | 10010 | 1000111 | 101101 |
Color Harmonies of #C55321
Complementary color
Monochromatic Colors of #C55321
Black with #C55321
Text Example
Text Example
White with #C55321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55321; }
p { color: rgb(197,83,33); }
H1.HeaderClassName
{
color: #C55321;
}
.AnyTagClassName
{
color: #C55321;
}
</style>
background-color css
<style>
a { background-color: #C55321; }
a { background-color: rgb(197,83,33); }
div.DivClassName
{
background-color: #C55321;
}
.BgClassName
{
background-color: #C55321;
}
</style>
border-color css
<style>
span { border-color: #C55321; }
span { border-color: rgb(197,83,33); }
td.TdClassName
{
border-color: #C55321;
}
.TagClassName
{
border-color: #C55321;
}
</style>