Shades of Trinidad #C7572F
Tints of Trinidad #C7572F
RGB
CMYK
RGB Variations
Color information
#C7572F (or 0xC7572F) is known color: Trinidad. HEX triplet: C7, 57 and 2F. RGB value is (199,87,47). Sum of RGB (Red+Green+Blue) = 199+87+47=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7572F is #38A8D0. Grayscale: #747474. Windows color (decimal): -3713233 or 3102663. OLE color: 3102663.
HSL color Cylindrical-coordinate representation of color #C7572F: hue angle of 15.79º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7572F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 47 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.22 |
| HSL | 15.79º | 0.62% | 0.48% | - |
| HSV(B) | 15.79º | 0.76% | 0.78% | - |
| XYZ | 27.47 | 19.16 | 4.94 | - |
| YUV | 115.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 47 | 0 | 0.56 | 0.76 | 0.22 | 15.79 | 0.62 | 0.48 |
| Hex | C7 | 57 | 2F | 0 | 38 | 4C | 16 | 10 | 3E | 30 |
| Octal | 307 | 127 | 57 | 0 | 70 | 114 | 26 | 20 | 76 | 60 |
| Binary | 11000111 | 1010111 | 101111 | 0 | 111000 | 1001100 | 10110 | 10000 | 111110 | 110000 |
Color Harmonies of #C7572F
Complementary color
Monochromatic Colors of #C7572F
Black with #C7572F
Text Example
Text Example
White with #C7572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7572F; }
p { color: rgb(199,87,47); }
H1.HeaderClassName
{
color: #C7572F;
}
.AnyTagClassName
{
color: #C7572F;
}
</style>
background-color css
<style>
a { background-color: #C7572F; }
a { background-color: rgb(199,87,47); }
div.DivClassName
{
background-color: #C7572F;
}
.BgClassName
{
background-color: #C7572F;
}
</style>
border-color css
<style>
span { border-color: #C7572F; }
span { border-color: rgb(199,87,47); }
td.TdClassName
{
border-color: #C7572F;
}
.TagClassName
{
border-color: #C7572F;
}
</style>