Shades of Trinidad #C65439
Tints of Trinidad #C65439
RGB
CMYK
RGB Variations
Color information
#C65439 (or 0xC65439) is known color: Trinidad. HEX triplet: C6, 54 and 39. RGB value is (198,84,57). Sum of RGB (Red+Green+Blue) = 198+84+57=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C65439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65439 is #39ABC6. Grayscale: #737373. Windows color (decimal): -3779527 or 3757254. OLE color: 3757254.
HSL color Cylindrical-coordinate representation of color #C65439: hue angle of 11.49º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C65439 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 57 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.22 |
| HSL | 11.49º | 0.55% | 0.5% | - |
| HSV(B) | 11.49º | 0.71% | 0.78% | - |
| XYZ | 27.2 | 18.64 | 6.04 | - |
| YUV | 115.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 57 | 0 | 0.58 | 0.71 | 0.22 | 11.49 | 0.55 | 0.5 |
| Hex | C6 | 54 | 39 | 0 | 3A | 47 | 16 | B | 37 | 32 |
| Octal | 306 | 124 | 71 | 0 | 72 | 107 | 26 | 13 | 67 | 62 |
| Binary | 11000110 | 1010100 | 111001 | 0 | 111010 | 1000111 | 10110 | 1011 | 110111 | 110010 |
Color Harmonies of #C65439
Complementary color
Monochromatic Colors of #C65439
Black with #C65439
Text Example
Text Example
White with #C65439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65439; }
p { color: rgb(198,84,57); }
H1.HeaderClassName
{
color: #C65439;
}
.AnyTagClassName
{
color: #C65439;
}
</style>
background-color css
<style>
a { background-color: #C65439; }
a { background-color: rgb(198,84,57); }
div.DivClassName
{
background-color: #C65439;
}
.BgClassName
{
background-color: #C65439;
}
</style>
border-color css
<style>
span { border-color: #C65439; }
span { border-color: rgb(198,84,57); }
td.TdClassName
{
border-color: #C65439;
}
.TagClassName
{
border-color: #C65439;
}
</style>