Shades of Trinidad #C64D2A
Tints of Trinidad #C64D2A
RGB
CMYK
RGB Variations
Color information
#C64D2A (or 0xC64D2A) is known color: Trinidad. HEX triplet: C6, 4D and 2A. RGB value is (198,77,42). Sum of RGB (Red+Green+Blue) = 198+77+42=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D2A is #39B2D5. Grayscale: #6D6D6D. Windows color (decimal): -3781334 or 2772422. OLE color: 2772422.
HSL color Cylindrical-coordinate representation of color #C64D2A: hue angle of 13.46º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C64D2A is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 42 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.22 |
| HSL | 13.46º | 0.65% | 0.47% | - |
| HSV(B) | 13.46º | 0.79% | 0.78% | - |
| XYZ | 26.36 | 17.48 | 4.18 | - |
| YUV | 109.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 42 | 0 | 0.61 | 0.79 | 0.22 | 13.46 | 0.65 | 0.47 |
| Hex | C6 | 4D | 2A | 0 | 3D | 4F | 16 | D | 41 | 2F |
| Octal | 306 | 115 | 52 | 0 | 75 | 117 | 26 | 15 | 101 | 57 |
| Binary | 11000110 | 1001101 | 101010 | 0 | 111101 | 1001111 | 10110 | 1101 | 1000001 | 101111 |
Color Harmonies of #C64D2A
Complementary color
Monochromatic Colors of #C64D2A
Black with #C64D2A
Text Example
Text Example
White with #C64D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D2A; }
p { color: rgb(198,77,42); }
H1.HeaderClassName
{
color: #C64D2A;
}
.AnyTagClassName
{
color: #C64D2A;
}
</style>
background-color css
<style>
a { background-color: #C64D2A; }
a { background-color: rgb(198,77,42); }
div.DivClassName
{
background-color: #C64D2A;
}
.BgClassName
{
background-color: #C64D2A;
}
</style>
border-color css
<style>
span { border-color: #C64D2A; }
span { border-color: rgb(198,77,42); }
td.TdClassName
{
border-color: #C64D2A;
}
.TagClassName
{
border-color: #C64D2A;
}
</style>