Shades of Trinidad #C64D36
Tints of Trinidad #C64D36
RGB
CMYK
RGB Variations
Color information
#C64D36 (or 0xC64D36) is known color: Trinidad. HEX triplet: C6, 4D and 36. RGB value is (198,77,54). Sum of RGB (Red+Green+Blue) = 198+77+54=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D36 is #39B2C9. Grayscale: #6E6E6E. Windows color (decimal): -3781322 or 3558854. OLE color: 3558854.
HSL color Cylindrical-coordinate representation of color #C64D36: hue angle of 9.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C64D36 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 54 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.22 |
| HSL | 9.58º | 0.57% | 0.49% | - |
| HSV(B) | 9.58º | 0.73% | 0.78% | - |
| XYZ | 26.61 | 17.58 | 5.48 | - |
| YUV | 110.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 54 | 0 | 0.61 | 0.73 | 0.22 | 9.58 | 0.57 | 0.49 |
| Hex | C6 | 4D | 36 | 0 | 3D | 49 | 16 | A | 39 | 31 |
| Octal | 306 | 115 | 66 | 0 | 75 | 111 | 26 | 12 | 71 | 61 |
| Binary | 11000110 | 1001101 | 110110 | 0 | 111101 | 1001001 | 10110 | 1010 | 111001 | 110001 |
Color Harmonies of #C64D36
Complementary color
Monochromatic Colors of #C64D36
Black with #C64D36
Text Example
Text Example
White with #C64D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D36; }
p { color: rgb(198,77,54); }
H1.HeaderClassName
{
color: #C64D36;
}
.AnyTagClassName
{
color: #C64D36;
}
</style>
background-color css
<style>
a { background-color: #C64D36; }
a { background-color: rgb(198,77,54); }
div.DivClassName
{
background-color: #C64D36;
}
.BgClassName
{
background-color: #C64D36;
}
</style>
border-color css
<style>
span { border-color: #C64D36; }
span { border-color: rgb(198,77,54); }
td.TdClassName
{
border-color: #C64D36;
}
.TagClassName
{
border-color: #C64D36;
}
</style>