Shades of Trinidad #C45332
Tints of Trinidad #C45332
RGB
CMYK
RGB Variations
Color information
#C45332 (or 0xC45332) is known color: Trinidad. HEX triplet: C4, 53 and 32. RGB value is (196,83,50). Sum of RGB (Red+Green+Blue) = 196+83+50=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C45332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45332 is #3BACCD. Grayscale: #717171. Windows color (decimal): -3910862 or 3298244. OLE color: 3298244.
HSL color Cylindrical-coordinate representation of color #C45332: hue angle of 13.56º 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 #C45332 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 50 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.23 |
| HSL | 13.56º | 0.59% | 0.48% | - |
| HSV(B) | 13.56º | 0.74% | 0.77% | - |
| XYZ | 26.43 | 18.15 | 5.13 | - |
| YUV | 113.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 50 | 0 | 0.58 | 0.74 | 0.23 | 13.56 | 0.59 | 0.48 |
| Hex | C4 | 53 | 32 | 0 | 3A | 4A | 17 | E | 3B | 30 |
| Octal | 304 | 123 | 62 | 0 | 72 | 112 | 27 | 16 | 73 | 60 |
| Binary | 11000100 | 1010011 | 110010 | 0 | 111010 | 1001010 | 10111 | 1110 | 111011 | 110000 |
Color Harmonies of #C45332
Complementary color
Monochromatic Colors of #C45332
Black with #C45332
Text Example
Text Example
White with #C45332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45332; }
p { color: rgb(196,83,50); }
H1.HeaderClassName
{
color: #C45332;
}
.AnyTagClassName
{
color: #C45332;
}
</style>
background-color css
<style>
a { background-color: #C45332; }
a { background-color: rgb(196,83,50); }
div.DivClassName
{
background-color: #C45332;
}
.BgClassName
{
background-color: #C45332;
}
</style>
border-color css
<style>
span { border-color: #C45332; }
span { border-color: rgb(196,83,50); }
td.TdClassName
{
border-color: #C45332;
}
.TagClassName
{
border-color: #C45332;
}
</style>