Shades of Trinidad #C8503A
Tints of Trinidad #C8503A
RGB
CMYK
RGB Variations
Color information
#C8503A (or 0xC8503A) is known color: Trinidad. HEX triplet: C8, 50 and 3A. RGB value is (200,80,58). Sum of RGB (Red+Green+Blue) = 200+80+58=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C8503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8503A is #37AFC5. Grayscale: #717171. Windows color (decimal): -3649478 or 3821768. OLE color: 3821768.
HSL color Cylindrical-coordinate representation of color #C8503A: hue angle of 9.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8503A is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 58 | - |
| CMYK | 0 | 0.6 | 0.71 | 0.22 |
| HSL | 9.3º | 0.56% | 0.51% | - |
| HSV(B) | 9.3º | 0.71% | 0.78% | - |
| XYZ | 27.45 | 18.32 | 6.09 | - |
| YUV | 113.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 58 | 0 | 0.6 | 0.71 | 0.22 | 9.3 | 0.56 | 0.51 |
| Hex | C8 | 50 | 3A | 0 | 3C | 47 | 16 | 9 | 38 | 33 |
| Octal | 310 | 120 | 72 | 0 | 74 | 107 | 26 | 11 | 70 | 63 |
| Binary | 11001000 | 1010000 | 111010 | 0 | 111100 | 1000111 | 10110 | 1001 | 111000 | 110011 |
Color Harmonies of #C8503A
Complementary color
Monochromatic Colors of #C8503A
Black with #C8503A
Text Example
Text Example
White with #C8503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8503A; }
p { color: rgb(200,80,58); }
H1.HeaderClassName
{
color: #C8503A;
}
.AnyTagClassName
{
color: #C8503A;
}
</style>
background-color css
<style>
a { background-color: #C8503A; }
a { background-color: rgb(200,80,58); }
div.DivClassName
{
background-color: #C8503A;
}
.BgClassName
{
background-color: #C8503A;
}
</style>
border-color css
<style>
span { border-color: #C8503A; }
span { border-color: rgb(200,80,58); }
td.TdClassName
{
border-color: #C8503A;
}
.TagClassName
{
border-color: #C8503A;
}
</style>