Shades of Trinidad #C75438
Tints of Trinidad #C75438
RGB
CMYK
RGB Variations
Color information
#C75438 (or 0xC75438) is known color: Trinidad. HEX triplet: C7, 54 and 38. RGB value is (199,84,56). Sum of RGB (Red+Green+Blue) = 199+84+56=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C75438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75438 is #38ABC7. Grayscale: #737373. Windows color (decimal): -3713992 or 3691719. OLE color: 3691719.
HSL color Cylindrical-coordinate representation of color #C75438: hue angle of 11.75º degrees, saturation: 0.56, 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 #C75438 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 56 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.22 |
| HSL | 11.75º | 0.56% | 0.5% | - |
| HSV(B) | 11.75º | 0.72% | 0.78% | - |
| XYZ | 27.44 | 18.77 | 5.92 | - |
| YUV | 115.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 56 | 0 | 0.58 | 0.72 | 0.22 | 11.75 | 0.56 | 0.5 |
| Hex | C7 | 54 | 38 | 0 | 3A | 48 | 16 | C | 38 | 32 |
| Octal | 307 | 124 | 70 | 0 | 72 | 110 | 26 | 14 | 70 | 62 |
| Binary | 11000111 | 1010100 | 111000 | 0 | 111010 | 1001000 | 10110 | 1100 | 111000 | 110010 |
Color Harmonies of #C75438
Complementary color
Monochromatic Colors of #C75438
Black with #C75438
Text Example
Text Example
White with #C75438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75438; }
p { color: rgb(199,84,56); }
H1.HeaderClassName
{
color: #C75438;
}
.AnyTagClassName
{
color: #C75438;
}
</style>
background-color css
<style>
a { background-color: #C75438; }
a { background-color: rgb(199,84,56); }
div.DivClassName
{
background-color: #C75438;
}
.BgClassName
{
background-color: #C75438;
}
</style>
border-color css
<style>
span { border-color: #C75438; }
span { border-color: rgb(199,84,56); }
td.TdClassName
{
border-color: #C75438;
}
.TagClassName
{
border-color: #C75438;
}
</style>