Shades of Trinidad #C45330
Tints of Trinidad #C45330
RGB
CMYK
RGB Variations
Color information
#C45330 (or 0xC45330) is known color: Trinidad. HEX triplet: C4, 53 and 30. RGB value is (196,83,48). Sum of RGB (Red+Green+Blue) = 196+83+48=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C45330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45330 is #3BACCF. Grayscale: #717171. Windows color (decimal): -3910864 or 3167172. OLE color: 3167172.
HSL color Cylindrical-coordinate representation of color #C45330: hue angle of 14.19º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C45330 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 48 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.23 |
| HSL | 14.19º | 0.61% | 0.48% | - |
| HSV(B) | 14.19º | 0.76% | 0.77% | - |
| XYZ | 26.39 | 18.14 | 4.91 | - |
| YUV | 112.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 48 | 0 | 0.58 | 0.76 | 0.23 | 14.19 | 0.61 | 0.48 |
| Hex | C4 | 53 | 30 | 0 | 3A | 4C | 17 | E | 3D | 30 |
| Octal | 304 | 123 | 60 | 0 | 72 | 114 | 27 | 16 | 75 | 60 |
| Binary | 11000100 | 1010011 | 110000 | 0 | 111010 | 1001100 | 10111 | 1110 | 111101 | 110000 |
Color Harmonies of #C45330
Complementary color
Monochromatic Colors of #C45330
Black with #C45330
Text Example
Text Example
White with #C45330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45330; }
p { color: rgb(196,83,48); }
H1.HeaderClassName
{
color: #C45330;
}
.AnyTagClassName
{
color: #C45330;
}
</style>
background-color css
<style>
a { background-color: #C45330; }
a { background-color: rgb(196,83,48); }
div.DivClassName
{
background-color: #C45330;
}
.BgClassName
{
background-color: #C45330;
}
</style>
border-color css
<style>
span { border-color: #C45330; }
span { border-color: rgb(196,83,48); }
td.TdClassName
{
border-color: #C45330;
}
.TagClassName
{
border-color: #C45330;
}
</style>