Shades of Trinidad #C7462B
Tints of Trinidad #C7462B
RGB
CMYK
RGB Variations
Color information
#C7462B (or 0xC7462B) is known color: Trinidad. HEX triplet: C7, 46 and 2B. RGB value is (199,70,43). Sum of RGB (Red+Green+Blue) = 199+70+43=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7462B is #38B9D4. Grayscale: #696969. Windows color (decimal): -3717589 or 2836167. OLE color: 2836167.
HSL color Cylindrical-coordinate representation of color #C7462B: hue angle of 10.38º 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 #C7462B is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 43 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.22 |
| HSL | 10.38º | 0.64% | 0.47% | - |
| HSV(B) | 10.38º | 0.78% | 0.78% | - |
| XYZ | 26.18 | 16.7 | 4.13 | - |
| YUV | 105.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 43 | 0 | 0.65 | 0.78 | 0.22 | 10.38 | 0.64 | 0.47 |
| Hex | C7 | 46 | 2B | 0 | 41 | 4E | 16 | A | 40 | 2F |
| Octal | 307 | 106 | 53 | 0 | 101 | 116 | 26 | 12 | 100 | 57 |
| Binary | 11000111 | 1000110 | 101011 | 0 | 1000001 | 1001110 | 10110 | 1010 | 1000000 | 101111 |
Color Harmonies of #C7462B
Complementary color
Monochromatic Colors of #C7462B
Black with #C7462B
Text Example
Text Example
White with #C7462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7462B; }
p { color: rgb(199,70,43); }
H1.HeaderClassName
{
color: #C7462B;
}
.AnyTagClassName
{
color: #C7462B;
}
</style>
background-color css
<style>
a { background-color: #C7462B; }
a { background-color: rgb(199,70,43); }
div.DivClassName
{
background-color: #C7462B;
}
.BgClassName
{
background-color: #C7462B;
}
</style>
border-color css
<style>
span { border-color: #C7462B; }
span { border-color: rgb(199,70,43); }
td.TdClassName
{
border-color: #C7462B;
}
.TagClassName
{
border-color: #C7462B;
}
</style>