Shades of Trinidad #C4562C
Tints of Trinidad #C4562C
RGB
CMYK
RGB Variations
Color information
#C4562C (or 0xC4562C) is known color: Trinidad. HEX triplet: C4, 56 and 2C. RGB value is (196,86,44). Sum of RGB (Red+Green+Blue) = 196+86+44=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4562C is #3BA9D3. Grayscale: #727272. Windows color (decimal): -3910100 or 2905796. OLE color: 2905796.
HSL color Cylindrical-coordinate representation of color #C4562C: hue angle of 16.58º degrees, saturation: 0.63, 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 #C4562C is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 44 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.23 |
| HSL | 16.58º | 0.63% | 0.47% | - |
| HSV(B) | 16.58º | 0.78% | 0.77% | - |
| XYZ | 26.55 | 18.57 | 4.57 | - |
| YUV | 114.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 44 | 0 | 0.56 | 0.78 | 0.23 | 16.58 | 0.63 | 0.47 |
| Hex | C4 | 56 | 2C | 0 | 38 | 4E | 17 | 11 | 3F | 2F |
| Octal | 304 | 126 | 54 | 0 | 70 | 116 | 27 | 21 | 77 | 57 |
| Binary | 11000100 | 1010110 | 101100 | 0 | 111000 | 1001110 | 10111 | 10001 | 111111 | 101111 |
Color Harmonies of #C4562C
Complementary color
Monochromatic Colors of #C4562C
Black with #C4562C
Text Example
Text Example
White with #C4562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4562C; }
p { color: rgb(196,86,44); }
H1.HeaderClassName
{
color: #C4562C;
}
.AnyTagClassName
{
color: #C4562C;
}
</style>
background-color css
<style>
a { background-color: #C4562C; }
a { background-color: rgb(196,86,44); }
div.DivClassName
{
background-color: #C4562C;
}
.BgClassName
{
background-color: #C4562C;
}
</style>
border-color css
<style>
span { border-color: #C4562C; }
span { border-color: rgb(196,86,44); }
td.TdClassName
{
border-color: #C4562C;
}
.TagClassName
{
border-color: #C4562C;
}
</style>