Shades of Trinidad #CB5320
Tints of Trinidad #CB5320
RGB
CMYK
RGB Variations
Color information
#CB5320 (or 0xCB5320) is known color: Trinidad. HEX triplet: CB, 53 and 20. RGB value is (203,83,32). Sum of RGB (Red+Green+Blue) = 203+83+32=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5320 is #34ACDF. Grayscale: #717171. Windows color (decimal): -3452128 or 2118603. OLE color: 2118603.
HSL color Cylindrical-coordinate representation of color #CB5320: hue angle of 17.89º 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 #CB5320 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 32 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.20 |
| HSL | 17.89º | 0.73% | 0.46% | - |
| HSV(B) | 17.89º | 0.84% | 0.8% | - |
| XYZ | 27.98 | 18.99 | 3.56 | - |
| YUV | 113.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 32 | 0 | 0.59 | 0.84 | 0.20 | 17.89 | 0.73 | 0.46 |
| Hex | CB | 53 | 20 | 0 | 3B | 54 | 14 | 12 | 49 | 2E |
| Octal | 313 | 123 | 40 | 0 | 73 | 124 | 24 | 22 | 111 | 56 |
| Binary | 11001011 | 1010011 | 100000 | 0 | 111011 | 1010100 | 10100 | 10010 | 1001001 | 101110 |
Color Harmonies of #CB5320
Complementary color
Monochromatic Colors of #CB5320
Black with #CB5320
Text Example
Text Example
White with #CB5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5320; }
p { color: rgb(203,83,32); }
H1.HeaderClassName
{
color: #CB5320;
}
.AnyTagClassName
{
color: #CB5320;
}
</style>
background-color css
<style>
a { background-color: #CB5320; }
a { background-color: rgb(203,83,32); }
div.DivClassName
{
background-color: #CB5320;
}
.BgClassName
{
background-color: #CB5320;
}
</style>
border-color css
<style>
span { border-color: #CB5320; }
span { border-color: rgb(203,83,32); }
td.TdClassName
{
border-color: #CB5320;
}
.TagClassName
{
border-color: #CB5320;
}
</style>