Shades of Trinidad #C84326
Tints of Trinidad #C84326
RGB
CMYK
RGB Variations
Color information
#C84326 (or 0xC84326) is known color: Trinidad. HEX triplet: C8, 43 and 26. RGB value is (200,67,38). Sum of RGB (Red+Green+Blue) = 200+67+38=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C84326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84326 is #37BCD9. Grayscale: #676767. Windows color (decimal): -3652826 or 2507720. OLE color: 2507720.
HSL color Cylindrical-coordinate representation of color #C84326: hue angle of 10.74º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C84326 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 38 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.22 |
| HSL | 10.74º | 0.68% | 0.47% | - |
| HSV(B) | 10.74º | 0.81% | 0.78% | - |
| XYZ | 26.18 | 16.43 | 3.63 | - |
| YUV | 103.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 38 | 0 | 0.66 | 0.81 | 0.22 | 10.74 | 0.68 | 0.47 |
| Hex | C8 | 43 | 26 | 0 | 42 | 51 | 16 | B | 44 | 2F |
| Octal | 310 | 103 | 46 | 0 | 102 | 121 | 26 | 13 | 104 | 57 |
| Binary | 11001000 | 1000011 | 100110 | 0 | 1000010 | 1010001 | 10110 | 1011 | 1000100 | 101111 |
Color Harmonies of #C84326
Complementary color
Monochromatic Colors of #C84326
Black with #C84326
Text Example
Text Example
White with #C84326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84326; }
p { color: rgb(200,67,38); }
H1.HeaderClassName
{
color: #C84326;
}
.AnyTagClassName
{
color: #C84326;
}
</style>
background-color css
<style>
a { background-color: #C84326; }
a { background-color: rgb(200,67,38); }
div.DivClassName
{
background-color: #C84326;
}
.BgClassName
{
background-color: #C84326;
}
</style>
border-color css
<style>
span { border-color: #C84326; }
span { border-color: rgb(200,67,38); }
td.TdClassName
{
border-color: #C84326;
}
.TagClassName
{
border-color: #C84326;
}
</style>