Shades of Trinidad #C55735
Tints of Trinidad #C55735
RGB
CMYK
RGB Variations
Color information
#C55735 (or 0xC55735) is known color: Trinidad. HEX triplet: C5, 57 and 35. RGB value is (197,87,53). Sum of RGB (Red+Green+Blue) = 197+87+53=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55735 is #3AA8CA. Grayscale: #747474. Windows color (decimal): -3844299 or 3495877. OLE color: 3495877.
HSL color Cylindrical-coordinate representation of color #C55735: hue angle of 14.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55735 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 53 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.23 |
| HSL | 14.17º | 0.58% | 0.49% | - |
| HSV(B) | 14.17º | 0.73% | 0.77% | - |
| XYZ | 27.08 | 18.94 | 5.6 | - |
| YUV | 116.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 53 | 0 | 0.56 | 0.73 | 0.23 | 14.17 | 0.58 | 0.49 |
| Hex | C5 | 57 | 35 | 0 | 38 | 49 | 17 | E | 3A | 31 |
| Octal | 305 | 127 | 65 | 0 | 70 | 111 | 27 | 16 | 72 | 61 |
| Binary | 11000101 | 1010111 | 110101 | 0 | 111000 | 1001001 | 10111 | 1110 | 111010 | 110001 |
Color Harmonies of #C55735
Complementary color
Monochromatic Colors of #C55735
Black with #C55735
Text Example
Text Example
White with #C55735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55735; }
p { color: rgb(197,87,53); }
H1.HeaderClassName
{
color: #C55735;
}
.AnyTagClassName
{
color: #C55735;
}
</style>
background-color css
<style>
a { background-color: #C55735; }
a { background-color: rgb(197,87,53); }
div.DivClassName
{
background-color: #C55735;
}
.BgClassName
{
background-color: #C55735;
}
</style>
border-color css
<style>
span { border-color: #C55735; }
span { border-color: rgb(197,87,53); }
td.TdClassName
{
border-color: #C55735;
}
.TagClassName
{
border-color: #C55735;
}
</style>