Shades of Trinidad #C05025
Tints of Trinidad #C05025
RGB
CMYK
RGB Variations
Color information
#C05025 (or 0xC05025) is known color: Trinidad. HEX triplet: C0, 50 and 25. RGB value is (192,80,37). Sum of RGB (Red+Green+Blue) = 192+80+37=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C05025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05025 is #3FAFDA. Grayscale: #6C6C6C. Windows color (decimal): -4173787 or 2445504. OLE color: 2445504.
HSL color Cylindrical-coordinate representation of color #C05025: hue angle of 16.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C05025 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 37 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.25 |
| HSL | 16.65º | 0.68% | 0.45% | - |
| HSV(B) | 16.65º | 0.81% | 0.75% | - |
| XYZ | 24.94 | 17.08 | 3.73 | - |
| YUV | 108.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 37 | 0 | 0.58 | 0.81 | 0.25 | 16.65 | 0.68 | 0.45 |
| Hex | C0 | 50 | 25 | 0 | 3A | 51 | 19 | 11 | 44 | 2D |
| Octal | 300 | 120 | 45 | 0 | 72 | 121 | 31 | 21 | 104 | 55 |
| Binary | 11000000 | 1010000 | 100101 | 0 | 111010 | 1010001 | 11001 | 10001 | 1000100 | 101101 |
Color Harmonies of #C05025
Complementary color
Monochromatic Colors of #C05025
Black with #C05025
Text Example
Text Example
White with #C05025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05025; }
p { color: rgb(192,80,37); }
H1.HeaderClassName
{
color: #C05025;
}
.AnyTagClassName
{
color: #C05025;
}
</style>
background-color css
<style>
a { background-color: #C05025; }
a { background-color: rgb(192,80,37); }
div.DivClassName
{
background-color: #C05025;
}
.BgClassName
{
background-color: #C05025;
}
</style>
border-color css
<style>
span { border-color: #C05025; }
span { border-color: rgb(192,80,37); }
td.TdClassName
{
border-color: #C05025;
}
.TagClassName
{
border-color: #C05025;
}
</style>