Shades of Trinidad #C75327
Tints of Trinidad #C75327
RGB
CMYK
RGB Variations
Color information
#C75327 (or 0xC75327) is known color: Trinidad. HEX triplet: C7, 53 and 27. RGB value is (199,83,39). Sum of RGB (Red+Green+Blue) = 199+83+39=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C75327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75327 is #38ACD8. Grayscale: #707070. Windows color (decimal): -3714265 or 2577351. OLE color: 2577351.
HSL color Cylindrical-coordinate representation of color #C75327: hue angle of 16.5º 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 #C75327 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 39 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.22 |
| HSL | 16.5º | 0.67% | 0.47% | - |
| HSV(B) | 16.5º | 0.8% | 0.78% | - |
| XYZ | 27.01 | 18.48 | 4.06 | - |
| YUV | 112.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 39 | 0 | 0.58 | 0.80 | 0.22 | 16.5 | 0.67 | 0.47 |
| Hex | C7 | 53 | 27 | 0 | 3A | 50 | 16 | 10 | 43 | 2F |
| Octal | 307 | 123 | 47 | 0 | 72 | 120 | 26 | 20 | 103 | 57 |
| Binary | 11000111 | 1010011 | 100111 | 0 | 111010 | 1010000 | 10110 | 10000 | 1000011 | 101111 |
Color Harmonies of #C75327
Complementary color
Monochromatic Colors of #C75327
Black with #C75327
Text Example
Text Example
White with #C75327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75327; }
p { color: rgb(199,83,39); }
H1.HeaderClassName
{
color: #C75327;
}
.AnyTagClassName
{
color: #C75327;
}
</style>
background-color css
<style>
a { background-color: #C75327; }
a { background-color: rgb(199,83,39); }
div.DivClassName
{
background-color: #C75327;
}
.BgClassName
{
background-color: #C75327;
}
</style>
border-color css
<style>
span { border-color: #C75327; }
span { border-color: rgb(199,83,39); }
td.TdClassName
{
border-color: #C75327;
}
.TagClassName
{
border-color: #C75327;
}
</style>