Shades of Trinidad #C45832
Tints of Trinidad #C45832
RGB
CMYK
RGB Variations
Color information
#C45832 (or 0xC45832) is known color: Trinidad. HEX triplet: C4, 58 and 32. RGB value is (196,88,50). Sum of RGB (Red+Green+Blue) = 196+88+50=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C45832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45832 is #3BA7CD. Grayscale: #747474. Windows color (decimal): -3909582 or 3299524. OLE color: 3299524.
HSL color Cylindrical-coordinate representation of color #C45832: hue angle of 15.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C45832 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 50 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.23 |
| HSL | 15.62º | 0.59% | 0.48% | - |
| HSV(B) | 15.62º | 0.74% | 0.77% | - |
| XYZ | 26.83 | 18.95 | 5.26 | - |
| YUV | 115.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 50 | 0 | 0.55 | 0.74 | 0.23 | 15.62 | 0.59 | 0.48 |
| Hex | C4 | 58 | 32 | 0 | 37 | 4A | 17 | 10 | 3B | 30 |
| Octal | 304 | 130 | 62 | 0 | 67 | 112 | 27 | 20 | 73 | 60 |
| Binary | 11000100 | 1011000 | 110010 | 0 | 110111 | 1001010 | 10111 | 10000 | 111011 | 110000 |
Color Harmonies of #C45832
Complementary color
Monochromatic Colors of #C45832
Black with #C45832
Text Example
Text Example
White with #C45832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45832; }
p { color: rgb(196,88,50); }
H1.HeaderClassName
{
color: #C45832;
}
.AnyTagClassName
{
color: #C45832;
}
</style>
background-color css
<style>
a { background-color: #C45832; }
a { background-color: rgb(196,88,50); }
div.DivClassName
{
background-color: #C45832;
}
.BgClassName
{
background-color: #C45832;
}
</style>
border-color css
<style>
span { border-color: #C45832; }
span { border-color: rgb(196,88,50); }
td.TdClassName
{
border-color: #C45832;
}
.TagClassName
{
border-color: #C45832;
}
</style>