Shades of Trinidad #CB5231
Tints of Trinidad #CB5231
RGB
CMYK
RGB Variations
Color information
#CB5231 (or 0xCB5231) is known color: Trinidad. HEX triplet: CB, 52 and 31. RGB value is (203,82,49). Sum of RGB (Red+Green+Blue) = 203+82+49=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5231 is #34ADCE. Grayscale: #727272. Windows color (decimal): -3452367 or 3232459. OLE color: 3232459.
HSL color Cylindrical-coordinate representation of color #CB5231: hue angle of 12.86º 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 #CB5231 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 49 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.20 |
| HSL | 12.86º | 0.61% | 0.49% | - |
| HSV(B) | 12.86º | 0.76% | 0.8% | - |
| XYZ | 28.2 | 18.95 | 5.08 | - |
| YUV | 114.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 49 | 0 | 0.60 | 0.76 | 0.20 | 12.86 | 0.61 | 0.49 |
| Hex | CB | 52 | 31 | 0 | 3C | 4C | 14 | D | 3D | 31 |
| Octal | 313 | 122 | 61 | 0 | 74 | 114 | 24 | 15 | 75 | 61 |
| Binary | 11001011 | 1010010 | 110001 | 0 | 111100 | 1001100 | 10100 | 1101 | 111101 | 110001 |
Color Harmonies of #CB5231
Complementary color
Monochromatic Colors of #CB5231
Black with #CB5231
Text Example
Text Example
White with #CB5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5231; }
p { color: rgb(203,82,49); }
H1.HeaderClassName
{
color: #CB5231;
}
.AnyTagClassName
{
color: #CB5231;
}
</style>
background-color css
<style>
a { background-color: #CB5231; }
a { background-color: rgb(203,82,49); }
div.DivClassName
{
background-color: #CB5231;
}
.BgClassName
{
background-color: #CB5231;
}
</style>
border-color css
<style>
span { border-color: #CB5231; }
span { border-color: rgb(203,82,49); }
td.TdClassName
{
border-color: #CB5231;
}
.TagClassName
{
border-color: #CB5231;
}
</style>