Shades of Trinidad #C65425
Tints of Trinidad #C65425
RGB
CMYK
RGB Variations
Color information
#C65425 (or 0xC65425) is known color: Trinidad. HEX triplet: C6, 54 and 25. RGB value is (198,84,37). Sum of RGB (Red+Green+Blue) = 198+84+37=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C65425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65425 is #39ABDA. Grayscale: #717171. Windows color (decimal): -3779547 or 2446534. OLE color: 2446534.
HSL color Cylindrical-coordinate representation of color #C65425: hue angle of 17.52º 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 #C65425 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 37 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.22 |
| HSL | 17.52º | 0.69% | 0.46% | - |
| HSV(B) | 17.52º | 0.81% | 0.78% | - |
| XYZ | 26.79 | 18.48 | 3.91 | - |
| YUV | 112.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 37 | 0 | 0.58 | 0.81 | 0.22 | 17.52 | 0.69 | 0.46 |
| Hex | C6 | 54 | 25 | 0 | 3A | 51 | 16 | 12 | 45 | 2E |
| Octal | 306 | 124 | 45 | 0 | 72 | 121 | 26 | 22 | 105 | 56 |
| Binary | 11000110 | 1010100 | 100101 | 0 | 111010 | 1010001 | 10110 | 10010 | 1000101 | 101110 |
Color Harmonies of #C65425
Complementary color
Monochromatic Colors of #C65425
Black with #C65425
Text Example
Text Example
White with #C65425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65425; }
p { color: rgb(198,84,37); }
H1.HeaderClassName
{
color: #C65425;
}
.AnyTagClassName
{
color: #C65425;
}
</style>
background-color css
<style>
a { background-color: #C65425; }
a { background-color: rgb(198,84,37); }
div.DivClassName
{
background-color: #C65425;
}
.BgClassName
{
background-color: #C65425;
}
</style>
border-color css
<style>
span { border-color: #C65425; }
span { border-color: rgb(198,84,37); }
td.TdClassName
{
border-color: #C65425;
}
.TagClassName
{
border-color: #C65425;
}
</style>