Shades of Trinidad #CB5235
Tints of Trinidad #CB5235
RGB
CMYK
RGB Variations
Color information
#CB5235 (or 0xCB5235) is known color: Trinidad. HEX triplet: CB, 52 and 35. RGB value is (203,82,53). Sum of RGB (Red+Green+Blue) = 203+82+53=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5235 is #34ADCA. Grayscale: #737373. Windows color (decimal): -3452363 or 3494603. OLE color: 3494603.
HSL color Cylindrical-coordinate representation of color #CB5235: hue angle of 11.6º 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 #CB5235 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 53 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.20 |
| HSL | 11.6º | 0.59% | 0.5% | - |
| HSV(B) | 11.6º | 0.74% | 0.8% | - |
| XYZ | 28.29 | 18.99 | 5.54 | - |
| YUV | 114.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 53 | 0 | 0.60 | 0.74 | 0.20 | 11.6 | 0.59 | 0.5 |
| Hex | CB | 52 | 35 | 0 | 3C | 4A | 14 | C | 3B | 32 |
| Octal | 313 | 122 | 65 | 0 | 74 | 112 | 24 | 14 | 73 | 62 |
| Binary | 11001011 | 1010010 | 110101 | 0 | 111100 | 1001010 | 10100 | 1100 | 111011 | 110010 |
Color Harmonies of #CB5235
Complementary color
Monochromatic Colors of #CB5235
Black with #CB5235
Text Example
Text Example
White with #CB5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5235; }
p { color: rgb(203,82,53); }
H1.HeaderClassName
{
color: #CB5235;
}
.AnyTagClassName
{
color: #CB5235;
}
</style>
background-color css
<style>
a { background-color: #CB5235; }
a { background-color: rgb(203,82,53); }
div.DivClassName
{
background-color: #CB5235;
}
.BgClassName
{
background-color: #CB5235;
}
</style>
border-color css
<style>
span { border-color: #CB5235; }
span { border-color: rgb(203,82,53); }
td.TdClassName
{
border-color: #CB5235;
}
.TagClassName
{
border-color: #CB5235;
}
</style>