Shades of Trinidad #C45433
Tints of Trinidad #C45433
RGB
CMYK
RGB Variations
Color information
#C45433 (or 0xC45433) is known color: Trinidad. HEX triplet: C4, 54 and 33. RGB value is (196,84,51). Sum of RGB (Red+Green+Blue) = 196+84+51=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C45433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45433 is #3BABCC. Grayscale: #717171. Windows color (decimal): -3910605 or 3364036. OLE color: 3364036.
HSL color Cylindrical-coordinate representation of color #C45433: hue angle of 13.66º 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 #C45433 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 51 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.23 |
| HSL | 13.66º | 0.59% | 0.48% | - |
| HSV(B) | 13.66º | 0.74% | 0.77% | - |
| XYZ | 26.53 | 18.32 | 5.27 | - |
| YUV | 113.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 51 | 0 | 0.57 | 0.74 | 0.23 | 13.66 | 0.59 | 0.48 |
| Hex | C4 | 54 | 33 | 0 | 39 | 4A | 17 | E | 3B | 30 |
| Octal | 304 | 124 | 63 | 0 | 71 | 112 | 27 | 16 | 73 | 60 |
| Binary | 11000100 | 1010100 | 110011 | 0 | 111001 | 1001010 | 10111 | 1110 | 111011 | 110000 |
Color Harmonies of #C45433
Complementary color
Monochromatic Colors of #C45433
Black with #C45433
Text Example
Text Example
White with #C45433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45433; }
p { color: rgb(196,84,51); }
H1.HeaderClassName
{
color: #C45433;
}
.AnyTagClassName
{
color: #C45433;
}
</style>
background-color css
<style>
a { background-color: #C45433; }
a { background-color: rgb(196,84,51); }
div.DivClassName
{
background-color: #C45433;
}
.BgClassName
{
background-color: #C45433;
}
</style>
border-color css
<style>
span { border-color: #C45433; }
span { border-color: rgb(196,84,51); }
td.TdClassName
{
border-color: #C45433;
}
.TagClassName
{
border-color: #C45433;
}
</style>