Shades of Trinidad #C84730
Tints of Trinidad #C84730
RGB
CMYK
RGB Variations
Color information
#C84730 (or 0xC84730) is known color: Trinidad. HEX triplet: C8, 47 and 30. RGB value is (200,71,48). Sum of RGB (Red+Green+Blue) = 200+71+48=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84730 is #37B8CF. Grayscale: #6B6B6B. Windows color (decimal): -3651792 or 3164104. OLE color: 3164104.
HSL color Cylindrical-coordinate representation of color #C84730: hue angle of 9.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C84730 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 48 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.22 |
| HSL | 9.08º | 0.61% | 0.49% | - |
| HSV(B) | 9.08º | 0.76% | 0.78% | - |
| XYZ | 26.61 | 17 | 4.68 | - |
| YUV | 106.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 48 | 0 | 0.64 | 0.76 | 0.22 | 9.08 | 0.61 | 0.49 |
| Hex | C8 | 47 | 30 | 0 | 40 | 4C | 16 | 9 | 3D | 31 |
| Octal | 310 | 107 | 60 | 0 | 100 | 114 | 26 | 11 | 75 | 61 |
| Binary | 11001000 | 1000111 | 110000 | 0 | 1000000 | 1001100 | 10110 | 1001 | 111101 | 110001 |
Color Harmonies of #C84730
Complementary color
Monochromatic Colors of #C84730
Black with #C84730
Text Example
Text Example
White with #C84730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84730; }
p { color: rgb(200,71,48); }
H1.HeaderClassName
{
color: #C84730;
}
.AnyTagClassName
{
color: #C84730;
}
</style>
background-color css
<style>
a { background-color: #C84730; }
a { background-color: rgb(200,71,48); }
div.DivClassName
{
background-color: #C84730;
}
.BgClassName
{
background-color: #C84730;
}
</style>
border-color css
<style>
span { border-color: #C84730; }
span { border-color: rgb(200,71,48); }
td.TdClassName
{
border-color: #C84730;
}
.TagClassName
{
border-color: #C84730;
}
</style>