Shades of Trinidad #C75528
Tints of Trinidad #C75528
RGB
CMYK
RGB Variations
Color information
#C75528 (or 0xC75528) is known color: Trinidad. HEX triplet: C7, 55 and 28. RGB value is (199,85,40). Sum of RGB (Red+Green+Blue) = 199+85+40=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C75528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75528 is #38AAD7. Grayscale: #727272. Windows color (decimal): -3713752 or 2643399. OLE color: 2643399.
HSL color Cylindrical-coordinate representation of color #C75528: hue angle of 16.98º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C75528 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 40 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.22 |
| HSL | 16.98º | 0.67% | 0.47% | - |
| HSV(B) | 16.98º | 0.8% | 0.78% | - |
| XYZ | 27.18 | 18.79 | 4.2 | - |
| YUV | 113.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 40 | 0 | 0.57 | 0.80 | 0.22 | 16.98 | 0.67 | 0.47 |
| Hex | C7 | 55 | 28 | 0 | 39 | 50 | 16 | 11 | 43 | 2F |
| Octal | 307 | 125 | 50 | 0 | 71 | 120 | 26 | 21 | 103 | 57 |
| Binary | 11000111 | 1010101 | 101000 | 0 | 111001 | 1010000 | 10110 | 10001 | 1000011 | 101111 |
Color Harmonies of #C75528
Complementary color
Monochromatic Colors of #C75528
Black with #C75528
Text Example
Text Example
White with #C75528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75528; }
p { color: rgb(199,85,40); }
H1.HeaderClassName
{
color: #C75528;
}
.AnyTagClassName
{
color: #C75528;
}
</style>
background-color css
<style>
a { background-color: #C75528; }
a { background-color: rgb(199,85,40); }
div.DivClassName
{
background-color: #C75528;
}
.BgClassName
{
background-color: #C75528;
}
</style>
border-color css
<style>
span { border-color: #C75528; }
span { border-color: rgb(199,85,40); }
td.TdClassName
{
border-color: #C75528;
}
.TagClassName
{
border-color: #C75528;
}
</style>