Shades of Trinidad #C45427
Tints of Trinidad #C45427
RGB
CMYK
RGB Variations
Color information
#C45427 (or 0xC45427) is known color: Trinidad. HEX triplet: C4, 54 and 27. RGB value is (196,84,39). Sum of RGB (Red+Green+Blue) = 196+84+39=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C45427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45427 is #3BABD8. Grayscale: #707070. Windows color (decimal): -3910617 or 2577604. OLE color: 2577604.
HSL color Cylindrical-coordinate representation of color #C45427: hue angle of 17.2º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C45427 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 39 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.23 |
| HSL | 17.2º | 0.67% | 0.46% | - |
| HSV(B) | 17.2º | 0.8% | 0.77% | - |
| XYZ | 26.3 | 18.22 | 4.05 | - |
| YUV | 112.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 39 | 0 | 0.57 | 0.80 | 0.23 | 17.2 | 0.67 | 0.46 |
| Hex | C4 | 54 | 27 | 0 | 39 | 50 | 17 | 11 | 43 | 2E |
| Octal | 304 | 124 | 47 | 0 | 71 | 120 | 27 | 21 | 103 | 56 |
| Binary | 11000100 | 1010100 | 100111 | 0 | 111001 | 1010000 | 10111 | 10001 | 1000011 | 101110 |
Color Harmonies of #C45427
Complementary color
Monochromatic Colors of #C45427
Black with #C45427
Text Example
Text Example
White with #C45427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45427; }
p { color: rgb(196,84,39); }
H1.HeaderClassName
{
color: #C45427;
}
.AnyTagClassName
{
color: #C45427;
}
</style>
background-color css
<style>
a { background-color: #C45427; }
a { background-color: rgb(196,84,39); }
div.DivClassName
{
background-color: #C45427;
}
.BgClassName
{
background-color: #C45427;
}
</style>
border-color css
<style>
span { border-color: #C45427; }
span { border-color: rgb(196,84,39); }
td.TdClassName
{
border-color: #C45427;
}
.TagClassName
{
border-color: #C45427;
}
</style>