Shades of Trinidad #C4552D
Tints of Trinidad #C4552D
RGB
CMYK
RGB Variations
Color information
#C4552D (or 0xC4552D) is known color: Trinidad. HEX triplet: C4, 55 and 2D. RGB value is (196,85,45). Sum of RGB (Red+Green+Blue) = 196+85+45=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4552D is #3BAAD2. Grayscale: #717171. Windows color (decimal): -3910355 or 2971076. OLE color: 2971076.
HSL color Cylindrical-coordinate representation of color #C4552D: hue angle of 15.89º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4552D is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 45 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.23 |
| HSL | 15.89º | 0.63% | 0.47% | - |
| HSV(B) | 15.89º | 0.77% | 0.77% | - |
| XYZ | 26.49 | 18.42 | 4.64 | - |
| YUV | 113.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 45 | 0 | 0.57 | 0.77 | 0.23 | 15.89 | 0.63 | 0.47 |
| Hex | C4 | 55 | 2D | 0 | 39 | 4D | 17 | 10 | 3F | 2F |
| Octal | 304 | 125 | 55 | 0 | 71 | 115 | 27 | 20 | 77 | 57 |
| Binary | 11000100 | 1010101 | 101101 | 0 | 111001 | 1001101 | 10111 | 10000 | 111111 | 101111 |
Color Harmonies of #C4552D
Complementary color
Monochromatic Colors of #C4552D
Black with #C4552D
Text Example
Text Example
White with #C4552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4552D; }
p { color: rgb(196,85,45); }
H1.HeaderClassName
{
color: #C4552D;
}
.AnyTagClassName
{
color: #C4552D;
}
</style>
background-color css
<style>
a { background-color: #C4552D; }
a { background-color: rgb(196,85,45); }
div.DivClassName
{
background-color: #C4552D;
}
.BgClassName
{
background-color: #C4552D;
}
</style>
border-color css
<style>
span { border-color: #C4552D; }
span { border-color: rgb(196,85,45); }
td.TdClassName
{
border-color: #C4552D;
}
.TagClassName
{
border-color: #C4552D;
}
</style>