Shades of Trinidad #C84722
Tints of Trinidad #C84722
RGB
CMYK
RGB Variations
Color information
#C84722 (or 0xC84722) is known color: Trinidad. HEX triplet: C8, 47 and 22. RGB value is (200,71,34). Sum of RGB (Red+Green+Blue) = 200+71+34=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C84722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84722 is #37B8DD. Grayscale: #696969. Windows color (decimal): -3651806 or 2246600. OLE color: 2246600.
HSL color Cylindrical-coordinate representation of color #C84722: hue angle of 13.37º 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 #C84722 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 34 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.22 |
| HSL | 13.37º | 0.71% | 0.46% | - |
| HSV(B) | 13.37º | 0.83% | 0.78% | - |
| XYZ | 26.36 | 16.9 | 3.39 | - |
| YUV | 105.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 34 | 0 | 0.64 | 0.83 | 0.22 | 13.37 | 0.71 | 0.46 |
| Hex | C8 | 47 | 22 | 0 | 40 | 53 | 16 | D | 47 | 2E |
| Octal | 310 | 107 | 42 | 0 | 100 | 123 | 26 | 15 | 107 | 56 |
| Binary | 11001000 | 1000111 | 100010 | 0 | 1000000 | 1010011 | 10110 | 1101 | 1000111 | 101110 |
Color Harmonies of #C84722
Complementary color
Monochromatic Colors of #C84722
Black with #C84722
Text Example
Text Example
White with #C84722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84722; }
p { color: rgb(200,71,34); }
H1.HeaderClassName
{
color: #C84722;
}
.AnyTagClassName
{
color: #C84722;
}
</style>
background-color css
<style>
a { background-color: #C84722; }
a { background-color: rgb(200,71,34); }
div.DivClassName
{
background-color: #C84722;
}
.BgClassName
{
background-color: #C84722;
}
</style>
border-color css
<style>
span { border-color: #C84722; }
span { border-color: rgb(200,71,34); }
td.TdClassName
{
border-color: #C84722;
}
.TagClassName
{
border-color: #C84722;
}
</style>