Shades of Trinidad #CB5428
Tints of Trinidad #CB5428
RGB
CMYK
RGB Variations
Color information
#CB5428 (or 0xCB5428) is known color: Trinidad. HEX triplet: CB, 54 and 28. RGB value is (203,84,40). Sum of RGB (Red+Green+Blue) = 203+84+40=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5428 is #34ABD7. Grayscale: #727272. Windows color (decimal): -3451864 or 2643147. OLE color: 2643147.
HSL color Cylindrical-coordinate representation of color #CB5428: hue angle of 16.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB5428 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 40 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.20 |
| HSL | 16.2º | 0.67% | 0.48% | - |
| HSV(B) | 16.2º | 0.8% | 0.8% | - |
| XYZ | 28.18 | 19.19 | 4.23 | - |
| YUV | 114.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 40 | 0 | 0.59 | 0.80 | 0.20 | 16.2 | 0.67 | 0.48 |
| Hex | CB | 54 | 28 | 0 | 3B | 50 | 14 | 10 | 43 | 30 |
| Octal | 313 | 124 | 50 | 0 | 73 | 120 | 24 | 20 | 103 | 60 |
| Binary | 11001011 | 1010100 | 101000 | 0 | 111011 | 1010000 | 10100 | 10000 | 1000011 | 110000 |
Color Harmonies of #CB5428
Complementary color
Monochromatic Colors of #CB5428
Black with #CB5428
Text Example
Text Example
White with #CB5428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5428; }
p { color: rgb(203,84,40); }
H1.HeaderClassName
{
color: #CB5428;
}
.AnyTagClassName
{
color: #CB5428;
}
</style>
background-color css
<style>
a { background-color: #CB5428; }
a { background-color: rgb(203,84,40); }
div.DivClassName
{
background-color: #CB5428;
}
.BgClassName
{
background-color: #CB5428;
}
</style>
border-color css
<style>
span { border-color: #CB5428; }
span { border-color: rgb(203,84,40); }
td.TdClassName
{
border-color: #CB5428;
}
.TagClassName
{
border-color: #CB5428;
}
</style>