Shades of Trinidad #C0552A
Tints of Trinidad #C0552A
RGB
CMYK
RGB Variations
Color information
#C0552A (or 0xC0552A) is known color: Trinidad. HEX triplet: C0, 55 and 2A. RGB value is (192,85,42). Sum of RGB (Red+Green+Blue) = 192+85+42=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0552A is #3FAAD5. Grayscale: #707070. Windows color (decimal): -4172502 or 2774464. OLE color: 2774464.
HSL color Cylindrical-coordinate representation of color #C0552A: hue angle of 17.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0552A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 42 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.25 |
| HSL | 17.2º | 0.64% | 0.46% | - |
| HSV(B) | 17.2º | 0.78% | 0.75% | - |
| XYZ | 25.4 | 17.87 | 4.3 | - |
| YUV | 112.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 42 | 0 | 0.56 | 0.78 | 0.25 | 17.2 | 0.64 | 0.46 |
| Hex | C0 | 55 | 2A | 0 | 38 | 4E | 19 | 11 | 40 | 2E |
| Octal | 300 | 125 | 52 | 0 | 70 | 116 | 31 | 21 | 100 | 56 |
| Binary | 11000000 | 1010101 | 101010 | 0 | 111000 | 1001110 | 11001 | 10001 | 1000000 | 101110 |
Color Harmonies of #C0552A
Complementary color
Monochromatic Colors of #C0552A
Black with #C0552A
Text Example
Text Example
White with #C0552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0552A; }
p { color: rgb(192,85,42); }
H1.HeaderClassName
{
color: #C0552A;
}
.AnyTagClassName
{
color: #C0552A;
}
</style>
background-color css
<style>
a { background-color: #C0552A; }
a { background-color: rgb(192,85,42); }
div.DivClassName
{
background-color: #C0552A;
}
.BgClassName
{
background-color: #C0552A;
}
</style>
border-color css
<style>
span { border-color: #C0552A; }
span { border-color: rgb(192,85,42); }
td.TdClassName
{
border-color: #C0552A;
}
.TagClassName
{
border-color: #C0552A;
}
</style>