Shades of Trinidad #CB5125
Tints of Trinidad #CB5125
RGB
CMYK
RGB Variations
Color information
#CB5125 (or 0xCB5125) is known color: Trinidad. HEX triplet: CB, 51 and 25. RGB value is (203,81,37). Sum of RGB (Red+Green+Blue) = 203+81+37=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5125 is #34AEDA. Grayscale: #707070. Windows color (decimal): -3452635 or 2445771. OLE color: 2445771.
HSL color Cylindrical-coordinate representation of color #CB5125: hue angle of 15.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB5125 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 37 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.20 |
| HSL | 15.9º | 0.69% | 0.47% | - |
| HSV(B) | 15.9º | 0.82% | 0.8% | - |
| XYZ | 27.9 | 18.71 | 3.89 | - |
| YUV | 112.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 37 | 0 | 0.60 | 0.82 | 0.20 | 15.9 | 0.69 | 0.47 |
| Hex | CB | 51 | 25 | 0 | 3C | 52 | 14 | 10 | 45 | 2F |
| Octal | 313 | 121 | 45 | 0 | 74 | 122 | 24 | 20 | 105 | 57 |
| Binary | 11001011 | 1010001 | 100101 | 0 | 111100 | 1010010 | 10100 | 10000 | 1000101 | 101111 |
Color Harmonies of #CB5125
Complementary color
Monochromatic Colors of #CB5125
Black with #CB5125
Text Example
Text Example
White with #CB5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5125; }
p { color: rgb(203,81,37); }
H1.HeaderClassName
{
color: #CB5125;
}
.AnyTagClassName
{
color: #CB5125;
}
</style>
background-color css
<style>
a { background-color: #CB5125; }
a { background-color: rgb(203,81,37); }
div.DivClassName
{
background-color: #CB5125;
}
.BgClassName
{
background-color: #CB5125;
}
</style>
border-color css
<style>
span { border-color: #CB5125; }
span { border-color: rgb(203,81,37); }
td.TdClassName
{
border-color: #CB5125;
}
.TagClassName
{
border-color: #CB5125;
}
</style>