Shades of Trinidad #C45834
Tints of Trinidad #C45834
RGB
CMYK
RGB Variations
Color information
#C45834 (or 0xC45834) is known color: Trinidad. HEX triplet: C4, 58 and 34. RGB value is (196,88,52). Sum of RGB (Red+Green+Blue) = 196+88+52=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45834 is #3BA7CB. Grayscale: #747474. Windows color (decimal): -3909580 or 3430596. OLE color: 3430596.
HSL color Cylindrical-coordinate representation of color #C45834: hue angle of 15º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C45834 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 52 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.23 |
| HSL | 15º | 0.58% | 0.49% | - |
| HSV(B) | 15º | 0.73% | 0.77% | - |
| XYZ | 26.87 | 18.96 | 5.49 | - |
| YUV | 116.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 52 | 0 | 0.55 | 0.73 | 0.23 | 15 | 0.58 | 0.49 |
| Hex | C4 | 58 | 34 | 0 | 37 | 49 | 17 | F | 3A | 31 |
| Octal | 304 | 130 | 64 | 0 | 67 | 111 | 27 | 17 | 72 | 61 |
| Binary | 11000100 | 1011000 | 110100 | 0 | 110111 | 1001001 | 10111 | 1111 | 111010 | 110001 |
Color Harmonies of #C45834
Complementary color
Monochromatic Colors of #C45834
Black with #C45834
Text Example
Text Example
White with #C45834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45834; }
p { color: rgb(196,88,52); }
H1.HeaderClassName
{
color: #C45834;
}
.AnyTagClassName
{
color: #C45834;
}
</style>
background-color css
<style>
a { background-color: #C45834; }
a { background-color: rgb(196,88,52); }
div.DivClassName
{
background-color: #C45834;
}
.BgClassName
{
background-color: #C45834;
}
</style>
border-color css
<style>
span { border-color: #C45834; }
span { border-color: rgb(196,88,52); }
td.TdClassName
{
border-color: #C45834;
}
.TagClassName
{
border-color: #C45834;
}
</style>