Shades of Trinidad #C64E34
Tints of Trinidad #C64E34
RGB
CMYK
RGB Variations
Color information
#C64E34 (or 0xC64E34) is known color: Trinidad. HEX triplet: C6, 4E and 34. RGB value is (198,78,52). Sum of RGB (Red+Green+Blue) = 198+78+52=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E34 is #39B1CB. Grayscale: #6F6F6F. Windows color (decimal): -3781068 or 3428038. OLE color: 3428038.
HSL color Cylindrical-coordinate representation of color #C64E34: hue angle of 10.68º 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 #C64E34 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 52 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.22 |
| HSL | 10.68º | 0.58% | 0.49% | - |
| HSV(B) | 10.68º | 0.74% | 0.78% | - |
| XYZ | 26.63 | 17.7 | 5.26 | - |
| YUV | 110.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 52 | 0 | 0.61 | 0.74 | 0.22 | 10.68 | 0.58 | 0.49 |
| Hex | C6 | 4E | 34 | 0 | 3D | 4A | 16 | B | 3A | 31 |
| Octal | 306 | 116 | 64 | 0 | 75 | 112 | 26 | 13 | 72 | 61 |
| Binary | 11000110 | 1001110 | 110100 | 0 | 111101 | 1001010 | 10110 | 1011 | 111010 | 110001 |
Color Harmonies of #C64E34
Complementary color
Monochromatic Colors of #C64E34
Black with #C64E34
Text Example
Text Example
White with #C64E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E34; }
p { color: rgb(198,78,52); }
H1.HeaderClassName
{
color: #C64E34;
}
.AnyTagClassName
{
color: #C64E34;
}
</style>
background-color css
<style>
a { background-color: #C64E34; }
a { background-color: rgb(198,78,52); }
div.DivClassName
{
background-color: #C64E34;
}
.BgClassName
{
background-color: #C64E34;
}
</style>
border-color css
<style>
span { border-color: #C64E34; }
span { border-color: rgb(198,78,52); }
td.TdClassName
{
border-color: #C64E34;
}
.TagClassName
{
border-color: #C64E34;
}
</style>