Shades of Trinidad #C7573B
Tints of Trinidad #C7573B
RGB
CMYK
RGB Variations
Color information
#C7573B (or 0xC7573B) is known color: Trinidad. HEX triplet: C7, 57 and 3B. RGB value is (199,87,59). Sum of RGB (Red+Green+Blue) = 199+87+59=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7573B is #38A8C4. Grayscale: #757575. Windows color (decimal): -3713221 or 3889095. OLE color: 3889095.
HSL color Cylindrical-coordinate representation of color #C7573B: hue angle of 12º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7573B is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 59 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.22 |
| HSL | 12º | 0.56% | 0.51% | - |
| HSV(B) | 12º | 0.7% | 0.78% | - |
| XYZ | 27.75 | 19.27 | 6.4 | - |
| YUV | 117.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 59 | 0 | 0.56 | 0.70 | 0.22 | 12 | 0.56 | 0.51 |
| Hex | C7 | 57 | 3B | 0 | 38 | 46 | 16 | C | 38 | 33 |
| Octal | 307 | 127 | 73 | 0 | 70 | 106 | 26 | 14 | 70 | 63 |
| Binary | 11000111 | 1010111 | 111011 | 0 | 111000 | 1000110 | 10110 | 1100 | 111000 | 110011 |
Color Harmonies of #C7573B
Complementary color
Monochromatic Colors of #C7573B
Black with #C7573B
Text Example
Text Example
White with #C7573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7573B; }
p { color: rgb(199,87,59); }
H1.HeaderClassName
{
color: #C7573B;
}
.AnyTagClassName
{
color: #C7573B;
}
</style>
background-color css
<style>
a { background-color: #C7573B; }
a { background-color: rgb(199,87,59); }
div.DivClassName
{
background-color: #C7573B;
}
.BgClassName
{
background-color: #C7573B;
}
</style>
border-color css
<style>
span { border-color: #C7573B; }
span { border-color: rgb(199,87,59); }
td.TdClassName
{
border-color: #C7573B;
}
.TagClassName
{
border-color: #C7573B;
}
</style>