Shades of Trinidad #CB5334
Tints of Trinidad #CB5334
RGB
CMYK
RGB Variations
Color information
#CB5334 (or 0xCB5334) is known color: Trinidad. HEX triplet: CB, 53 and 34. RGB value is (203,83,52). Sum of RGB (Red+Green+Blue) = 203+83+52=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5334 is #34ACCB. Grayscale: #737373. Windows color (decimal): -3452108 or 3429323. OLE color: 3429323.
HSL color Cylindrical-coordinate representation of color #CB5334: hue angle of 12.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB5334 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 52 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.20 |
| HSL | 12.32º | 0.59% | 0.5% | - |
| HSV(B) | 12.32º | 0.74% | 0.8% | - |
| XYZ | 28.34 | 19.13 | 5.45 | - |
| YUV | 115.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 52 | 0 | 0.59 | 0.74 | 0.20 | 12.32 | 0.59 | 0.5 |
| Hex | CB | 53 | 34 | 0 | 3B | 4A | 14 | C | 3B | 32 |
| Octal | 313 | 123 | 64 | 0 | 73 | 112 | 24 | 14 | 73 | 62 |
| Binary | 11001011 | 1010011 | 110100 | 0 | 111011 | 1001010 | 10100 | 1100 | 111011 | 110010 |
Color Harmonies of #CB5334
Complementary color
Monochromatic Colors of #CB5334
Black with #CB5334
Text Example
Text Example
White with #CB5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5334; }
p { color: rgb(203,83,52); }
H1.HeaderClassName
{
color: #CB5334;
}
.AnyTagClassName
{
color: #CB5334;
}
</style>
background-color css
<style>
a { background-color: #CB5334; }
a { background-color: rgb(203,83,52); }
div.DivClassName
{
background-color: #CB5334;
}
.BgClassName
{
background-color: #CB5334;
}
</style>
border-color css
<style>
span { border-color: #CB5334; }
span { border-color: rgb(203,83,52); }
td.TdClassName
{
border-color: #CB5334;
}
.TagClassName
{
border-color: #CB5334;
}
</style>