Shades of Trinidad #C0522C
Tints of Trinidad #C0522C
RGB
CMYK
RGB Variations
Color information
#C0522C (or 0xC0522C) is known color: Trinidad. HEX triplet: C0, 52 and 2C. RGB value is (192,82,44). Sum of RGB (Red+Green+Blue) = 192+82+44=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0522C is #3FADD3. Grayscale: #6E6E6E. Windows color (decimal): -4173268 or 2904768. OLE color: 2904768.
HSL color Cylindrical-coordinate representation of color #C0522C: hue angle of 15.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0522C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 44 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.25 |
| HSL | 15.41º | 0.63% | 0.46% | - |
| HSV(B) | 15.41º | 0.77% | 0.75% | - |
| XYZ | 25.21 | 17.42 | 4.42 | - |
| YUV | 110.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 44 | 0 | 0.57 | 0.77 | 0.25 | 15.41 | 0.63 | 0.46 |
| Hex | C0 | 52 | 2C | 0 | 39 | 4D | 19 | F | 3F | 2E |
| Octal | 300 | 122 | 54 | 0 | 71 | 115 | 31 | 17 | 77 | 56 |
| Binary | 11000000 | 1010010 | 101100 | 0 | 111001 | 1001101 | 11001 | 1111 | 111111 | 101110 |
Color Harmonies of #C0522C
Complementary color
Monochromatic Colors of #C0522C
Black with #C0522C
Text Example
Text Example
White with #C0522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0522C; }
p { color: rgb(192,82,44); }
H1.HeaderClassName
{
color: #C0522C;
}
.AnyTagClassName
{
color: #C0522C;
}
</style>
background-color css
<style>
a { background-color: #C0522C; }
a { background-color: rgb(192,82,44); }
div.DivClassName
{
background-color: #C0522C;
}
.BgClassName
{
background-color: #C0522C;
}
</style>
border-color css
<style>
span { border-color: #C0522C; }
span { border-color: rgb(192,82,44); }
td.TdClassName
{
border-color: #C0522C;
}
.TagClassName
{
border-color: #C0522C;
}
</style>