Shades of Trinidad #CB5331
Tints of Trinidad #CB5331
RGB
CMYK
RGB Variations
Color information
#CB5331 (or 0xCB5331) is known color: Trinidad. HEX triplet: CB, 53 and 31. RGB value is (203,83,49). Sum of RGB (Red+Green+Blue) = 203+83+49=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5331 is #34ACCE. Grayscale: #737373. Windows color (decimal): -3452111 or 3232715. OLE color: 3232715.
HSL color Cylindrical-coordinate representation of color #CB5331: hue angle of 13.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB5331 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 49 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.20 |
| HSL | 13.25º | 0.61% | 0.49% | - |
| HSV(B) | 13.25º | 0.76% | 0.8% | - |
| XYZ | 28.28 | 19.1 | 5.1 | - |
| YUV | 115 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 49 | 0 | 0.59 | 0.76 | 0.20 | 13.25 | 0.61 | 0.49 |
| Hex | CB | 53 | 31 | 0 | 3B | 4C | 14 | D | 3D | 31 |
| Octal | 313 | 123 | 61 | 0 | 73 | 114 | 24 | 15 | 75 | 61 |
| Binary | 11001011 | 1010011 | 110001 | 0 | 111011 | 1001100 | 10100 | 1101 | 111101 | 110001 |
Color Harmonies of #CB5331
Complementary color
Monochromatic Colors of #CB5331
Black with #CB5331
Text Example
Text Example
White with #CB5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5331; }
p { color: rgb(203,83,49); }
H1.HeaderClassName
{
color: #CB5331;
}
.AnyTagClassName
{
color: #CB5331;
}
</style>
background-color css
<style>
a { background-color: #CB5331; }
a { background-color: rgb(203,83,49); }
div.DivClassName
{
background-color: #CB5331;
}
.BgClassName
{
background-color: #CB5331;
}
</style>
border-color css
<style>
span { border-color: #CB5331; }
span { border-color: rgb(203,83,49); }
td.TdClassName
{
border-color: #CB5331;
}
.TagClassName
{
border-color: #CB5331;
}
</style>