Shades of Trinidad #C85425
Tints of Trinidad #C85425
RGB
CMYK
RGB Variations
Color information
#C85425 (or 0xC85425) is known color: Trinidad. HEX triplet: C8, 54 and 25. RGB value is (200,84,37). Sum of RGB (Red+Green+Blue) = 200+84+37=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C85425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85425 is #37ABDA. Grayscale: #717171. Windows color (decimal): -3648475 or 2446536. OLE color: 2446536.
HSL color Cylindrical-coordinate representation of color #C85425: hue angle of 17.3º 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 #C85425 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 37 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.22 |
| HSL | 17.3º | 0.69% | 0.46% | - |
| HSV(B) | 17.3º | 0.82% | 0.78% | - |
| XYZ | 27.32 | 18.75 | 3.93 | - |
| YUV | 113.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 37 | 0 | 0.58 | 0.82 | 0.22 | 17.3 | 0.69 | 0.46 |
| Hex | C8 | 54 | 25 | 0 | 3A | 52 | 16 | 11 | 45 | 2E |
| Octal | 310 | 124 | 45 | 0 | 72 | 122 | 26 | 21 | 105 | 56 |
| Binary | 11001000 | 1010100 | 100101 | 0 | 111010 | 1010010 | 10110 | 10001 | 1000101 | 101110 |
Color Harmonies of #C85425
Complementary color
Monochromatic Colors of #C85425
Black with #C85425
Text Example
Text Example
White with #C85425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85425; }
p { color: rgb(200,84,37); }
H1.HeaderClassName
{
color: #C85425;
}
.AnyTagClassName
{
color: #C85425;
}
</style>
background-color css
<style>
a { background-color: #C85425; }
a { background-color: rgb(200,84,37); }
div.DivClassName
{
background-color: #C85425;
}
.BgClassName
{
background-color: #C85425;
}
</style>
border-color css
<style>
span { border-color: #C85425; }
span { border-color: rgb(200,84,37); }
td.TdClassName
{
border-color: #C85425;
}
.TagClassName
{
border-color: #C85425;
}
</style>