Shades of Trinidad #C8511C
Tints of Trinidad #C8511C
RGB
CMYK
RGB Variations
Color information
#C8511C (or 0xC8511C) is known color: Trinidad. HEX triplet: C8, 51 and 1C. RGB value is (200,81,28). Sum of RGB (Red+Green+Blue) = 200+81+28=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8511C is #37AEE3. Grayscale: #6E6E6E. Windows color (decimal): -3649252 or 1855944. OLE color: 1855944.
HSL color Cylindrical-coordinate representation of color #C8511C: hue angle of 18.49º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8511C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.22 |
| HSL | 18.49º | 0.75% | 0.45% | - |
| HSV(B) | 18.49º | 0.86% | 0.78% | - |
| XYZ | 26.97 | 18.25 | 3.2 | - |
| YUV | 110.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 28 | 0 | 0.59 | 0.86 | 0.22 | 18.49 | 0.75 | 0.45 |
| Hex | C8 | 51 | 1C | 0 | 3B | 56 | 16 | 12 | 4B | 2D |
| Octal | 310 | 121 | 34 | 0 | 73 | 126 | 26 | 22 | 113 | 55 |
| Binary | 11001000 | 1010001 | 11100 | 0 | 111011 | 1010110 | 10110 | 10010 | 1001011 | 101101 |
Color Harmonies of #C8511C
Complementary color
Monochromatic Colors of #C8511C
Black with #C8511C
Text Example
Text Example
White with #C8511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8511C; }
p { color: rgb(200,81,28); }
H1.HeaderClassName
{
color: #C8511C;
}
.AnyTagClassName
{
color: #C8511C;
}
</style>
background-color css
<style>
a { background-color: #C8511C; }
a { background-color: rgb(200,81,28); }
div.DivClassName
{
background-color: #C8511C;
}
.BgClassName
{
background-color: #C8511C;
}
</style>
border-color css
<style>
span { border-color: #C8511C; }
span { border-color: rgb(200,81,28); }
td.TdClassName
{
border-color: #C8511C;
}
.TagClassName
{
border-color: #C8511C;
}
</style>