Shades of Trinidad #C84E25
Tints of Trinidad #C84E25
RGB
CMYK
RGB Variations
Color information
#C84E25 (or 0xC84E25) is known color: Trinidad. HEX triplet: C8, 4E and 25. RGB value is (200,78,37). Sum of RGB (Red+Green+Blue) = 200+78+37=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E25 is #37B1DA. Grayscale: #6E6E6E. Windows color (decimal): -3650011 or 2445000. OLE color: 2445000.
HSL color Cylindrical-coordinate representation of color #C84E25: hue angle of 15.09º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C84E25 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 37 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.22 |
| HSL | 15.09º | 0.69% | 0.46% | - |
| HSV(B) | 15.09º | 0.82% | 0.78% | - |
| XYZ | 26.88 | 17.86 | 3.78 | - |
| YUV | 109.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 37 | 0 | 0.61 | 0.82 | 0.22 | 15.09 | 0.69 | 0.46 |
| Hex | C8 | 4E | 25 | 0 | 3D | 52 | 16 | F | 45 | 2E |
| Octal | 310 | 116 | 45 | 0 | 75 | 122 | 26 | 17 | 105 | 56 |
| Binary | 11001000 | 1001110 | 100101 | 0 | 111101 | 1010010 | 10110 | 1111 | 1000101 | 101110 |
Color Harmonies of #C84E25
Complementary color
Monochromatic Colors of #C84E25
Black with #C84E25
Text Example
Text Example
White with #C84E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E25; }
p { color: rgb(200,78,37); }
H1.HeaderClassName
{
color: #C84E25;
}
.AnyTagClassName
{
color: #C84E25;
}
</style>
background-color css
<style>
a { background-color: #C84E25; }
a { background-color: rgb(200,78,37); }
div.DivClassName
{
background-color: #C84E25;
}
.BgClassName
{
background-color: #C84E25;
}
</style>
border-color css
<style>
span { border-color: #C84E25; }
span { border-color: rgb(200,78,37); }
td.TdClassName
{
border-color: #C84E25;
}
.TagClassName
{
border-color: #C84E25;
}
</style>