Shades of Trinidad #C55630
Tints of Trinidad #C55630
RGB
CMYK
RGB Variations
Color information
#C55630 (or 0xC55630) is known color: Trinidad. HEX triplet: C5, 56 and 30. RGB value is (197,86,48). Sum of RGB (Red+Green+Blue) = 197+86+48=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55630 is #3AA9CF. Grayscale: #737373. Windows color (decimal): -3844560 or 3167941. OLE color: 3167941.
HSL color Cylindrical-coordinate representation of color #C55630: hue angle of 15.3º 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 #C55630 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 48 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.23 |
| HSL | 15.3º | 0.61% | 0.48% | - |
| HSV(B) | 15.3º | 0.76% | 0.77% | - |
| XYZ | 26.89 | 18.74 | 5 | - |
| YUV | 114.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 48 | 0 | 0.56 | 0.76 | 0.23 | 15.3 | 0.61 | 0.48 |
| Hex | C5 | 56 | 30 | 0 | 38 | 4C | 17 | F | 3D | 30 |
| Octal | 305 | 126 | 60 | 0 | 70 | 114 | 27 | 17 | 75 | 60 |
| Binary | 11000101 | 1010110 | 110000 | 0 | 111000 | 1001100 | 10111 | 1111 | 111101 | 110000 |
Color Harmonies of #C55630
Complementary color
Monochromatic Colors of #C55630
Black with #C55630
Text Example
Text Example
White with #C55630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55630; }
p { color: rgb(197,86,48); }
H1.HeaderClassName
{
color: #C55630;
}
.AnyTagClassName
{
color: #C55630;
}
</style>
background-color css
<style>
a { background-color: #C55630; }
a { background-color: rgb(197,86,48); }
div.DivClassName
{
background-color: #C55630;
}
.BgClassName
{
background-color: #C55630;
}
</style>
border-color css
<style>
span { border-color: #C55630; }
span { border-color: rgb(197,86,48); }
td.TdClassName
{
border-color: #C55630;
}
.TagClassName
{
border-color: #C55630;
}
</style>