Shades of Trinidad #CB5435
Tints of Trinidad #CB5435
RGB
CMYK
RGB Variations
Color information
#CB5435 (or 0xCB5435) is known color: Trinidad. HEX triplet: CB, 54 and 35. RGB value is (203,84,53). Sum of RGB (Red+Green+Blue) = 203+84+53=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5435 is #34ABCA. Grayscale: #747474. Windows color (decimal): -3451851 or 3495115. OLE color: 3495115.
HSL color Cylindrical-coordinate representation of color #CB5435: hue angle of 12.4º 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 #CB5435 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 53 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.20 |
| HSL | 12.4º | 0.59% | 0.5% | - |
| HSV(B) | 12.4º | 0.74% | 0.8% | - |
| XYZ | 28.44 | 19.29 | 5.59 | - |
| YUV | 116.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 53 | 0 | 0.59 | 0.74 | 0.20 | 12.4 | 0.59 | 0.5 |
| Hex | CB | 54 | 35 | 0 | 3B | 4A | 14 | C | 3B | 32 |
| Octal | 313 | 124 | 65 | 0 | 73 | 112 | 24 | 14 | 73 | 62 |
| Binary | 11001011 | 1010100 | 110101 | 0 | 111011 | 1001010 | 10100 | 1100 | 111011 | 110010 |
Color Harmonies of #CB5435
Complementary color
Monochromatic Colors of #CB5435
Black with #CB5435
Text Example
Text Example
White with #CB5435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5435; }
p { color: rgb(203,84,53); }
H1.HeaderClassName
{
color: #CB5435;
}
.AnyTagClassName
{
color: #CB5435;
}
</style>
background-color css
<style>
a { background-color: #CB5435; }
a { background-color: rgb(203,84,53); }
div.DivClassName
{
background-color: #CB5435;
}
.BgClassName
{
background-color: #CB5435;
}
</style>
border-color css
<style>
span { border-color: #CB5435; }
span { border-color: rgb(203,84,53); }
td.TdClassName
{
border-color: #CB5435;
}
.TagClassName
{
border-color: #CB5435;
}
</style>