Shades of Trinidad #C4502C
Tints of Trinidad #C4502C
RGB
CMYK
RGB Variations
Color information
#C4502C (or 0xC4502C) is known color: Trinidad. HEX triplet: C4, 50 and 2C. RGB value is (196,80,44). Sum of RGB (Red+Green+Blue) = 196+80+44=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4502C is #3BAFD3. Grayscale: #6E6E6E. Windows color (decimal): -3911636 or 2904260. OLE color: 2904260.
HSL color Cylindrical-coordinate representation of color #C4502C: hue angle of 14.21º 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 #C4502C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 44 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.23 |
| HSL | 14.21º | 0.63% | 0.47% | - |
| HSV(B) | 14.21º | 0.78% | 0.77% | - |
| XYZ | 26.09 | 17.65 | 4.42 | - |
| YUV | 110.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 44 | 0 | 0.59 | 0.78 | 0.23 | 14.21 | 0.63 | 0.47 |
| Hex | C4 | 50 | 2C | 0 | 3B | 4E | 17 | E | 3F | 2F |
| Octal | 304 | 120 | 54 | 0 | 73 | 116 | 27 | 16 | 77 | 57 |
| Binary | 11000100 | 1010000 | 101100 | 0 | 111011 | 1001110 | 10111 | 1110 | 111111 | 101111 |
Color Harmonies of #C4502C
Complementary color
Monochromatic Colors of #C4502C
Black with #C4502C
Text Example
Text Example
White with #C4502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4502C; }
p { color: rgb(196,80,44); }
H1.HeaderClassName
{
color: #C4502C;
}
.AnyTagClassName
{
color: #C4502C;
}
</style>
background-color css
<style>
a { background-color: #C4502C; }
a { background-color: rgb(196,80,44); }
div.DivClassName
{
background-color: #C4502C;
}
.BgClassName
{
background-color: #C4502C;
}
</style>
border-color css
<style>
span { border-color: #C4502C; }
span { border-color: rgb(196,80,44); }
td.TdClassName
{
border-color: #C4502C;
}
.TagClassName
{
border-color: #C4502C;
}
</style>