Shades of Trinidad #C8532B
Tints of Trinidad #C8532B
RGB
CMYK
RGB Variations
Color information
#C8532B (or 0xC8532B) is known color: Trinidad. HEX triplet: C8, 53 and 2B. RGB value is (200,83,43). Sum of RGB (Red+Green+Blue) = 200+83+43=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8532B is #37ACD4. Grayscale: #717171. Windows color (decimal): -3648725 or 2839496. OLE color: 2839496.
HSL color Cylindrical-coordinate representation of color #C8532B: hue angle of 15.29º 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 #C8532B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 43 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.22 |
| HSL | 15.29º | 0.65% | 0.48% | - |
| HSV(B) | 15.29º | 0.79% | 0.78% | - |
| XYZ | 27.35 | 18.64 | 4.44 | - |
| YUV | 113.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 43 | 0 | 0.58 | 0.78 | 0.22 | 15.29 | 0.65 | 0.48 |
| Hex | C8 | 53 | 2B | 0 | 3A | 4E | 16 | F | 41 | 30 |
| Octal | 310 | 123 | 53 | 0 | 72 | 116 | 26 | 17 | 101 | 60 |
| Binary | 11001000 | 1010011 | 101011 | 0 | 111010 | 1001110 | 10110 | 1111 | 1000001 | 110000 |
Color Harmonies of #C8532B
Complementary color
Monochromatic Colors of #C8532B
Black with #C8532B
Text Example
Text Example
White with #C8532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8532B; }
p { color: rgb(200,83,43); }
H1.HeaderClassName
{
color: #C8532B;
}
.AnyTagClassName
{
color: #C8532B;
}
</style>
background-color css
<style>
a { background-color: #C8532B; }
a { background-color: rgb(200,83,43); }
div.DivClassName
{
background-color: #C8532B;
}
.BgClassName
{
background-color: #C8532B;
}
</style>
border-color css
<style>
span { border-color: #C8532B; }
span { border-color: rgb(200,83,43); }
td.TdClassName
{
border-color: #C8532B;
}
.TagClassName
{
border-color: #C8532B;
}
</style>