Shades of Trinidad #C4532B
Tints of Trinidad #C4532B
RGB
CMYK
RGB Variations
Color information
#C4532B (or 0xC4532B) is known color: Trinidad. HEX triplet: C4, 53 and 2B. RGB value is (196,83,43). Sum of RGB (Red+Green+Blue) = 196+83+43=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4532B is #3BACD4. Grayscale: #707070. Windows color (decimal): -3910869 or 2839492. OLE color: 2839492.
HSL color Cylindrical-coordinate representation of color #C4532B: hue angle of 15.69º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4532B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 43 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.23 |
| HSL | 15.69º | 0.64% | 0.47% | - |
| HSV(B) | 15.69º | 0.78% | 0.77% | - |
| XYZ | 26.29 | 18.1 | 4.39 | - |
| YUV | 112.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 43 | 0 | 0.58 | 0.78 | 0.23 | 15.69 | 0.64 | 0.47 |
| Hex | C4 | 53 | 2B | 0 | 3A | 4E | 17 | 10 | 40 | 2F |
| Octal | 304 | 123 | 53 | 0 | 72 | 116 | 27 | 20 | 100 | 57 |
| Binary | 11000100 | 1010011 | 101011 | 0 | 111010 | 1001110 | 10111 | 10000 | 1000000 | 101111 |
Color Harmonies of #C4532B
Complementary color
Monochromatic Colors of #C4532B
Black with #C4532B
Text Example
Text Example
White with #C4532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4532B; }
p { color: rgb(196,83,43); }
H1.HeaderClassName
{
color: #C4532B;
}
.AnyTagClassName
{
color: #C4532B;
}
</style>
background-color css
<style>
a { background-color: #C4532B; }
a { background-color: rgb(196,83,43); }
div.DivClassName
{
background-color: #C4532B;
}
.BgClassName
{
background-color: #C4532B;
}
</style>
border-color css
<style>
span { border-color: #C4532B; }
span { border-color: rgb(196,83,43); }
td.TdClassName
{
border-color: #C4532B;
}
.TagClassName
{
border-color: #C4532B;
}
</style>