Shades of Trinidad #C05032
Tints of Trinidad #C05032
RGB
CMYK
RGB Variations
Color information
#C05032 (or 0xC05032) is known color: Trinidad. HEX triplet: C0, 50 and 32. RGB value is (192,80,50). Sum of RGB (Red+Green+Blue) = 192+80+50=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C05032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05032 is #3FAFCD. Grayscale: #6E6E6E. Windows color (decimal): -4173774 or 3297472. OLE color: 3297472.
HSL color Cylindrical-coordinate representation of color #C05032: hue angle of 12.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C05032 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 50 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.25 |
| HSL | 12.68º | 0.59% | 0.47% | - |
| HSV(B) | 12.68º | 0.74% | 0.75% | - |
| XYZ | 25.18 | 17.17 | 5.01 | - |
| YUV | 110.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 50 | 0 | 0.58 | 0.74 | 0.25 | 12.68 | 0.59 | 0.47 |
| Hex | C0 | 50 | 32 | 0 | 3A | 4A | 19 | D | 3B | 2F |
| Octal | 300 | 120 | 62 | 0 | 72 | 112 | 31 | 15 | 73 | 57 |
| Binary | 11000000 | 1010000 | 110010 | 0 | 111010 | 1001010 | 11001 | 1101 | 111011 | 101111 |
Color Harmonies of #C05032
Complementary color
Monochromatic Colors of #C05032
Black with #C05032
Text Example
Text Example
White with #C05032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05032; }
p { color: rgb(192,80,50); }
H1.HeaderClassName
{
color: #C05032;
}
.AnyTagClassName
{
color: #C05032;
}
</style>
background-color css
<style>
a { background-color: #C05032; }
a { background-color: rgb(192,80,50); }
div.DivClassName
{
background-color: #C05032;
}
.BgClassName
{
background-color: #C05032;
}
</style>
border-color css
<style>
span { border-color: #C05032; }
span { border-color: rgb(192,80,50); }
td.TdClassName
{
border-color: #C05032;
}
.TagClassName
{
border-color: #C05032;
}
</style>