Shades of Trinidad #C2462A
Tints of Trinidad #C2462A
RGB
CMYK
RGB Variations
Color information
#C2462A (or 0xC2462A) is known color: Trinidad. HEX triplet: C2, 46 and 2A. RGB value is (194,70,42). Sum of RGB (Red+Green+Blue) = 194+70+42=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2462A is #3DB9D5. Grayscale: #686868. Windows color (decimal): -4045270 or 2770626. OLE color: 2770626.
HSL color Cylindrical-coordinate representation of color #C2462A: hue angle of 11.05º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2462A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 42 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.24 |
| HSL | 11.05º | 0.64% | 0.46% | - |
| HSV(B) | 11.05º | 0.78% | 0.76% | - |
| XYZ | 24.86 | 16.02 | 3.97 | - |
| YUV | 103.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 42 | 0 | 0.64 | 0.78 | 0.24 | 11.05 | 0.64 | 0.46 |
| Hex | C2 | 46 | 2A | 0 | 40 | 4E | 18 | B | 40 | 2E |
| Octal | 302 | 106 | 52 | 0 | 100 | 116 | 30 | 13 | 100 | 56 |
| Binary | 11000010 | 1000110 | 101010 | 0 | 1000000 | 1001110 | 11000 | 1011 | 1000000 | 101110 |
Color Harmonies of #C2462A
Complementary color
Monochromatic Colors of #C2462A
Black with #C2462A
Text Example
Text Example
White with #C2462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2462A; }
p { color: rgb(194,70,42); }
H1.HeaderClassName
{
color: #C2462A;
}
.AnyTagClassName
{
color: #C2462A;
}
</style>
background-color css
<style>
a { background-color: #C2462A; }
a { background-color: rgb(194,70,42); }
div.DivClassName
{
background-color: #C2462A;
}
.BgClassName
{
background-color: #C2462A;
}
</style>
border-color css
<style>
span { border-color: #C2462A; }
span { border-color: rgb(194,70,42); }
td.TdClassName
{
border-color: #C2462A;
}
.TagClassName
{
border-color: #C2462A;
}
</style>