Shades of Trinidad #C55322
Tints of Trinidad #C55322
RGB
CMYK
RGB Variations
Color information
#C55322 (or 0xC55322) is known color: Trinidad. HEX triplet: C5, 53 and 22. RGB value is (197,83,34). Sum of RGB (Red+Green+Blue) = 197+83+34=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C55322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55322 is #3AACDD. Grayscale: #6F6F6F. Windows color (decimal): -3845342 or 2249669. OLE color: 2249669.
HSL color Cylindrical-coordinate representation of color #C55322: hue angle of 18.04º 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 #C55322 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 34 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.23 |
| HSL | 18.04º | 0.71% | 0.45% | - |
| HSV(B) | 18.04º | 0.83% | 0.77% | - |
| XYZ | 26.41 | 18.17 | 3.63 | - |
| YUV | 111.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 34 | 0 | 0.58 | 0.83 | 0.23 | 18.04 | 0.71 | 0.45 |
| Hex | C5 | 53 | 22 | 0 | 3A | 53 | 17 | 12 | 47 | 2D |
| Octal | 305 | 123 | 42 | 0 | 72 | 123 | 27 | 22 | 107 | 55 |
| Binary | 11000101 | 1010011 | 100010 | 0 | 111010 | 1010011 | 10111 | 10010 | 1000111 | 101101 |
Color Harmonies of #C55322
Complementary color
Monochromatic Colors of #C55322
Black with #C55322
Text Example
Text Example
White with #C55322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55322; }
p { color: rgb(197,83,34); }
H1.HeaderClassName
{
color: #C55322;
}
.AnyTagClassName
{
color: #C55322;
}
</style>
background-color css
<style>
a { background-color: #C55322; }
a { background-color: rgb(197,83,34); }
div.DivClassName
{
background-color: #C55322;
}
.BgClassName
{
background-color: #C55322;
}
</style>
border-color css
<style>
span { border-color: #C55322; }
span { border-color: rgb(197,83,34); }
td.TdClassName
{
border-color: #C55322;
}
.TagClassName
{
border-color: #C55322;
}
</style>