Shades of Trinidad #C84A34
Tints of Trinidad #C84A34
RGB
CMYK
RGB Variations
Color information
#C84A34 (or 0xC84A34) is known color: Trinidad. HEX triplet: C8, 4A and 34. RGB value is (200,74,52). Sum of RGB (Red+Green+Blue) = 200+74+52=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A34 is #37B5CB. Grayscale: #6D6D6D. Windows color (decimal): -3651020 or 3427016. OLE color: 3427016.
HSL color Cylindrical-coordinate representation of color #C84A34: hue angle of 8.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84A34 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 52 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.22 |
| HSL | 8.92º | 0.59% | 0.49% | - |
| HSV(B) | 8.92º | 0.74% | 0.78% | - |
| XYZ | 26.89 | 17.42 | 5.19 | - |
| YUV | 109.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 52 | 0 | 0.63 | 0.74 | 0.22 | 8.92 | 0.59 | 0.49 |
| Hex | C8 | 4A | 34 | 0 | 3F | 4A | 16 | 9 | 3B | 31 |
| Octal | 310 | 112 | 64 | 0 | 77 | 112 | 26 | 11 | 73 | 61 |
| Binary | 11001000 | 1001010 | 110100 | 0 | 111111 | 1001010 | 10110 | 1001 | 111011 | 110001 |
Color Harmonies of #C84A34
Complementary color
Monochromatic Colors of #C84A34
Black with #C84A34
Text Example
Text Example
White with #C84A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A34; }
p { color: rgb(200,74,52); }
H1.HeaderClassName
{
color: #C84A34;
}
.AnyTagClassName
{
color: #C84A34;
}
</style>
background-color css
<style>
a { background-color: #C84A34; }
a { background-color: rgb(200,74,52); }
div.DivClassName
{
background-color: #C84A34;
}
.BgClassName
{
background-color: #C84A34;
}
</style>
border-color css
<style>
span { border-color: #C84A34; }
span { border-color: rgb(200,74,52); }
td.TdClassName
{
border-color: #C84A34;
}
.TagClassName
{
border-color: #C84A34;
}
</style>