Shades of Trinidad #C84522
Tints of Trinidad #C84522
RGB
CMYK
RGB Variations
Color information
#C84522 (or 0xC84522) is known color: Trinidad. HEX triplet: C8, 45 and 22. RGB value is (200,69,34). Sum of RGB (Red+Green+Blue) = 200+69+34=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C84522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84522 is #37BADD. Grayscale: #686868. Windows color (decimal): -3652318 or 2246088. OLE color: 2246088.
HSL color Cylindrical-coordinate representation of color #C84522: hue angle of 12.65º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C84522 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 34 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.22 |
| HSL | 12.65º | 0.71% | 0.46% | - |
| HSV(B) | 12.65º | 0.83% | 0.78% | - |
| XYZ | 26.24 | 16.65 | 3.34 | - |
| YUV | 104.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 34 | 0 | 0.66 | 0.83 | 0.22 | 12.65 | 0.71 | 0.46 |
| Hex | C8 | 45 | 22 | 0 | 42 | 53 | 16 | D | 47 | 2E |
| Octal | 310 | 105 | 42 | 0 | 102 | 123 | 26 | 15 | 107 | 56 |
| Binary | 11001000 | 1000101 | 100010 | 0 | 1000010 | 1010011 | 10110 | 1101 | 1000111 | 101110 |
Color Harmonies of #C84522
Complementary color
Monochromatic Colors of #C84522
Black with #C84522
Text Example
Text Example
White with #C84522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84522; }
p { color: rgb(200,69,34); }
H1.HeaderClassName
{
color: #C84522;
}
.AnyTagClassName
{
color: #C84522;
}
</style>
background-color css
<style>
a { background-color: #C84522; }
a { background-color: rgb(200,69,34); }
div.DivClassName
{
background-color: #C84522;
}
.BgClassName
{
background-color: #C84522;
}
</style>
border-color css
<style>
span { border-color: #C84522; }
span { border-color: rgb(200,69,34); }
td.TdClassName
{
border-color: #C84522;
}
.TagClassName
{
border-color: #C84522;
}
</style>