Shades of Trinidad #CB5638
Tints of Trinidad #CB5638
RGB
CMYK
RGB Variations
Color information
#CB5638 (or 0xCB5638) is known color: Trinidad. HEX triplet: CB, 56 and 38. RGB value is (203,86,56). Sum of RGB (Red+Green+Blue) = 203+86+56=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5638 is #34A9C7. Grayscale: #757575. Windows color (decimal): -3451336 or 3692235. OLE color: 3692235.
HSL color Cylindrical-coordinate representation of color #CB5638: hue angle of 12.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB5638 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 56 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.20 |
| HSL | 12.24º | 0.59% | 0.51% | - |
| HSV(B) | 12.24º | 0.72% | 0.8% | - |
| XYZ | 28.67 | 19.64 | 6.02 | - |
| YUV | 117.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 56 | 0 | 0.58 | 0.72 | 0.20 | 12.24 | 0.59 | 0.51 |
| Hex | CB | 56 | 38 | 0 | 3A | 48 | 14 | C | 3B | 33 |
| Octal | 313 | 126 | 70 | 0 | 72 | 110 | 24 | 14 | 73 | 63 |
| Binary | 11001011 | 1010110 | 111000 | 0 | 111010 | 1001000 | 10100 | 1100 | 111011 | 110011 |
Color Harmonies of #CB5638
Complementary color
Monochromatic Colors of #CB5638
Black with #CB5638
Text Example
Text Example
White with #CB5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5638; }
p { color: rgb(203,86,56); }
H1.HeaderClassName
{
color: #CB5638;
}
.AnyTagClassName
{
color: #CB5638;
}
</style>
background-color css
<style>
a { background-color: #CB5638; }
a { background-color: rgb(203,86,56); }
div.DivClassName
{
background-color: #CB5638;
}
.BgClassName
{
background-color: #CB5638;
}
</style>
border-color css
<style>
span { border-color: #CB5638; }
span { border-color: rgb(203,86,56); }
td.TdClassName
{
border-color: #CB5638;
}
.TagClassName
{
border-color: #CB5638;
}
</style>