Shades of Trinidad #C65735
Tints of Trinidad #C65735
RGB
CMYK
RGB Variations
Color information
#C65735 (or 0xC65735) is known color: Trinidad. HEX triplet: C6, 57 and 35. RGB value is (198,87,53). Sum of RGB (Red+Green+Blue) = 198+87+53=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C65735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65735 is #39A8CA. Grayscale: #747474. Windows color (decimal): -3778763 or 3495878. OLE color: 3495878.
HSL color Cylindrical-coordinate representation of color #C65735: hue angle of 14.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C65735 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 53 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.22 |
| HSL | 14.07º | 0.58% | 0.49% | - |
| HSV(B) | 14.07º | 0.73% | 0.78% | - |
| XYZ | 27.34 | 19.08 | 5.61 | - |
| YUV | 116.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 53 | 0 | 0.56 | 0.73 | 0.22 | 14.07 | 0.58 | 0.49 |
| Hex | C6 | 57 | 35 | 0 | 38 | 49 | 16 | E | 3A | 31 |
| Octal | 306 | 127 | 65 | 0 | 70 | 111 | 26 | 16 | 72 | 61 |
| Binary | 11000110 | 1010111 | 110101 | 0 | 111000 | 1001001 | 10110 | 1110 | 111010 | 110001 |
Color Harmonies of #C65735
Complementary color
Monochromatic Colors of #C65735
Black with #C65735
Text Example
Text Example
White with #C65735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65735; }
p { color: rgb(198,87,53); }
H1.HeaderClassName
{
color: #C65735;
}
.AnyTagClassName
{
color: #C65735;
}
</style>
background-color css
<style>
a { background-color: #C65735; }
a { background-color: rgb(198,87,53); }
div.DivClassName
{
background-color: #C65735;
}
.BgClassName
{
background-color: #C65735;
}
</style>
border-color css
<style>
span { border-color: #C65735; }
span { border-color: rgb(198,87,53); }
td.TdClassName
{
border-color: #C65735;
}
.TagClassName
{
border-color: #C65735;
}
</style>