Shades of Trinidad #C84A29
Tints of Trinidad #C84A29
RGB
CMYK
RGB Variations
Color information
#C84A29 (or 0xC84A29) is known color: Trinidad. HEX triplet: C8, 4A and 29. RGB value is (200,74,41). Sum of RGB (Red+Green+Blue) = 200+74+41=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A29 is #37B5D6. Grayscale: #6C6C6C. Windows color (decimal): -3651031 or 2706120. OLE color: 2706120.
HSL color Cylindrical-coordinate representation of color #C84A29: hue angle of 12.45º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84A29 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 41 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.22 |
| HSL | 12.45º | 0.66% | 0.47% | - |
| HSV(B) | 12.45º | 0.8% | 0.78% | - |
| XYZ | 26.67 | 17.34 | 4.04 | - |
| YUV | 107.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 41 | 0 | 0.63 | 0.80 | 0.22 | 12.45 | 0.66 | 0.47 |
| Hex | C8 | 4A | 29 | 0 | 3F | 50 | 16 | C | 42 | 2F |
| Octal | 310 | 112 | 51 | 0 | 77 | 120 | 26 | 14 | 102 | 57 |
| Binary | 11001000 | 1001010 | 101001 | 0 | 111111 | 1010000 | 10110 | 1100 | 1000010 | 101111 |
Color Harmonies of #C84A29
Complementary color
Monochromatic Colors of #C84A29
Black with #C84A29
Text Example
Text Example
White with #C84A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A29; }
p { color: rgb(200,74,41); }
H1.HeaderClassName
{
color: #C84A29;
}
.AnyTagClassName
{
color: #C84A29;
}
</style>
background-color css
<style>
a { background-color: #C84A29; }
a { background-color: rgb(200,74,41); }
div.DivClassName
{
background-color: #C84A29;
}
.BgClassName
{
background-color: #C84A29;
}
</style>
border-color css
<style>
span { border-color: #C84A29; }
span { border-color: rgb(200,74,41); }
td.TdClassName
{
border-color: #C84A29;
}
.TagClassName
{
border-color: #C84A29;
}
</style>