Shades of Trinidad #C0552E
Tints of Trinidad #C0552E
RGB
CMYK
RGB Variations
Color information
#C0552E (or 0xC0552E) is known color: Trinidad. HEX triplet: C0, 55 and 2E. RGB value is (192,85,46). Sum of RGB (Red+Green+Blue) = 192+85+46=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0552E is #3FAAD1. Grayscale: #707070. Windows color (decimal): -4172498 or 3036608. OLE color: 3036608.
HSL color Cylindrical-coordinate representation of color #C0552E: hue angle of 16.03º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0552E is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 46 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.25 |
| HSL | 16.03º | 0.61% | 0.47% | - |
| HSV(B) | 16.03º | 0.76% | 0.75% | - |
| XYZ | 25.48 | 17.9 | 4.7 | - |
| YUV | 112.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 46 | 0 | 0.56 | 0.76 | 0.25 | 16.03 | 0.61 | 0.47 |
| Hex | C0 | 55 | 2E | 0 | 38 | 4C | 19 | 10 | 3D | 2F |
| Octal | 300 | 125 | 56 | 0 | 70 | 114 | 31 | 20 | 75 | 57 |
| Binary | 11000000 | 1010101 | 101110 | 0 | 111000 | 1001100 | 11001 | 10000 | 111101 | 101111 |
Color Harmonies of #C0552E
Complementary color
Monochromatic Colors of #C0552E
Black with #C0552E
Text Example
Text Example
White with #C0552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0552E; }
p { color: rgb(192,85,46); }
H1.HeaderClassName
{
color: #C0552E;
}
.AnyTagClassName
{
color: #C0552E;
}
</style>
background-color css
<style>
a { background-color: #C0552E; }
a { background-color: rgb(192,85,46); }
div.DivClassName
{
background-color: #C0552E;
}
.BgClassName
{
background-color: #C0552E;
}
</style>
border-color css
<style>
span { border-color: #C0552E; }
span { border-color: rgb(192,85,46); }
td.TdClassName
{
border-color: #C0552E;
}
.TagClassName
{
border-color: #C0552E;
}
</style>