Shades of Trinidad #CB5529
Tints of Trinidad #CB5529
RGB
CMYK
RGB Variations
Color information
#CB5529 (or 0xCB5529) is known color: Trinidad. HEX triplet: CB, 55 and 29. RGB value is (203,85,41). Sum of RGB (Red+Green+Blue) = 203+85+41=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5529 is #34AAD6. Grayscale: #737373. Windows color (decimal): -3451607 or 2708939. OLE color: 2708939.
HSL color Cylindrical-coordinate representation of color #CB5529: hue angle of 16.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB5529 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 41 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.20 |
| HSL | 16.3º | 0.66% | 0.48% | - |
| HSV(B) | 16.3º | 0.8% | 0.8% | - |
| XYZ | 28.28 | 19.35 | 4.34 | - |
| YUV | 115.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 41 | 0 | 0.58 | 0.80 | 0.20 | 16.3 | 0.66 | 0.48 |
| Hex | CB | 55 | 29 | 0 | 3A | 50 | 14 | 10 | 42 | 30 |
| Octal | 313 | 125 | 51 | 0 | 72 | 120 | 24 | 20 | 102 | 60 |
| Binary | 11001011 | 1010101 | 101001 | 0 | 111010 | 1010000 | 10100 | 10000 | 1000010 | 110000 |
Color Harmonies of #CB5529
Complementary color
Monochromatic Colors of #CB5529
Black with #CB5529
Text Example
Text Example
White with #CB5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5529; }
p { color: rgb(203,85,41); }
H1.HeaderClassName
{
color: #CB5529;
}
.AnyTagClassName
{
color: #CB5529;
}
</style>
background-color css
<style>
a { background-color: #CB5529; }
a { background-color: rgb(203,85,41); }
div.DivClassName
{
background-color: #CB5529;
}
.BgClassName
{
background-color: #CB5529;
}
</style>
border-color css
<style>
span { border-color: #CB5529; }
span { border-color: rgb(203,85,41); }
td.TdClassName
{
border-color: #CB5529;
}
.TagClassName
{
border-color: #CB5529;
}
</style>