Shades of Trinidad #C34A20
Tints of Trinidad #C34A20
RGB
CMYK
RGB Variations
Color information
#C34A20 (or 0xC34A20) is known color: Trinidad. HEX triplet: C3, 4A and 20. RGB value is (195,74,32). Sum of RGB (Red+Green+Blue) = 195+74+32=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A20 is #3CB5DF. Grayscale: #696969. Windows color (decimal): -3978720 or 2116291. OLE color: 2116291.
HSL color Cylindrical-coordinate representation of color #C34A20: hue angle of 15.46º 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 #C34A20 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 32 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.24 |
| HSL | 15.46º | 0.72% | 0.45% | - |
| HSV(B) | 15.46º | 0.84% | 0.76% | - |
| XYZ | 25.22 | 16.6 | 3.24 | - |
| YUV | 105.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 32 | 0 | 0.62 | 0.84 | 0.24 | 15.46 | 0.72 | 0.45 |
| Hex | C3 | 4A | 20 | 0 | 3E | 54 | 18 | F | 48 | 2D |
| Octal | 303 | 112 | 40 | 0 | 76 | 124 | 30 | 17 | 110 | 55 |
| Binary | 11000011 | 1001010 | 100000 | 0 | 111110 | 1010100 | 11000 | 1111 | 1001000 | 101101 |
Color Harmonies of #C34A20
Complementary color
Monochromatic Colors of #C34A20
Black with #C34A20
Text Example
Text Example
White with #C34A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A20; }
p { color: rgb(195,74,32); }
H1.HeaderClassName
{
color: #C34A20;
}
.AnyTagClassName
{
color: #C34A20;
}
</style>
background-color css
<style>
a { background-color: #C34A20; }
a { background-color: rgb(195,74,32); }
div.DivClassName
{
background-color: #C34A20;
}
.BgClassName
{
background-color: #C34A20;
}
</style>
border-color css
<style>
span { border-color: #C34A20; }
span { border-color: rgb(195,74,32); }
td.TdClassName
{
border-color: #C34A20;
}
.TagClassName
{
border-color: #C34A20;
}
</style>