Shades of Trinidad #C7502B
Tints of Trinidad #C7502B
RGB
CMYK
RGB Variations
Color information
#C7502B (or 0xC7502B) is known color: Trinidad. HEX triplet: C7, 50 and 2B. RGB value is (199,80,43). Sum of RGB (Red+Green+Blue) = 199+80+43=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7502B is #38AFD4. Grayscale: #6F6F6F. Windows color (decimal): -3715029 or 2838727. OLE color: 2838727.
HSL color Cylindrical-coordinate representation of color #C7502B: hue angle of 14.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7502B is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 43 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.22 |
| HSL | 14.23º | 0.64% | 0.47% | - |
| HSV(B) | 14.23º | 0.78% | 0.78% | - |
| XYZ | 26.86 | 18.05 | 4.35 | - |
| YUV | 111.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 43 | 0 | 0.60 | 0.78 | 0.22 | 14.23 | 0.64 | 0.47 |
| Hex | C7 | 50 | 2B | 0 | 3C | 4E | 16 | E | 40 | 2F |
| Octal | 307 | 120 | 53 | 0 | 74 | 116 | 26 | 16 | 100 | 57 |
| Binary | 11000111 | 1010000 | 101011 | 0 | 111100 | 1001110 | 10110 | 1110 | 1000000 | 101111 |
Color Harmonies of #C7502B
Complementary color
Monochromatic Colors of #C7502B
Black with #C7502B
Text Example
Text Example
White with #C7502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7502B; }
p { color: rgb(199,80,43); }
H1.HeaderClassName
{
color: #C7502B;
}
.AnyTagClassName
{
color: #C7502B;
}
</style>
background-color css
<style>
a { background-color: #C7502B; }
a { background-color: rgb(199,80,43); }
div.DivClassName
{
background-color: #C7502B;
}
.BgClassName
{
background-color: #C7502B;
}
</style>
border-color css
<style>
span { border-color: #C7502B; }
span { border-color: rgb(199,80,43); }
td.TdClassName
{
border-color: #C7502B;
}
.TagClassName
{
border-color: #C7502B;
}
</style>