Shades of Trinidad #C2482C
Tints of Trinidad #C2482C
RGB
CMYK
RGB Variations
Color information
#C2482C (or 0xC2482C) is known color: Trinidad. HEX triplet: C2, 48 and 2C. RGB value is (194,72,44). Sum of RGB (Red+Green+Blue) = 194+72+44=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2482C is #3DB7D3. Grayscale: #696969. Windows color (decimal): -4044756 or 2902210. OLE color: 2902210.
HSL color Cylindrical-coordinate representation of color #C2482C: hue angle of 11.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2482C is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 44 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.24 |
| HSL | 11.2º | 0.63% | 0.47% | - |
| HSV(B) | 11.2º | 0.77% | 0.76% | - |
| XYZ | 25.02 | 16.29 | 4.21 | - |
| YUV | 105.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 44 | 0 | 0.63 | 0.77 | 0.24 | 11.2 | 0.63 | 0.47 |
| Hex | C2 | 48 | 2C | 0 | 3F | 4D | 18 | B | 3F | 2F |
| Octal | 302 | 110 | 54 | 0 | 77 | 115 | 30 | 13 | 77 | 57 |
| Binary | 11000010 | 1001000 | 101100 | 0 | 111111 | 1001101 | 11000 | 1011 | 111111 | 101111 |
Color Harmonies of #C2482C
Complementary color
Monochromatic Colors of #C2482C
Black with #C2482C
Text Example
Text Example
White with #C2482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2482C; }
p { color: rgb(194,72,44); }
H1.HeaderClassName
{
color: #C2482C;
}
.AnyTagClassName
{
color: #C2482C;
}
</style>
background-color css
<style>
a { background-color: #C2482C; }
a { background-color: rgb(194,72,44); }
div.DivClassName
{
background-color: #C2482C;
}
.BgClassName
{
background-color: #C2482C;
}
</style>
border-color css
<style>
span { border-color: #C2482C; }
span { border-color: rgb(194,72,44); }
td.TdClassName
{
border-color: #C2482C;
}
.TagClassName
{
border-color: #C2482C;
}
</style>