Shades of Trinidad #C85323
Tints of Trinidad #C85323
RGB
CMYK
RGB Variations
Color information
#C85323 (or 0xC85323) is known color: Trinidad. HEX triplet: C8, 53 and 23. RGB value is (200,83,35). Sum of RGB (Red+Green+Blue) = 200+83+35=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C85323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85323 is #37ACDC. Grayscale: #707070. Windows color (decimal): -3648733 or 2315208. OLE color: 2315208.
HSL color Cylindrical-coordinate representation of color #C85323: hue angle of 17.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C85323 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 35 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.22 |
| HSL | 17.45º | 0.7% | 0.46% | - |
| HSV(B) | 17.45º | 0.83% | 0.78% | - |
| XYZ | 27.22 | 18.59 | 3.74 | - |
| YUV | 112.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 35 | 0 | 0.58 | 0.82 | 0.22 | 17.45 | 0.7 | 0.46 |
| Hex | C8 | 53 | 23 | 0 | 3A | 52 | 16 | 11 | 46 | 2E |
| Octal | 310 | 123 | 43 | 0 | 72 | 122 | 26 | 21 | 106 | 56 |
| Binary | 11001000 | 1010011 | 100011 | 0 | 111010 | 1010010 | 10110 | 10001 | 1000110 | 101110 |
Color Harmonies of #C85323
Complementary color
Monochromatic Colors of #C85323
Black with #C85323
Text Example
Text Example
White with #C85323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85323; }
p { color: rgb(200,83,35); }
H1.HeaderClassName
{
color: #C85323;
}
.AnyTagClassName
{
color: #C85323;
}
</style>
background-color css
<style>
a { background-color: #C85323; }
a { background-color: rgb(200,83,35); }
div.DivClassName
{
background-color: #C85323;
}
.BgClassName
{
background-color: #C85323;
}
</style>
border-color css
<style>
span { border-color: #C85323; }
span { border-color: rgb(200,83,35); }
td.TdClassName
{
border-color: #C85323;
}
.TagClassName
{
border-color: #C85323;
}
</style>