Shades of Trinidad #C55230
Tints of Trinidad #C55230
RGB
CMYK
RGB Variations
Color information
#C55230 (or 0xC55230) is known color: Trinidad. HEX triplet: C5, 52 and 30. RGB value is (197,82,48). Sum of RGB (Red+Green+Blue) = 197+82+48=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C55230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55230 is #3AADCF. Grayscale: #707070. Windows color (decimal): -3845584 or 3166917. OLE color: 3166917.
HSL color Cylindrical-coordinate representation of color #C55230: hue angle of 13.69º 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 #C55230 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 48 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.23 |
| HSL | 13.69º | 0.61% | 0.48% | - |
| HSV(B) | 13.69º | 0.76% | 0.77% | - |
| XYZ | 26.58 | 18.12 | 4.89 | - |
| YUV | 112.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 48 | 0 | 0.58 | 0.76 | 0.23 | 13.69 | 0.61 | 0.48 |
| Hex | C5 | 52 | 30 | 0 | 3A | 4C | 17 | E | 3D | 30 |
| Octal | 305 | 122 | 60 | 0 | 72 | 114 | 27 | 16 | 75 | 60 |
| Binary | 11000101 | 1010010 | 110000 | 0 | 111010 | 1001100 | 10111 | 1110 | 111101 | 110000 |
Color Harmonies of #C55230
Complementary color
Monochromatic Colors of #C55230
Black with #C55230
Text Example
Text Example
White with #C55230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55230; }
p { color: rgb(197,82,48); }
H1.HeaderClassName
{
color: #C55230;
}
.AnyTagClassName
{
color: #C55230;
}
</style>
background-color css
<style>
a { background-color: #C55230; }
a { background-color: rgb(197,82,48); }
div.DivClassName
{
background-color: #C55230;
}
.BgClassName
{
background-color: #C55230;
}
</style>
border-color css
<style>
span { border-color: #C55230; }
span { border-color: rgb(197,82,48); }
td.TdClassName
{
border-color: #C55230;
}
.TagClassName
{
border-color: #C55230;
}
</style>