Shades of Trinidad #CB5332
Tints of Trinidad #CB5332
RGB
CMYK
RGB Variations
Color information
#CB5332 (or 0xCB5332) is known color: Trinidad. HEX triplet: CB, 53 and 32. RGB value is (203,83,50). Sum of RGB (Red+Green+Blue) = 203+83+50=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5332 is #34ACCD. Grayscale: #737373. Windows color (decimal): -3452110 or 3298251. OLE color: 3298251.
HSL color Cylindrical-coordinate representation of color #CB5332: hue angle of 12.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB5332 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 50 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.20 |
| HSL | 12.94º | 0.6% | 0.5% | - |
| HSV(B) | 12.94º | 0.75% | 0.8% | - |
| XYZ | 28.3 | 19.11 | 5.22 | - |
| YUV | 115.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 50 | 0 | 0.59 | 0.75 | 0.20 | 12.94 | 0.6 | 0.5 |
| Hex | CB | 53 | 32 | 0 | 3B | 4B | 14 | D | 3C | 32 |
| Octal | 313 | 123 | 62 | 0 | 73 | 113 | 24 | 15 | 74 | 62 |
| Binary | 11001011 | 1010011 | 110010 | 0 | 111011 | 1001011 | 10100 | 1101 | 111100 | 110010 |
Color Harmonies of #CB5332
Complementary color
Monochromatic Colors of #CB5332
Black with #CB5332
Text Example
Text Example
White with #CB5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5332; }
p { color: rgb(203,83,50); }
H1.HeaderClassName
{
color: #CB5332;
}
.AnyTagClassName
{
color: #CB5332;
}
</style>
background-color css
<style>
a { background-color: #CB5332; }
a { background-color: rgb(203,83,50); }
div.DivClassName
{
background-color: #CB5332;
}
.BgClassName
{
background-color: #CB5332;
}
</style>
border-color css
<style>
span { border-color: #CB5332; }
span { border-color: rgb(203,83,50); }
td.TdClassName
{
border-color: #CB5332;
}
.TagClassName
{
border-color: #CB5332;
}
</style>