Shades of Trinidad #C34E20
Tints of Trinidad #C34E20
RGB
CMYK
RGB Variations
Color information
#C34E20 (or 0xC34E20) is known color: Trinidad. HEX triplet: C3, 4E and 20. RGB value is (195,78,32). Sum of RGB (Red+Green+Blue) = 195+78+32=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E20 is #3CB1DF. Grayscale: #6C6C6C. Windows color (decimal): -3977696 or 2117315. OLE color: 2117315.
HSL color Cylindrical-coordinate representation of color #C34E20: hue angle of 16.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C34E20 is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 32 | - |
| CMYK | 0 | 0.6 | 0.84 | 0.24 |
| HSL | 16.93º | 0.72% | 0.45% | - |
| HSV(B) | 16.93º | 0.84% | 0.76% | - |
| XYZ | 25.49 | 17.16 | 3.33 | - |
| YUV | 107.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 32 | 0 | 0.6 | 0.84 | 0.24 | 16.93 | 0.72 | 0.45 |
| Hex | C3 | 4E | 20 | 0 | 3C | 54 | 18 | 11 | 48 | 2D |
| Octal | 303 | 116 | 40 | 0 | 74 | 124 | 30 | 21 | 110 | 55 |
| Binary | 11000011 | 1001110 | 100000 | 0 | 111100 | 1010100 | 11000 | 10001 | 1001000 | 101101 |
Color Harmonies of #C34E20
Complementary color
Monochromatic Colors of #C34E20
Black with #C34E20
Text Example
Text Example
White with #C34E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E20; }
p { color: rgb(195,78,32); }
H1.HeaderClassName
{
color: #C34E20;
}
.AnyTagClassName
{
color: #C34E20;
}
</style>
background-color css
<style>
a { background-color: #C34E20; }
a { background-color: rgb(195,78,32); }
div.DivClassName
{
background-color: #C34E20;
}
.BgClassName
{
background-color: #C34E20;
}
</style>
border-color css
<style>
span { border-color: #C34E20; }
span { border-color: rgb(195,78,32); }
td.TdClassName
{
border-color: #C34E20;
}
.TagClassName
{
border-color: #C34E20;
}
</style>