Shades of Trinidad #C8491E
Tints of Trinidad #C8491E
RGB
CMYK
RGB Variations
Color information
#C8491E (or 0xC8491E) is known color: Trinidad. HEX triplet: C8, 49 and 1E. RGB value is (200,73,30). Sum of RGB (Red+Green+Blue) = 200+73+30=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C8491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8491E is #37B6E1. Grayscale: #6A6A6A. Windows color (decimal): -3651298 or 1984968. OLE color: 1984968.
HSL color Cylindrical-coordinate representation of color #C8491E: hue angle of 15.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8491E is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 30 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.22 |
| HSL | 15.18º | 0.74% | 0.45% | - |
| HSV(B) | 15.18º | 0.85% | 0.78% | - |
| XYZ | 26.44 | 17.14 | 3.14 | - |
| YUV | 106.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 30 | 0 | 0.64 | 0.85 | 0.22 | 15.18 | 0.74 | 0.45 |
| Hex | C8 | 49 | 1E | 0 | 40 | 55 | 16 | F | 4A | 2D |
| Octal | 310 | 111 | 36 | 0 | 100 | 125 | 26 | 17 | 112 | 55 |
| Binary | 11001000 | 1001001 | 11110 | 0 | 1000000 | 1010101 | 10110 | 1111 | 1001010 | 101101 |
Color Harmonies of #C8491E
Complementary color
Monochromatic Colors of #C8491E
Black with #C8491E
Text Example
Text Example
White with #C8491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8491E; }
p { color: rgb(200,73,30); }
H1.HeaderClassName
{
color: #C8491E;
}
.AnyTagClassName
{
color: #C8491E;
}
</style>
background-color css
<style>
a { background-color: #C8491E; }
a { background-color: rgb(200,73,30); }
div.DivClassName
{
background-color: #C8491E;
}
.BgClassName
{
background-color: #C8491E;
}
</style>
border-color css
<style>
span { border-color: #C8491E; }
span { border-color: rgb(200,73,30); }
td.TdClassName
{
border-color: #C8491E;
}
.TagClassName
{
border-color: #C8491E;
}
</style>