Shades of Trinidad #C2572E
Tints of Trinidad #C2572E
RGB
CMYK
RGB Variations
Color information
#C2572E (or 0xC2572E) is known color: Trinidad. HEX triplet: C2, 57 and 2E. RGB value is (194,87,46). Sum of RGB (Red+Green+Blue) = 194+87+46=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2572E is #3DA8D1. Grayscale: #727272. Windows color (decimal): -4040914 or 3037122. OLE color: 3037122.
HSL color Cylindrical-coordinate representation of color #C2572E: hue angle of 16.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2572E is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 46 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.24 |
| HSL | 16.62º | 0.62% | 0.47% | - |
| HSV(B) | 16.62º | 0.76% | 0.76% | - |
| XYZ | 26.15 | 18.48 | 4.77 | - |
| YUV | 114.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 46 | 0 | 0.55 | 0.76 | 0.24 | 16.62 | 0.62 | 0.47 |
| Hex | C2 | 57 | 2E | 0 | 37 | 4C | 18 | 11 | 3E | 2F |
| Octal | 302 | 127 | 56 | 0 | 67 | 114 | 30 | 21 | 76 | 57 |
| Binary | 11000010 | 1010111 | 101110 | 0 | 110111 | 1001100 | 11000 | 10001 | 111110 | 101111 |
Color Harmonies of #C2572E
Complementary color
Monochromatic Colors of #C2572E
Black with #C2572E
Text Example
Text Example
White with #C2572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2572E; }
p { color: rgb(194,87,46); }
H1.HeaderClassName
{
color: #C2572E;
}
.AnyTagClassName
{
color: #C2572E;
}
</style>
background-color css
<style>
a { background-color: #C2572E; }
a { background-color: rgb(194,87,46); }
div.DivClassName
{
background-color: #C2572E;
}
.BgClassName
{
background-color: #C2572E;
}
</style>
border-color css
<style>
span { border-color: #C2572E; }
span { border-color: rgb(194,87,46); }
td.TdClassName
{
border-color: #C2572E;
}
.TagClassName
{
border-color: #C2572E;
}
</style>