Shades of Trinidad #C75337
Tints of Trinidad #C75337
RGB
CMYK
RGB Variations
Color information
#C75337 (or 0xC75337) is known color: Trinidad. HEX triplet: C7, 53 and 37. RGB value is (199,83,55). Sum of RGB (Red+Green+Blue) = 199+83+55=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C75337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75337 is #38ACC8. Grayscale: #727272. Windows color (decimal): -3714249 or 3625927. OLE color: 3625927.
HSL color Cylindrical-coordinate representation of color #C75337: hue angle of 11.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C75337 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 55 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.22 |
| HSL | 11.67º | 0.57% | 0.5% | - |
| HSV(B) | 11.67º | 0.72% | 0.78% | - |
| XYZ | 27.34 | 18.6 | 5.76 | - |
| YUV | 114.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 55 | 0 | 0.58 | 0.72 | 0.22 | 11.67 | 0.57 | 0.5 |
| Hex | C7 | 53 | 37 | 0 | 3A | 48 | 16 | C | 39 | 32 |
| Octal | 307 | 123 | 67 | 0 | 72 | 110 | 26 | 14 | 71 | 62 |
| Binary | 11000111 | 1010011 | 110111 | 0 | 111010 | 1001000 | 10110 | 1100 | 111001 | 110010 |
Color Harmonies of #C75337
Complementary color
Monochromatic Colors of #C75337
Black with #C75337
Text Example
Text Example
White with #C75337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75337; }
p { color: rgb(199,83,55); }
H1.HeaderClassName
{
color: #C75337;
}
.AnyTagClassName
{
color: #C75337;
}
</style>
background-color css
<style>
a { background-color: #C75337; }
a { background-color: rgb(199,83,55); }
div.DivClassName
{
background-color: #C75337;
}
.BgClassName
{
background-color: #C75337;
}
</style>
border-color css
<style>
span { border-color: #C75337; }
span { border-color: rgb(199,83,55); }
td.TdClassName
{
border-color: #C75337;
}
.TagClassName
{
border-color: #C75337;
}
</style>