Shades of Trinidad #C2532A
Tints of Trinidad #C2532A
RGB
CMYK
RGB Variations
Color information
#C2532A (or 0xC2532A) is known color: Trinidad. HEX triplet: C2, 53 and 2A. RGB value is (194,83,42). Sum of RGB (Red+Green+Blue) = 194+83+42=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2532A is #3DACD5. Grayscale: #6F6F6F. Windows color (decimal): -4041942 or 2773954. OLE color: 2773954.
HSL color Cylindrical-coordinate representation of color #C2532A: hue angle of 16.18º 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 #C2532A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 42 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.24 |
| HSL | 16.18º | 0.64% | 0.46% | - |
| HSV(B) | 16.18º | 0.78% | 0.76% | - |
| XYZ | 25.76 | 17.82 | 4.27 | - |
| YUV | 111.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 42 | 0 | 0.57 | 0.78 | 0.24 | 16.18 | 0.64 | 0.46 |
| Hex | C2 | 53 | 2A | 0 | 39 | 4E | 18 | 10 | 40 | 2E |
| Octal | 302 | 123 | 52 | 0 | 71 | 116 | 30 | 20 | 100 | 56 |
| Binary | 11000010 | 1010011 | 101010 | 0 | 111001 | 1001110 | 11000 | 10000 | 1000000 | 101110 |
Color Harmonies of #C2532A
Complementary color
Monochromatic Colors of #C2532A
Black with #C2532A
Text Example
Text Example
White with #C2532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2532A; }
p { color: rgb(194,83,42); }
H1.HeaderClassName
{
color: #C2532A;
}
.AnyTagClassName
{
color: #C2532A;
}
</style>
background-color css
<style>
a { background-color: #C2532A; }
a { background-color: rgb(194,83,42); }
div.DivClassName
{
background-color: #C2532A;
}
.BgClassName
{
background-color: #C2532A;
}
</style>
border-color css
<style>
span { border-color: #C2532A; }
span { border-color: rgb(194,83,42); }
td.TdClassName
{
border-color: #C2532A;
}
.TagClassName
{
border-color: #C2532A;
}
</style>