Shades of Trinidad #CB5120
Tints of Trinidad #CB5120
RGB
CMYK
RGB Variations
Color information
#CB5120 (or 0xCB5120) is known color: Trinidad. HEX triplet: CB, 51 and 20. RGB value is (203,81,32). Sum of RGB (Red+Green+Blue) = 203+81+32=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5120 is #34AEDF. Grayscale: #707070. Windows color (decimal): -3452640 or 2118091. OLE color: 2118091.
HSL color Cylindrical-coordinate representation of color #CB5120: hue angle of 17.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB5120 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 32 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.20 |
| HSL | 17.19º | 0.73% | 0.46% | - |
| HSV(B) | 17.19º | 0.84% | 0.8% | - |
| XYZ | 27.83 | 18.69 | 3.51 | - |
| YUV | 111.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 32 | 0 | 0.60 | 0.84 | 0.20 | 17.19 | 0.73 | 0.46 |
| Hex | CB | 51 | 20 | 0 | 3C | 54 | 14 | 11 | 49 | 2E |
| Octal | 313 | 121 | 40 | 0 | 74 | 124 | 24 | 21 | 111 | 56 |
| Binary | 11001011 | 1010001 | 100000 | 0 | 111100 | 1010100 | 10100 | 10001 | 1001001 | 101110 |
Color Harmonies of #CB5120
Complementary color
Monochromatic Colors of #CB5120
Black with #CB5120
Text Example
Text Example
White with #CB5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5120; }
p { color: rgb(203,81,32); }
H1.HeaderClassName
{
color: #CB5120;
}
.AnyTagClassName
{
color: #CB5120;
}
</style>
background-color css
<style>
a { background-color: #CB5120; }
a { background-color: rgb(203,81,32); }
div.DivClassName
{
background-color: #CB5120;
}
.BgClassName
{
background-color: #CB5120;
}
</style>
border-color css
<style>
span { border-color: #CB5120; }
span { border-color: rgb(203,81,32); }
td.TdClassName
{
border-color: #CB5120;
}
.TagClassName
{
border-color: #CB5120;
}
</style>