Shades of Trinidad #C55030
Tints of Trinidad #C55030
RGB
CMYK
RGB Variations
Color information
#C55030 (or 0xC55030) is known color: Trinidad. HEX triplet: C5, 50 and 30. RGB value is (197,80,48). Sum of RGB (Red+Green+Blue) = 197+80+48=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C55030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55030 is #3AAFCF. Grayscale: #6F6F6F. Windows color (decimal): -3846096 or 3166405. OLE color: 3166405.
HSL color Cylindrical-coordinate representation of color #C55030: hue angle of 12.89º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C55030 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 48 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.23 |
| HSL | 12.89º | 0.61% | 0.48% | - |
| HSV(B) | 12.89º | 0.76% | 0.77% | - |
| XYZ | 26.43 | 17.82 | 4.84 | - |
| YUV | 111.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 48 | 0 | 0.59 | 0.76 | 0.23 | 12.89 | 0.61 | 0.48 |
| Hex | C5 | 50 | 30 | 0 | 3B | 4C | 17 | D | 3D | 30 |
| Octal | 305 | 120 | 60 | 0 | 73 | 114 | 27 | 15 | 75 | 60 |
| Binary | 11000101 | 1010000 | 110000 | 0 | 111011 | 1001100 | 10111 | 1101 | 111101 | 110000 |
Color Harmonies of #C55030
Complementary color
Monochromatic Colors of #C55030
Black with #C55030
Text Example
Text Example
White with #C55030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55030; }
p { color: rgb(197,80,48); }
H1.HeaderClassName
{
color: #C55030;
}
.AnyTagClassName
{
color: #C55030;
}
</style>
background-color css
<style>
a { background-color: #C55030; }
a { background-color: rgb(197,80,48); }
div.DivClassName
{
background-color: #C55030;
}
.BgClassName
{
background-color: #C55030;
}
</style>
border-color css
<style>
span { border-color: #C55030; }
span { border-color: rgb(197,80,48); }
td.TdClassName
{
border-color: #C55030;
}
.TagClassName
{
border-color: #C55030;
}
</style>