Shades of Trinidad #CB5034
Tints of Trinidad #CB5034
RGB
CMYK
RGB Variations
Color information
#CB5034 (or 0xCB5034) is known color: Trinidad. HEX triplet: CB, 50 and 34. RGB value is (203,80,52). Sum of RGB (Red+Green+Blue) = 203+80+52=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5034 is #34AFCB. Grayscale: #717171. Windows color (decimal): -3452876 or 3428555. OLE color: 3428555.
HSL color Cylindrical-coordinate representation of color #CB5034: hue angle of 11.13º 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 #CB5034 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 52 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.20 |
| HSL | 11.13º | 0.59% | 0.5% | - |
| HSV(B) | 11.13º | 0.74% | 0.8% | - |
| XYZ | 28.12 | 18.68 | 5.37 | - |
| YUV | 113.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 52 | 0 | 0.61 | 0.74 | 0.20 | 11.13 | 0.59 | 0.5 |
| Hex | CB | 50 | 34 | 0 | 3D | 4A | 14 | B | 3B | 32 |
| Octal | 313 | 120 | 64 | 0 | 75 | 112 | 24 | 13 | 73 | 62 |
| Binary | 11001011 | 1010000 | 110100 | 0 | 111101 | 1001010 | 10100 | 1011 | 111011 | 110010 |
Color Harmonies of #CB5034
Complementary color
Monochromatic Colors of #CB5034
Black with #CB5034
Text Example
Text Example
White with #CB5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5034; }
p { color: rgb(203,80,52); }
H1.HeaderClassName
{
color: #CB5034;
}
.AnyTagClassName
{
color: #CB5034;
}
</style>
background-color css
<style>
a { background-color: #CB5034; }
a { background-color: rgb(203,80,52); }
div.DivClassName
{
background-color: #CB5034;
}
.BgClassName
{
background-color: #CB5034;
}
</style>
border-color css
<style>
span { border-color: #CB5034; }
span { border-color: rgb(203,80,52); }
td.TdClassName
{
border-color: #CB5034;
}
.TagClassName
{
border-color: #CB5034;
}
</style>