Shades of Trinidad #CB5129
Tints of Trinidad #CB5129
RGB
CMYK
RGB Variations
Color information
#CB5129 (or 0xCB5129) is known color: Trinidad. HEX triplet: CB, 51 and 29. RGB value is (203,81,41). Sum of RGB (Red+Green+Blue) = 203+81+41=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5129 is #34AED6. Grayscale: #717171. Windows color (decimal): -3452631 or 2707915. OLE color: 2707915.
HSL color Cylindrical-coordinate representation of color #CB5129: hue angle of 14.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB5129 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 41 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.20 |
| HSL | 14.81º | 0.66% | 0.48% | - |
| HSV(B) | 14.81º | 0.8% | 0.8% | - |
| XYZ | 27.97 | 18.74 | 4.24 | - |
| YUV | 112.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 41 | 0 | 0.60 | 0.80 | 0.20 | 14.81 | 0.66 | 0.48 |
| Hex | CB | 51 | 29 | 0 | 3C | 50 | 14 | F | 42 | 30 |
| Octal | 313 | 121 | 51 | 0 | 74 | 120 | 24 | 17 | 102 | 60 |
| Binary | 11001011 | 1010001 | 101001 | 0 | 111100 | 1010000 | 10100 | 1111 | 1000010 | 110000 |
Color Harmonies of #CB5129
Complementary color
Monochromatic Colors of #CB5129
Black with #CB5129
Text Example
Text Example
White with #CB5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5129; }
p { color: rgb(203,81,41); }
H1.HeaderClassName
{
color: #CB5129;
}
.AnyTagClassName
{
color: #CB5129;
}
</style>
background-color css
<style>
a { background-color: #CB5129; }
a { background-color: rgb(203,81,41); }
div.DivClassName
{
background-color: #CB5129;
}
.BgClassName
{
background-color: #CB5129;
}
</style>
border-color css
<style>
span { border-color: #CB5129; }
span { border-color: rgb(203,81,41); }
td.TdClassName
{
border-color: #CB5129;
}
.TagClassName
{
border-color: #CB5129;
}
</style>