Shades of Trinidad #C35436
Tints of Trinidad #C35436
RGB
CMYK
RGB Variations
Color information
#C35436 (or 0xC35436) is known color: Trinidad. HEX triplet: C3, 54 and 36. RGB value is (195,84,54). Sum of RGB (Red+Green+Blue) = 195+84+54=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35436 is #3CABC9. Grayscale: #727272. Windows color (decimal): -3976138 or 3560643. OLE color: 3560643.
HSL color Cylindrical-coordinate representation of color #C35436: hue angle of 12.77º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C35436 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 54 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.24 |
| HSL | 12.77º | 0.57% | 0.49% | - |
| HSV(B) | 12.77º | 0.72% | 0.76% | - |
| XYZ | 26.34 | 18.21 | 5.62 | - |
| YUV | 113.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 54 | 0 | 0.57 | 0.72 | 0.24 | 12.77 | 0.57 | 0.49 |
| Hex | C3 | 54 | 36 | 0 | 39 | 48 | 18 | D | 39 | 31 |
| Octal | 303 | 124 | 66 | 0 | 71 | 110 | 30 | 15 | 71 | 61 |
| Binary | 11000011 | 1010100 | 110110 | 0 | 111001 | 1001000 | 11000 | 1101 | 111001 | 110001 |
Color Harmonies of #C35436
Complementary color
Monochromatic Colors of #C35436
Black with #C35436
Text Example
Text Example
White with #C35436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35436; }
p { color: rgb(195,84,54); }
H1.HeaderClassName
{
color: #C35436;
}
.AnyTagClassName
{
color: #C35436;
}
</style>
background-color css
<style>
a { background-color: #C35436; }
a { background-color: rgb(195,84,54); }
div.DivClassName
{
background-color: #C35436;
}
.BgClassName
{
background-color: #C35436;
}
</style>
border-color css
<style>
span { border-color: #C35436; }
span { border-color: rgb(195,84,54); }
td.TdClassName
{
border-color: #C35436;
}
.TagClassName
{
border-color: #C35436;
}
</style>