Shades of Trinidad #C65731
Tints of Trinidad #C65731
RGB
CMYK
RGB Variations
Color information
#C65731 (or 0xC65731) is known color: Trinidad. HEX triplet: C6, 57 and 31. RGB value is (198,87,49). Sum of RGB (Red+Green+Blue) = 198+87+49=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C65731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65731 is #39A8CE. Grayscale: #747474. Windows color (decimal): -3778767 or 3233734. OLE color: 3233734.
HSL color Cylindrical-coordinate representation of color #C65731: hue angle of 15.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65731 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 49 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.22 |
| HSL | 15.3º | 0.6% | 0.48% | - |
| HSV(B) | 15.3º | 0.75% | 0.78% | - |
| XYZ | 27.25 | 19.04 | 5.15 | - |
| YUV | 115.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 49 | 0 | 0.56 | 0.75 | 0.22 | 15.3 | 0.6 | 0.48 |
| Hex | C6 | 57 | 31 | 0 | 38 | 4B | 16 | F | 3C | 30 |
| Octal | 306 | 127 | 61 | 0 | 70 | 113 | 26 | 17 | 74 | 60 |
| Binary | 11000110 | 1010111 | 110001 | 0 | 111000 | 1001011 | 10110 | 1111 | 111100 | 110000 |
Color Harmonies of #C65731
Complementary color
Monochromatic Colors of #C65731
Black with #C65731
Text Example
Text Example
White with #C65731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65731; }
p { color: rgb(198,87,49); }
H1.HeaderClassName
{
color: #C65731;
}
.AnyTagClassName
{
color: #C65731;
}
</style>
background-color css
<style>
a { background-color: #C65731; }
a { background-color: rgb(198,87,49); }
div.DivClassName
{
background-color: #C65731;
}
.BgClassName
{
background-color: #C65731;
}
</style>
border-color css
<style>
span { border-color: #C65731; }
span { border-color: rgb(198,87,49); }
td.TdClassName
{
border-color: #C65731;
}
.TagClassName
{
border-color: #C65731;
}
</style>