Shades of Trinidad #C4572A
Tints of Trinidad #C4572A
RGB
CMYK
RGB Variations
Color information
#C4572A (or 0xC4572A) is known color: Trinidad. HEX triplet: C4, 57 and 2A. RGB value is (196,87,42). Sum of RGB (Red+Green+Blue) = 196+87+42=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4572A is #3BA8D5. Grayscale: #727272. Windows color (decimal): -3909846 or 2774980. OLE color: 2774980.
HSL color Cylindrical-coordinate representation of color #C4572A: hue angle of 17.53º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4572A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 42 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.23 |
| HSL | 17.53º | 0.65% | 0.47% | - |
| HSV(B) | 17.53º | 0.79% | 0.77% | - |
| XYZ | 26.59 | 18.72 | 4.4 | - |
| YUV | 114.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 42 | 0 | 0.56 | 0.79 | 0.23 | 17.53 | 0.65 | 0.47 |
| Hex | C4 | 57 | 2A | 0 | 38 | 4F | 17 | 12 | 41 | 2F |
| Octal | 304 | 127 | 52 | 0 | 70 | 117 | 27 | 22 | 101 | 57 |
| Binary | 11000100 | 1010111 | 101010 | 0 | 111000 | 1001111 | 10111 | 10010 | 1000001 | 101111 |
Color Harmonies of #C4572A
Complementary color
Monochromatic Colors of #C4572A
Black with #C4572A
Text Example
Text Example
White with #C4572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4572A; }
p { color: rgb(196,87,42); }
H1.HeaderClassName
{
color: #C4572A;
}
.AnyTagClassName
{
color: #C4572A;
}
</style>
background-color css
<style>
a { background-color: #C4572A; }
a { background-color: rgb(196,87,42); }
div.DivClassName
{
background-color: #C4572A;
}
.BgClassName
{
background-color: #C4572A;
}
</style>
border-color css
<style>
span { border-color: #C4572A; }
span { border-color: rgb(196,87,42); }
td.TdClassName
{
border-color: #C4572A;
}
.TagClassName
{
border-color: #C4572A;
}
</style>