Shades of Trinidad #C35127
Tints of Trinidad #C35127
RGB
CMYK
RGB Variations
Color information
#C35127 (or 0xC35127) is known color: Trinidad. HEX triplet: C3, 51 and 27. RGB value is (195,81,39). Sum of RGB (Red+Green+Blue) = 195+81+39=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C35127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35127 is #3CAED8. Grayscale: #6E6E6E. Windows color (decimal): -3976921 or 2576835. OLE color: 2576835.
HSL color Cylindrical-coordinate representation of color #C35127: hue angle of 16.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C35127 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 39 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.24 |
| HSL | 16.15º | 0.67% | 0.46% | - |
| HSV(B) | 16.15º | 0.8% | 0.76% | - |
| XYZ | 25.81 | 17.63 | 3.96 | - |
| YUV | 110.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 39 | 0 | 0.58 | 0.80 | 0.24 | 16.15 | 0.67 | 0.46 |
| Hex | C3 | 51 | 27 | 0 | 3A | 50 | 18 | 10 | 43 | 2E |
| Octal | 303 | 121 | 47 | 0 | 72 | 120 | 30 | 20 | 103 | 56 |
| Binary | 11000011 | 1010001 | 100111 | 0 | 111010 | 1010000 | 11000 | 10000 | 1000011 | 101110 |
Color Harmonies of #C35127
Complementary color
Monochromatic Colors of #C35127
Black with #C35127
Text Example
Text Example
White with #C35127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35127; }
p { color: rgb(195,81,39); }
H1.HeaderClassName
{
color: #C35127;
}
.AnyTagClassName
{
color: #C35127;
}
</style>
background-color css
<style>
a { background-color: #C35127; }
a { background-color: rgb(195,81,39); }
div.DivClassName
{
background-color: #C35127;
}
.BgClassName
{
background-color: #C35127;
}
</style>
border-color css
<style>
span { border-color: #C35127; }
span { border-color: rgb(195,81,39); }
td.TdClassName
{
border-color: #C35127;
}
.TagClassName
{
border-color: #C35127;
}
</style>