Shades of Trinidad #C85329
Tints of Trinidad #C85329
RGB
CMYK
RGB Variations
Color information
#C85329 (or 0xC85329) is known color: Trinidad. HEX triplet: C8, 53 and 29. RGB value is (200,83,41). Sum of RGB (Red+Green+Blue) = 200+83+41=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C85329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85329 is #37ACD6. Grayscale: #717171. Windows color (decimal): -3648727 or 2708424. OLE color: 2708424.
HSL color Cylindrical-coordinate representation of color #C85329: hue angle of 15.85º 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 #C85329 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 41 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.22 |
| HSL | 15.85º | 0.66% | 0.47% | - |
| HSV(B) | 15.85º | 0.8% | 0.78% | - |
| XYZ | 27.31 | 18.63 | 4.25 | - |
| YUV | 113.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 41 | 0 | 0.58 | 0.80 | 0.22 | 15.85 | 0.66 | 0.47 |
| Hex | C8 | 53 | 29 | 0 | 3A | 50 | 16 | 10 | 42 | 2F |
| Octal | 310 | 123 | 51 | 0 | 72 | 120 | 26 | 20 | 102 | 57 |
| Binary | 11001000 | 1010011 | 101001 | 0 | 111010 | 1010000 | 10110 | 10000 | 1000010 | 101111 |
Color Harmonies of #C85329
Complementary color
Monochromatic Colors of #C85329
Black with #C85329
Text Example
Text Example
White with #C85329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85329; }
p { color: rgb(200,83,41); }
H1.HeaderClassName
{
color: #C85329;
}
.AnyTagClassName
{
color: #C85329;
}
</style>
background-color css
<style>
a { background-color: #C85329; }
a { background-color: rgb(200,83,41); }
div.DivClassName
{
background-color: #C85329;
}
.BgClassName
{
background-color: #C85329;
}
</style>
border-color css
<style>
span { border-color: #C85329; }
span { border-color: rgb(200,83,41); }
td.TdClassName
{
border-color: #C85329;
}
.TagClassName
{
border-color: #C85329;
}
</style>