Shades of Trinidad #C7572D
Tints of Trinidad #C7572D
RGB
CMYK
RGB Variations
Color information
#C7572D (or 0xC7572D) is known color: Trinidad. HEX triplet: C7, 57 and 2D. RGB value is (199,87,45). Sum of RGB (Red+Green+Blue) = 199+87+45=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7572D is #38A8D2. Grayscale: #737373. Windows color (decimal): -3713235 or 2971591. OLE color: 2971591.
HSL color Cylindrical-coordinate representation of color #C7572D: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7572D is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 45 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.22 |
| HSL | 16.36º | 0.63% | 0.48% | - |
| HSV(B) | 16.36º | 0.77% | 0.78% | - |
| XYZ | 27.44 | 19.15 | 4.73 | - |
| YUV | 115.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 45 | 0 | 0.56 | 0.77 | 0.22 | 16.36 | 0.63 | 0.48 |
| Hex | C7 | 57 | 2D | 0 | 38 | 4D | 16 | 10 | 3F | 30 |
| Octal | 307 | 127 | 55 | 0 | 70 | 115 | 26 | 20 | 77 | 60 |
| Binary | 11000111 | 1010111 | 101101 | 0 | 111000 | 1001101 | 10110 | 10000 | 111111 | 110000 |
Color Harmonies of #C7572D
Complementary color
Monochromatic Colors of #C7572D
Black with #C7572D
Text Example
Text Example
White with #C7572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7572D; }
p { color: rgb(199,87,45); }
H1.HeaderClassName
{
color: #C7572D;
}
.AnyTagClassName
{
color: #C7572D;
}
</style>
background-color css
<style>
a { background-color: #C7572D; }
a { background-color: rgb(199,87,45); }
div.DivClassName
{
background-color: #C7572D;
}
.BgClassName
{
background-color: #C7572D;
}
</style>
border-color css
<style>
span { border-color: #C7572D; }
span { border-color: rgb(199,87,45); }
td.TdClassName
{
border-color: #C7572D;
}
.TagClassName
{
border-color: #C7572D;
}
</style>