Shades of Trinidad #CB5031
Tints of Trinidad #CB5031
RGB
CMYK
RGB Variations
Color information
#CB5031 (or 0xCB5031) is known color: Trinidad. HEX triplet: CB, 50 and 31. RGB value is (203,80,49). Sum of RGB (Red+Green+Blue) = 203+80+49=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5031 is #34AFCE. Grayscale: #717171. Windows color (decimal): -3452879 or 3231947. OLE color: 3231947.
HSL color Cylindrical-coordinate representation of color #CB5031: hue angle of 12.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB5031 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 49 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.20 |
| HSL | 12.08º | 0.61% | 0.49% | - |
| HSV(B) | 12.08º | 0.76% | 0.8% | - |
| XYZ | 28.05 | 18.66 | 5.03 | - |
| YUV | 113.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 49 | 0 | 0.61 | 0.76 | 0.20 | 12.08 | 0.61 | 0.49 |
| Hex | CB | 50 | 31 | 0 | 3D | 4C | 14 | C | 3D | 31 |
| Octal | 313 | 120 | 61 | 0 | 75 | 114 | 24 | 14 | 75 | 61 |
| Binary | 11001011 | 1010000 | 110001 | 0 | 111101 | 1001100 | 10100 | 1100 | 111101 | 110001 |
Color Harmonies of #CB5031
Complementary color
Monochromatic Colors of #CB5031
Black with #CB5031
Text Example
Text Example
White with #CB5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5031; }
p { color: rgb(203,80,49); }
H1.HeaderClassName
{
color: #CB5031;
}
.AnyTagClassName
{
color: #CB5031;
}
</style>
background-color css
<style>
a { background-color: #CB5031; }
a { background-color: rgb(203,80,49); }
div.DivClassName
{
background-color: #CB5031;
}
.BgClassName
{
background-color: #CB5031;
}
</style>
border-color css
<style>
span { border-color: #CB5031; }
span { border-color: rgb(203,80,49); }
td.TdClassName
{
border-color: #CB5031;
}
.TagClassName
{
border-color: #CB5031;
}
</style>