Shades of Trinidad #C45222
Tints of Trinidad #C45222
RGB
CMYK
RGB Variations
Color information
#C45222 (or 0xC45222) is known color: Trinidad. HEX triplet: C4, 52 and 22. RGB value is (196,82,34). Sum of RGB (Red+Green+Blue) = 196+82+34=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C45222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45222 is #3BADDD. Grayscale: #6E6E6E. Windows color (decimal): -3911134 or 2249412. OLE color: 2249412.
HSL color Cylindrical-coordinate representation of color #C45222: hue angle of 17.78º degrees, saturation: 0.7, 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 #C45222 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 34 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.23 |
| HSL | 17.78º | 0.7% | 0.45% | - |
| HSV(B) | 17.78º | 0.83% | 0.77% | - |
| XYZ | 26.07 | 17.89 | 3.59 | - |
| YUV | 110.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 34 | 0 | 0.58 | 0.83 | 0.23 | 17.78 | 0.7 | 0.45 |
| Hex | C4 | 52 | 22 | 0 | 3A | 53 | 17 | 12 | 46 | 2D |
| Octal | 304 | 122 | 42 | 0 | 72 | 123 | 27 | 22 | 106 | 55 |
| Binary | 11000100 | 1010010 | 100010 | 0 | 111010 | 1010011 | 10111 | 10010 | 1000110 | 101101 |
Color Harmonies of #C45222
Complementary color
Monochromatic Colors of #C45222
Black with #C45222
Text Example
Text Example
White with #C45222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45222; }
p { color: rgb(196,82,34); }
H1.HeaderClassName
{
color: #C45222;
}
.AnyTagClassName
{
color: #C45222;
}
</style>
background-color css
<style>
a { background-color: #C45222; }
a { background-color: rgb(196,82,34); }
div.DivClassName
{
background-color: #C45222;
}
.BgClassName
{
background-color: #C45222;
}
</style>
border-color css
<style>
span { border-color: #C45222; }
span { border-color: rgb(196,82,34); }
td.TdClassName
{
border-color: #C45222;
}
.TagClassName
{
border-color: #C45222;
}
</style>