Shades of Trinidad #C05024
Tints of Trinidad #C05024
RGB
CMYK
RGB Variations
Color information
#C05024 (or 0xC05024) is known color: Trinidad. HEX triplet: C0, 50 and 24. RGB value is (192,80,36). Sum of RGB (Red+Green+Blue) = 192+80+36=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C05024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05024 is #3FAFDB. Grayscale: #6C6C6C. Windows color (decimal): -4173788 or 2379968. OLE color: 2379968.
HSL color Cylindrical-coordinate representation of color #C05024: hue angle of 16.92º 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 #C05024 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 36 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.25 |
| HSL | 16.92º | 0.68% | 0.45% | - |
| HSV(B) | 16.92º | 0.81% | 0.75% | - |
| XYZ | 24.93 | 17.07 | 3.65 | - |
| YUV | 108.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 36 | 0 | 0.58 | 0.81 | 0.25 | 16.92 | 0.68 | 0.45 |
| Hex | C0 | 50 | 24 | 0 | 3A | 51 | 19 | 11 | 44 | 2D |
| Octal | 300 | 120 | 44 | 0 | 72 | 121 | 31 | 21 | 104 | 55 |
| Binary | 11000000 | 1010000 | 100100 | 0 | 111010 | 1010001 | 11001 | 10001 | 1000100 | 101101 |
Color Harmonies of #C05024
Complementary color
Monochromatic Colors of #C05024
Black with #C05024
Text Example
Text Example
White with #C05024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05024; }
p { color: rgb(192,80,36); }
H1.HeaderClassName
{
color: #C05024;
}
.AnyTagClassName
{
color: #C05024;
}
</style>
background-color css
<style>
a { background-color: #C05024; }
a { background-color: rgb(192,80,36); }
div.DivClassName
{
background-color: #C05024;
}
.BgClassName
{
background-color: #C05024;
}
</style>
border-color css
<style>
span { border-color: #C05024; }
span { border-color: rgb(192,80,36); }
td.TdClassName
{
border-color: #C05024;
}
.TagClassName
{
border-color: #C05024;
}
</style>