Shades of Trinidad #C8562A
Tints of Trinidad #C8562A
RGB
CMYK
RGB Variations
Color information
#C8562A (or 0xC8562A) is known color: Trinidad. HEX triplet: C8, 56 and 2A. RGB value is (200,86,42). Sum of RGB (Red+Green+Blue) = 200+86+42=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8562A is #37A9D5. Grayscale: #737373. Windows color (decimal): -3647958 or 2774728. OLE color: 2774728.
HSL color Cylindrical-coordinate representation of color #C8562A: hue angle of 16.71º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8562A is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 42 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.22 |
| HSL | 16.71º | 0.65% | 0.47% | - |
| HSV(B) | 16.71º | 0.79% | 0.78% | - |
| XYZ | 27.57 | 19.1 | 4.42 | - |
| YUV | 115.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 42 | 0 | 0.57 | 0.79 | 0.22 | 16.71 | 0.65 | 0.47 |
| Hex | C8 | 56 | 2A | 0 | 39 | 4F | 16 | 11 | 41 | 2F |
| Octal | 310 | 126 | 52 | 0 | 71 | 117 | 26 | 21 | 101 | 57 |
| Binary | 11001000 | 1010110 | 101010 | 0 | 111001 | 1001111 | 10110 | 10001 | 1000001 | 101111 |
Color Harmonies of #C8562A
Complementary color
Monochromatic Colors of #C8562A
Black with #C8562A
Text Example
Text Example
White with #C8562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8562A; }
p { color: rgb(200,86,42); }
H1.HeaderClassName
{
color: #C8562A;
}
.AnyTagClassName
{
color: #C8562A;
}
</style>
background-color css
<style>
a { background-color: #C8562A; }
a { background-color: rgb(200,86,42); }
div.DivClassName
{
background-color: #C8562A;
}
.BgClassName
{
background-color: #C8562A;
}
</style>
border-color css
<style>
span { border-color: #C8562A; }
span { border-color: rgb(200,86,42); }
td.TdClassName
{
border-color: #C8562A;
}
.TagClassName
{
border-color: #C8562A;
}
</style>