Shades of Trinidad #CB5026
Tints of Trinidad #CB5026
RGB
CMYK
RGB Variations
Color information
#CB5026 (or 0xCB5026) is known color: Trinidad. HEX triplet: CB, 50 and 26. RGB value is (203,80,38). Sum of RGB (Red+Green+Blue) = 203+80+38=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5026 is #34AFD9. Grayscale: #707070. Windows color (decimal): -3452890 or 2511051. OLE color: 2511051.
HSL color Cylindrical-coordinate representation of color #CB5026: hue angle of 15.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB5026 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 38 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.20 |
| HSL | 15.27º | 0.68% | 0.47% | - |
| HSV(B) | 15.27º | 0.81% | 0.8% | - |
| XYZ | 27.85 | 18.57 | 3.95 | - |
| YUV | 111.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 38 | 0 | 0.61 | 0.81 | 0.20 | 15.27 | 0.68 | 0.47 |
| Hex | CB | 50 | 26 | 0 | 3D | 51 | 14 | F | 44 | 2F |
| Octal | 313 | 120 | 46 | 0 | 75 | 121 | 24 | 17 | 104 | 57 |
| Binary | 11001011 | 1010000 | 100110 | 0 | 111101 | 1010001 | 10100 | 1111 | 1000100 | 101111 |
Color Harmonies of #CB5026
Complementary color
Monochromatic Colors of #CB5026
Black with #CB5026
Text Example
Text Example
White with #CB5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5026; }
p { color: rgb(203,80,38); }
H1.HeaderClassName
{
color: #CB5026;
}
.AnyTagClassName
{
color: #CB5026;
}
</style>
background-color css
<style>
a { background-color: #CB5026; }
a { background-color: rgb(203,80,38); }
div.DivClassName
{
background-color: #CB5026;
}
.BgClassName
{
background-color: #CB5026;
}
</style>
border-color css
<style>
span { border-color: #CB5026; }
span { border-color: rgb(203,80,38); }
td.TdClassName
{
border-color: #CB5026;
}
.TagClassName
{
border-color: #CB5026;
}
</style>