Shades of Trinidad #C4531E
Tints of Trinidad #C4531E
RGB
CMYK
RGB Variations
Color information
#C4531E (or 0xC4531E) is known color: Trinidad. HEX triplet: C4, 53 and 1E. RGB value is (196,83,30). Sum of RGB (Red+Green+Blue) = 196+83+30=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4531E is #3BACE1. Grayscale: #6F6F6F. Windows color (decimal): -3910882 or 1987524. OLE color: 1987524.
HSL color Cylindrical-coordinate representation of color #C4531E: hue angle of 19.16º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4531E is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 30 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.23 |
| HSL | 19.16º | 0.73% | 0.44% | - |
| HSV(B) | 19.16º | 0.85% | 0.77% | - |
| XYZ | 26.09 | 18.02 | 3.33 | - |
| YUV | 110.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 30 | 0 | 0.58 | 0.85 | 0.23 | 19.16 | 0.73 | 0.44 |
| Hex | C4 | 53 | 1E | 0 | 3A | 55 | 17 | 13 | 49 | 2C |
| Octal | 304 | 123 | 36 | 0 | 72 | 125 | 27 | 23 | 111 | 54 |
| Binary | 11000100 | 1010011 | 11110 | 0 | 111010 | 1010101 | 10111 | 10011 | 1001001 | 101100 |
Color Harmonies of #C4531E
Complementary color
Monochromatic Colors of #C4531E
Black with #C4531E
Text Example
Text Example
White with #C4531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4531E; }
p { color: rgb(196,83,30); }
H1.HeaderClassName
{
color: #C4531E;
}
.AnyTagClassName
{
color: #C4531E;
}
</style>
background-color css
<style>
a { background-color: #C4531E; }
a { background-color: rgb(196,83,30); }
div.DivClassName
{
background-color: #C4531E;
}
.BgClassName
{
background-color: #C4531E;
}
</style>
border-color css
<style>
span { border-color: #C4531E; }
span { border-color: rgb(196,83,30); }
td.TdClassName
{
border-color: #C4531E;
}
.TagClassName
{
border-color: #C4531E;
}
</style>