Shades of Trinidad #C64E32
Tints of Trinidad #C64E32
RGB
CMYK
RGB Variations
Color information
#C64E32 (or 0xC64E32) is known color: Trinidad. HEX triplet: C6, 4E and 32. RGB value is (198,78,50). Sum of RGB (Red+Green+Blue) = 198+78+50=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E32 is #39B1CD. Grayscale: #6E6E6E. Windows color (decimal): -3781070 or 3296966. OLE color: 3296966.
HSL color Cylindrical-coordinate representation of color #C64E32: hue angle of 11.35º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64E32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 50 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.22 |
| HSL | 11.35º | 0.6% | 0.49% | - |
| HSV(B) | 11.35º | 0.75% | 0.78% | - |
| XYZ | 26.59 | 17.68 | 5.03 | - |
| YUV | 110.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 50 | 0 | 0.61 | 0.75 | 0.22 | 11.35 | 0.6 | 0.49 |
| Hex | C6 | 4E | 32 | 0 | 3D | 4B | 16 | B | 3C | 31 |
| Octal | 306 | 116 | 62 | 0 | 75 | 113 | 26 | 13 | 74 | 61 |
| Binary | 11000110 | 1001110 | 110010 | 0 | 111101 | 1001011 | 10110 | 1011 | 111100 | 110001 |
Color Harmonies of #C64E32
Complementary color
Monochromatic Colors of #C64E32
Black with #C64E32
Text Example
Text Example
White with #C64E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E32; }
p { color: rgb(198,78,50); }
H1.HeaderClassName
{
color: #C64E32;
}
.AnyTagClassName
{
color: #C64E32;
}
</style>
background-color css
<style>
a { background-color: #C64E32; }
a { background-color: rgb(198,78,50); }
div.DivClassName
{
background-color: #C64E32;
}
.BgClassName
{
background-color: #C64E32;
}
</style>
border-color css
<style>
span { border-color: #C64E32; }
span { border-color: rgb(198,78,50); }
td.TdClassName
{
border-color: #C64E32;
}
.TagClassName
{
border-color: #C64E32;
}
</style>