Shades of Trinidad #C44E32
Tints of Trinidad #C44E32
RGB
CMYK
RGB Variations
Color information
#C44E32 (or 0xC44E32) is known color: Trinidad. HEX triplet: C4, 4E and 32. RGB value is (196,78,50). Sum of RGB (Red+Green+Blue) = 196+78+50=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E32 is #3BB1CD. Grayscale: #6E6E6E. Windows color (decimal): -3912142 or 3296964. OLE color: 3296964.
HSL color Cylindrical-coordinate representation of color #C44E32: hue angle of 11.51º 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 #C44E32 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 50 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.23 |
| HSL | 11.51º | 0.59% | 0.48% | - |
| HSV(B) | 11.51º | 0.74% | 0.77% | - |
| XYZ | 26.07 | 17.41 | 5.01 | - |
| YUV | 110.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 50 | 0 | 0.60 | 0.74 | 0.23 | 11.51 | 0.59 | 0.48 |
| Hex | C4 | 4E | 32 | 0 | 3C | 4A | 17 | C | 3B | 30 |
| Octal | 304 | 116 | 62 | 0 | 74 | 112 | 27 | 14 | 73 | 60 |
| Binary | 11000100 | 1001110 | 110010 | 0 | 111100 | 1001010 | 10111 | 1100 | 111011 | 110000 |
Color Harmonies of #C44E32
Complementary color
Monochromatic Colors of #C44E32
Black with #C44E32
Text Example
Text Example
White with #C44E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E32; }
p { color: rgb(196,78,50); }
H1.HeaderClassName
{
color: #C44E32;
}
.AnyTagClassName
{
color: #C44E32;
}
</style>
background-color css
<style>
a { background-color: #C44E32; }
a { background-color: rgb(196,78,50); }
div.DivClassName
{
background-color: #C44E32;
}
.BgClassName
{
background-color: #C44E32;
}
</style>
border-color css
<style>
span { border-color: #C44E32; }
span { border-color: rgb(196,78,50); }
td.TdClassName
{
border-color: #C44E32;
}
.TagClassName
{
border-color: #C44E32;
}
</style>