Shades of Trinidad #C3572D
Tints of Trinidad #C3572D
RGB
CMYK
RGB Variations
Color information
#C3572D (or 0xC3572D) is known color: Trinidad. HEX triplet: C3, 57 and 2D. RGB value is (195,87,45). Sum of RGB (Red+Green+Blue) = 195+87+45=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3572D is #3CA8D2. Grayscale: #727272. Windows color (decimal): -3975379 or 2971587. OLE color: 2971587.
HSL color Cylindrical-coordinate representation of color #C3572D: hue angle of 16.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3572D is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 45 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.24 |
| HSL | 16.8º | 0.63% | 0.47% | - |
| HSV(B) | 16.8º | 0.77% | 0.76% | - |
| XYZ | 26.39 | 18.61 | 4.68 | - |
| YUV | 114.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 45 | 0 | 0.55 | 0.77 | 0.24 | 16.8 | 0.63 | 0.47 |
| Hex | C3 | 57 | 2D | 0 | 37 | 4D | 18 | 11 | 3E | 2F |
| Octal | 303 | 127 | 55 | 0 | 67 | 115 | 30 | 21 | 76 | 57 |
| Binary | 11000011 | 1010111 | 101101 | 0 | 110111 | 1001101 | 11000 | 10001 | 111110 | 101111 |
Color Harmonies of #C3572D
Complementary color
Monochromatic Colors of #C3572D
Black with #C3572D
Text Example
Text Example
White with #C3572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3572D; }
p { color: rgb(195,87,45); }
H1.HeaderClassName
{
color: #C3572D;
}
.AnyTagClassName
{
color: #C3572D;
}
</style>
background-color css
<style>
a { background-color: #C3572D; }
a { background-color: rgb(195,87,45); }
div.DivClassName
{
background-color: #C3572D;
}
.BgClassName
{
background-color: #C3572D;
}
</style>
border-color css
<style>
span { border-color: #C3572D; }
span { border-color: rgb(195,87,45); }
td.TdClassName
{
border-color: #C3572D;
}
.TagClassName
{
border-color: #C3572D;
}
</style>