Shades of Trinidad #C05531
Tints of Trinidad #C05531
RGB
CMYK
RGB Variations
Color information
#C05531 (or 0xC05531) is known color: Trinidad. HEX triplet: C0, 55 and 31. RGB value is (192,85,49). Sum of RGB (Red+Green+Blue) = 192+85+49=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C05531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05531 is #3FAACE. Grayscale: #717171. Windows color (decimal): -4172495 or 3233216. OLE color: 3233216.
HSL color Cylindrical-coordinate representation of color #C05531: hue angle of 15.1º 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 #C05531 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 49 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.25 |
| HSL | 15.1º | 0.59% | 0.47% | - |
| HSV(B) | 15.1º | 0.74% | 0.75% | - |
| XYZ | 25.54 | 17.93 | 5.02 | - |
| YUV | 112.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 49 | 0 | 0.56 | 0.74 | 0.25 | 15.1 | 0.59 | 0.47 |
| Hex | C0 | 55 | 31 | 0 | 38 | 4A | 19 | F | 3B | 2F |
| Octal | 300 | 125 | 61 | 0 | 70 | 112 | 31 | 17 | 73 | 57 |
| Binary | 11000000 | 1010101 | 110001 | 0 | 111000 | 1001010 | 11001 | 1111 | 111011 | 101111 |
Color Harmonies of #C05531
Complementary color
Monochromatic Colors of #C05531
Black with #C05531
Text Example
Text Example
White with #C05531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05531; }
p { color: rgb(192,85,49); }
H1.HeaderClassName
{
color: #C05531;
}
.AnyTagClassName
{
color: #C05531;
}
</style>
background-color css
<style>
a { background-color: #C05531; }
a { background-color: rgb(192,85,49); }
div.DivClassName
{
background-color: #C05531;
}
.BgClassName
{
background-color: #C05531;
}
</style>
border-color css
<style>
span { border-color: #C05531; }
span { border-color: rgb(192,85,49); }
td.TdClassName
{
border-color: #C05531;
}
.TagClassName
{
border-color: #C05531;
}
</style>