Shades of Trinidad #CB5225
Tints of Trinidad #CB5225
RGB
CMYK
RGB Variations
Color information
#CB5225 (or 0xCB5225) is known color: Trinidad. HEX triplet: CB, 52 and 25. RGB value is (203,82,37). Sum of RGB (Red+Green+Blue) = 203+82+37=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5225 is #34ADDA. Grayscale: #717171. Windows color (decimal): -3452379 or 2446027. OLE color: 2446027.
HSL color Cylindrical-coordinate representation of color #CB5225: hue angle of 16.27º 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 #CB5225 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 37 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.20 |
| HSL | 16.27º | 0.69% | 0.47% | - |
| HSV(B) | 16.27º | 0.82% | 0.8% | - |
| XYZ | 27.98 | 18.86 | 3.92 | - |
| YUV | 113.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 37 | 0 | 0.60 | 0.82 | 0.20 | 16.27 | 0.69 | 0.47 |
| Hex | CB | 52 | 25 | 0 | 3C | 52 | 14 | 10 | 45 | 2F |
| Octal | 313 | 122 | 45 | 0 | 74 | 122 | 24 | 20 | 105 | 57 |
| Binary | 11001011 | 1010010 | 100101 | 0 | 111100 | 1010010 | 10100 | 10000 | 1000101 | 101111 |
Color Harmonies of #CB5225
Complementary color
Monochromatic Colors of #CB5225
Black with #CB5225
Text Example
Text Example
White with #CB5225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5225; }
p { color: rgb(203,82,37); }
H1.HeaderClassName
{
color: #CB5225;
}
.AnyTagClassName
{
color: #CB5225;
}
</style>
background-color css
<style>
a { background-color: #CB5225; }
a { background-color: rgb(203,82,37); }
div.DivClassName
{
background-color: #CB5225;
}
.BgClassName
{
background-color: #CB5225;
}
</style>
border-color css
<style>
span { border-color: #CB5225; }
span { border-color: rgb(203,82,37); }
td.TdClassName
{
border-color: #CB5225;
}
.TagClassName
{
border-color: #CB5225;
}
</style>