Shades of Trinidad #C8462B
Tints of Trinidad #C8462B
RGB
CMYK
RGB Variations
Color information
#C8462B (or 0xC8462B) is known color: Trinidad. HEX triplet: C8, 46 and 2B. RGB value is (200,70,43). Sum of RGB (Red+Green+Blue) = 200+70+43=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8462B is #37B9D4. Grayscale: #6A6A6A. Windows color (decimal): -3652053 or 2836168. OLE color: 2836168.
HSL color Cylindrical-coordinate representation of color #C8462B: hue angle of 10.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8462B is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 43 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.22 |
| HSL | 10.32º | 0.65% | 0.48% | - |
| HSV(B) | 10.32º | 0.79% | 0.78% | - |
| XYZ | 26.45 | 16.83 | 4.14 | - |
| YUV | 105.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 43 | 0 | 0.65 | 0.78 | 0.22 | 10.32 | 0.65 | 0.48 |
| Hex | C8 | 46 | 2B | 0 | 41 | 4E | 16 | A | 41 | 30 |
| Octal | 310 | 106 | 53 | 0 | 101 | 116 | 26 | 12 | 101 | 60 |
| Binary | 11001000 | 1000110 | 101011 | 0 | 1000001 | 1001110 | 10110 | 1010 | 1000001 | 110000 |
Color Harmonies of #C8462B
Complementary color
Monochromatic Colors of #C8462B
Black with #C8462B
Text Example
Text Example
White with #C8462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8462B; }
p { color: rgb(200,70,43); }
H1.HeaderClassName
{
color: #C8462B;
}
.AnyTagClassName
{
color: #C8462B;
}
</style>
background-color css
<style>
a { background-color: #C8462B; }
a { background-color: rgb(200,70,43); }
div.DivClassName
{
background-color: #C8462B;
}
.BgClassName
{
background-color: #C8462B;
}
</style>
border-color css
<style>
span { border-color: #C8462B; }
span { border-color: rgb(200,70,43); }
td.TdClassName
{
border-color: #C8462B;
}
.TagClassName
{
border-color: #C8462B;
}
</style>