Shades of Trinidad #C45423
Tints of Trinidad #C45423
RGB
CMYK
RGB Variations
Color information
#C45423 (or 0xC45423) is known color: Trinidad. HEX triplet: C4, 54 and 23. RGB value is (196,84,35). Sum of RGB (Red+Green+Blue) = 196+84+35=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C45423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45423 is #3BABDC. Grayscale: #707070. Windows color (decimal): -3910621 or 2315460. OLE color: 2315460.
HSL color Cylindrical-coordinate representation of color #C45423: hue angle of 18.26º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C45423 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 35 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.23 |
| HSL | 18.26º | 0.7% | 0.45% | - |
| HSV(B) | 18.26º | 0.82% | 0.77% | - |
| XYZ | 26.24 | 18.2 | 3.72 | - |
| YUV | 111.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 35 | 0 | 0.57 | 0.82 | 0.23 | 18.26 | 0.7 | 0.45 |
| Hex | C4 | 54 | 23 | 0 | 39 | 52 | 17 | 12 | 46 | 2D |
| Octal | 304 | 124 | 43 | 0 | 71 | 122 | 27 | 22 | 106 | 55 |
| Binary | 11000100 | 1010100 | 100011 | 0 | 111001 | 1010010 | 10111 | 10010 | 1000110 | 101101 |
Color Harmonies of #C45423
Complementary color
Monochromatic Colors of #C45423
Black with #C45423
Text Example
Text Example
White with #C45423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45423; }
p { color: rgb(196,84,35); }
H1.HeaderClassName
{
color: #C45423;
}
.AnyTagClassName
{
color: #C45423;
}
</style>
background-color css
<style>
a { background-color: #C45423; }
a { background-color: rgb(196,84,35); }
div.DivClassName
{
background-color: #C45423;
}
.BgClassName
{
background-color: #C45423;
}
</style>
border-color css
<style>
span { border-color: #C45423; }
span { border-color: rgb(196,84,35); }
td.TdClassName
{
border-color: #C45423;
}
.TagClassName
{
border-color: #C45423;
}
</style>