Shades of Trinidad #C64A2A
Tints of Trinidad #C64A2A
RGB
CMYK
RGB Variations
Color information
#C64A2A (or 0xC64A2A) is known color: Trinidad. HEX triplet: C6, 4A and 2A. RGB value is (198,74,42). Sum of RGB (Red+Green+Blue) = 198+74+42=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A2A is #39B5D5. Grayscale: #6B6B6B. Windows color (decimal): -3782102 or 2771654. OLE color: 2771654.
HSL color Cylindrical-coordinate representation of color #C64A2A: hue angle of 12.31º 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 #C64A2A is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 42 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.22 |
| HSL | 12.31º | 0.65% | 0.47% | - |
| HSV(B) | 12.31º | 0.79% | 0.78% | - |
| XYZ | 26.16 | 17.07 | 4.11 | - |
| YUV | 107.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 42 | 0 | 0.63 | 0.79 | 0.22 | 12.31 | 0.65 | 0.47 |
| Hex | C6 | 4A | 2A | 0 | 3F | 4F | 16 | C | 41 | 2F |
| Octal | 306 | 112 | 52 | 0 | 77 | 117 | 26 | 14 | 101 | 57 |
| Binary | 11000110 | 1001010 | 101010 | 0 | 111111 | 1001111 | 10110 | 1100 | 1000001 | 101111 |
Color Harmonies of #C64A2A
Complementary color
Monochromatic Colors of #C64A2A
Black with #C64A2A
Text Example
Text Example
White with #C64A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A2A; }
p { color: rgb(198,74,42); }
H1.HeaderClassName
{
color: #C64A2A;
}
.AnyTagClassName
{
color: #C64A2A;
}
</style>
background-color css
<style>
a { background-color: #C64A2A; }
a { background-color: rgb(198,74,42); }
div.DivClassName
{
background-color: #C64A2A;
}
.BgClassName
{
background-color: #C64A2A;
}
</style>
border-color css
<style>
span { border-color: #C64A2A; }
span { border-color: rgb(198,74,42); }
td.TdClassName
{
border-color: #C64A2A;
}
.TagClassName
{
border-color: #C64A2A;
}
</style>