Shades of Trinidad #C44F32
Tints of Trinidad #C44F32
RGB
CMYK
RGB Variations
Color information
#C44F32 (or 0xC44F32) is known color: Trinidad. HEX triplet: C4, 4F and 32. RGB value is (196,79,50). Sum of RGB (Red+Green+Blue) = 196+79+50=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F32 is #3BB0CD. Grayscale: #6E6E6E. Windows color (decimal): -3911886 or 3297220. OLE color: 3297220.
HSL color Cylindrical-coordinate representation of color #C44F32: hue angle of 11.92º 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 #C44F32 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 50 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.23 |
| HSL | 11.92º | 0.59% | 0.48% | - |
| HSV(B) | 11.92º | 0.74% | 0.77% | - |
| XYZ | 26.14 | 17.56 | 5.03 | - |
| YUV | 110.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 50 | 0 | 0.60 | 0.74 | 0.23 | 11.92 | 0.59 | 0.48 |
| Hex | C4 | 4F | 32 | 0 | 3C | 4A | 17 | C | 3B | 30 |
| Octal | 304 | 117 | 62 | 0 | 74 | 112 | 27 | 14 | 73 | 60 |
| Binary | 11000100 | 1001111 | 110010 | 0 | 111100 | 1001010 | 10111 | 1100 | 111011 | 110000 |
Color Harmonies of #C44F32
Complementary color
Monochromatic Colors of #C44F32
Black with #C44F32
Text Example
Text Example
White with #C44F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F32; }
p { color: rgb(196,79,50); }
H1.HeaderClassName
{
color: #C44F32;
}
.AnyTagClassName
{
color: #C44F32;
}
</style>
background-color css
<style>
a { background-color: #C44F32; }
a { background-color: rgb(196,79,50); }
div.DivClassName
{
background-color: #C44F32;
}
.BgClassName
{
background-color: #C44F32;
}
</style>
border-color css
<style>
span { border-color: #C44F32; }
span { border-color: rgb(196,79,50); }
td.TdClassName
{
border-color: #C44F32;
}
.TagClassName
{
border-color: #C44F32;
}
</style>