Shades of Trinidad #CB5532
Tints of Trinidad #CB5532
RGB
CMYK
RGB Variations
Color information
#CB5532 (or 0xCB5532) is known color: Trinidad. HEX triplet: CB, 55 and 32. RGB value is (203,85,50). Sum of RGB (Red+Green+Blue) = 203+85+50=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5532 is #34AACD. Grayscale: #747474. Windows color (decimal): -3451598 or 3298763. OLE color: 3298763.
HSL color Cylindrical-coordinate representation of color #CB5532: hue angle of 13.73º 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 #CB5532 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 50 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.20 |
| HSL | 13.73º | 0.6% | 0.5% | - |
| HSV(B) | 13.73º | 0.75% | 0.8% | - |
| XYZ | 28.45 | 19.42 | 5.27 | - |
| YUV | 116.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 50 | 0 | 0.58 | 0.75 | 0.20 | 13.73 | 0.6 | 0.5 |
| Hex | CB | 55 | 32 | 0 | 3A | 4B | 14 | E | 3C | 32 |
| Octal | 313 | 125 | 62 | 0 | 72 | 113 | 24 | 16 | 74 | 62 |
| Binary | 11001011 | 1010101 | 110010 | 0 | 111010 | 1001011 | 10100 | 1110 | 111100 | 110010 |
Color Harmonies of #CB5532
Complementary color
Monochromatic Colors of #CB5532
Black with #CB5532
Text Example
Text Example
White with #CB5532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5532; }
p { color: rgb(203,85,50); }
H1.HeaderClassName
{
color: #CB5532;
}
.AnyTagClassName
{
color: #CB5532;
}
</style>
background-color css
<style>
a { background-color: #CB5532; }
a { background-color: rgb(203,85,50); }
div.DivClassName
{
background-color: #CB5532;
}
.BgClassName
{
background-color: #CB5532;
}
</style>
border-color css
<style>
span { border-color: #CB5532; }
span { border-color: rgb(203,85,50); }
td.TdClassName
{
border-color: #CB5532;
}
.TagClassName
{
border-color: #CB5532;
}
</style>