Shades of Trinidad #C7502D
Tints of Trinidad #C7502D
RGB
CMYK
RGB Variations
Color information
#C7502D (or 0xC7502D) is known color: Trinidad. HEX triplet: C7, 50 and 2D. RGB value is (199,80,45). Sum of RGB (Red+Green+Blue) = 199+80+45=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7502D is #38AFD2. Grayscale: #6F6F6F. Windows color (decimal): -3715027 or 2969799. OLE color: 2969799.
HSL color Cylindrical-coordinate representation of color #C7502D: hue angle of 13.64º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7502D is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 45 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.22 |
| HSL | 13.64º | 0.63% | 0.48% | - |
| HSV(B) | 13.64º | 0.77% | 0.78% | - |
| XYZ | 26.9 | 18.07 | 4.55 | - |
| YUV | 111.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 45 | 0 | 0.60 | 0.77 | 0.22 | 13.64 | 0.63 | 0.48 |
| Hex | C7 | 50 | 2D | 0 | 3C | 4D | 16 | E | 3F | 30 |
| Octal | 307 | 120 | 55 | 0 | 74 | 115 | 26 | 16 | 77 | 60 |
| Binary | 11000111 | 1010000 | 101101 | 0 | 111100 | 1001101 | 10110 | 1110 | 111111 | 110000 |
Color Harmonies of #C7502D
Complementary color
Monochromatic Colors of #C7502D
Black with #C7502D
Text Example
Text Example
White with #C7502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7502D; }
p { color: rgb(199,80,45); }
H1.HeaderClassName
{
color: #C7502D;
}
.AnyTagClassName
{
color: #C7502D;
}
</style>
background-color css
<style>
a { background-color: #C7502D; }
a { background-color: rgb(199,80,45); }
div.DivClassName
{
background-color: #C7502D;
}
.BgClassName
{
background-color: #C7502D;
}
</style>
border-color css
<style>
span { border-color: #C7502D; }
span { border-color: rgb(199,80,45); }
td.TdClassName
{
border-color: #C7502D;
}
.TagClassName
{
border-color: #C7502D;
}
</style>