Shades of Trinidad #C85320
Tints of Trinidad #C85320
RGB
CMYK
RGB Variations
Color information
#C85320 (or 0xC85320) is known color: Trinidad. HEX triplet: C8, 53 and 20. RGB value is (200,83,32). Sum of RGB (Red+Green+Blue) = 200+83+32=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85320 is #37ACDF. Grayscale: #707070. Windows color (decimal): -3648736 or 2118600. OLE color: 2118600.
HSL color Cylindrical-coordinate representation of color #C85320: hue angle of 18.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C85320 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 32 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.22 |
| HSL | 18.21º | 0.72% | 0.45% | - |
| HSV(B) | 18.21º | 0.84% | 0.78% | - |
| XYZ | 27.17 | 18.57 | 3.52 | - |
| YUV | 112.17 | 82.76 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 32 | 0 | 0.58 | 0.84 | 0.22 | 18.21 | 0.72 | 0.45 |
| Hex | C8 | 53 | 20 | 0 | 3A | 54 | 16 | 12 | 48 | 2D |
| Octal | 310 | 123 | 40 | 0 | 72 | 124 | 26 | 22 | 110 | 55 |
| Binary | 11001000 | 1010011 | 100000 | 0 | 111010 | 1010100 | 10110 | 10010 | 1001000 | 101101 |
Color Harmonies of #C85320
Complementary color
Monochromatic Colors of #C85320
Black with #C85320
Text Example
Text Example
White with #C85320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85320; }
p { color: rgb(200,83,32); }
H1.HeaderClassName
{
color: #C85320;
}
.AnyTagClassName
{
color: #C85320;
}
</style>
background-color css
<style>
a { background-color: #C85320; }
a { background-color: rgb(200,83,32); }
div.DivClassName
{
background-color: #C85320;
}
.BgClassName
{
background-color: #C85320;
}
</style>
border-color css
<style>
span { border-color: #C85320; }
span { border-color: rgb(200,83,32); }
td.TdClassName
{
border-color: #C85320;
}
.TagClassName
{
border-color: #C85320;
}
</style>