Shades of Trinidad #CB5338
Tints of Trinidad #CB5338
RGB
CMYK
RGB Variations
Color information
#CB5338 (or 0xCB5338) is known color: Trinidad. HEX triplet: CB, 53 and 38. RGB value is (203,83,56). Sum of RGB (Red+Green+Blue) = 203+83+56=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5338 is #34ACC7. Grayscale: #747474. Windows color (decimal): -3452104 or 3691467. OLE color: 3691467.
HSL color Cylindrical-coordinate representation of color #CB5338: hue angle of 11.02º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB5338 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 56 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.20 |
| HSL | 11.02º | 0.59% | 0.51% | - |
| HSV(B) | 11.02º | 0.72% | 0.8% | - |
| XYZ | 28.44 | 19.17 | 5.94 | - |
| YUV | 115.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 56 | 0 | 0.59 | 0.72 | 0.20 | 11.02 | 0.59 | 0.51 |
| Hex | CB | 53 | 38 | 0 | 3B | 48 | 14 | B | 3B | 33 |
| Octal | 313 | 123 | 70 | 0 | 73 | 110 | 24 | 13 | 73 | 63 |
| Binary | 11001011 | 1010011 | 111000 | 0 | 111011 | 1001000 | 10100 | 1011 | 111011 | 110011 |
Color Harmonies of #CB5338
Complementary color
Monochromatic Colors of #CB5338
Black with #CB5338
Text Example
Text Example
White with #CB5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5338; }
p { color: rgb(203,83,56); }
H1.HeaderClassName
{
color: #CB5338;
}
.AnyTagClassName
{
color: #CB5338;
}
</style>
background-color css
<style>
a { background-color: #CB5338; }
a { background-color: rgb(203,83,56); }
div.DivClassName
{
background-color: #CB5338;
}
.BgClassName
{
background-color: #CB5338;
}
</style>
border-color css
<style>
span { border-color: #CB5338; }
span { border-color: rgb(203,83,56); }
td.TdClassName
{
border-color: #CB5338;
}
.TagClassName
{
border-color: #CB5338;
}
</style>