Shades of Trinidad #C3573A
Tints of Trinidad #C3573A
RGB
CMYK
RGB Variations
Color information
#C3573A (or 0xC3573A) is known color: Trinidad. HEX triplet: C3, 57 and 3A. RGB value is (195,87,58). Sum of RGB (Red+Green+Blue) = 195+87+58=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3573A is #3CA8C5. Grayscale: #747474. Windows color (decimal): -3975366 or 3823555. OLE color: 3823555.
HSL color Cylindrical-coordinate representation of color #C3573A: hue angle of 12.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3573A is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 58 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.24 |
| HSL | 12.7º | 0.54% | 0.5% | - |
| HSV(B) | 12.7º | 0.7% | 0.76% | - |
| XYZ | 26.68 | 18.72 | 6.21 | - |
| YUV | 115.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 58 | 0 | 0.55 | 0.70 | 0.24 | 12.7 | 0.54 | 0.5 |
| Hex | C3 | 57 | 3A | 0 | 37 | 46 | 18 | D | 36 | 32 |
| Octal | 303 | 127 | 72 | 0 | 67 | 106 | 30 | 15 | 66 | 62 |
| Binary | 11000011 | 1010111 | 111010 | 0 | 110111 | 1000110 | 11000 | 1101 | 110110 | 110010 |
Color Harmonies of #C3573A
Complementary color
Monochromatic Colors of #C3573A
Black with #C3573A
Text Example
Text Example
White with #C3573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3573A; }
p { color: rgb(195,87,58); }
H1.HeaderClassName
{
color: #C3573A;
}
.AnyTagClassName
{
color: #C3573A;
}
</style>
background-color css
<style>
a { background-color: #C3573A; }
a { background-color: rgb(195,87,58); }
div.DivClassName
{
background-color: #C3573A;
}
.BgClassName
{
background-color: #C3573A;
}
</style>
border-color css
<style>
span { border-color: #C3573A; }
span { border-color: rgb(195,87,58); }
td.TdClassName
{
border-color: #C3573A;
}
.TagClassName
{
border-color: #C3573A;
}
</style>