Shades of Trinidad #C65034
Tints of Trinidad #C65034
RGB
CMYK
RGB Variations
Color information
#C65034 (or 0xC65034) is known color: Trinidad. HEX triplet: C6, 50 and 34. RGB value is (198,80,52). Sum of RGB (Red+Green+Blue) = 198+80+52=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C65034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65034 is #39AFCB. Grayscale: #707070. Windows color (decimal): -3780556 or 3428550. OLE color: 3428550.
HSL color Cylindrical-coordinate representation of color #C65034: hue angle of 11.51º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C65034 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 52 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.22 |
| HSL | 11.51º | 0.58% | 0.49% | - |
| HSV(B) | 11.51º | 0.74% | 0.78% | - |
| XYZ | 26.78 | 17.99 | 5.31 | - |
| YUV | 112.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 52 | 0 | 0.60 | 0.74 | 0.22 | 11.51 | 0.58 | 0.49 |
| Hex | C6 | 50 | 34 | 0 | 3C | 4A | 16 | C | 3A | 31 |
| Octal | 306 | 120 | 64 | 0 | 74 | 112 | 26 | 14 | 72 | 61 |
| Binary | 11000110 | 1010000 | 110100 | 0 | 111100 | 1001010 | 10110 | 1100 | 111010 | 110001 |
Color Harmonies of #C65034
Complementary color
Monochromatic Colors of #C65034
Black with #C65034
Text Example
Text Example
White with #C65034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65034; }
p { color: rgb(198,80,52); }
H1.HeaderClassName
{
color: #C65034;
}
.AnyTagClassName
{
color: #C65034;
}
</style>
background-color css
<style>
a { background-color: #C65034; }
a { background-color: rgb(198,80,52); }
div.DivClassName
{
background-color: #C65034;
}
.BgClassName
{
background-color: #C65034;
}
</style>
border-color css
<style>
span { border-color: #C65034; }
span { border-color: rgb(198,80,52); }
td.TdClassName
{
border-color: #C65034;
}
.TagClassName
{
border-color: #C65034;
}
</style>