Shades of Trinidad #CA5636
Tints of Trinidad #CA5636
RGB
CMYK
RGB Variations
Color information
#CA5636 (or 0xCA5636) is known color: Trinidad. HEX triplet: CA, 56 and 36. RGB value is (202,86,54). Sum of RGB (Red+Green+Blue) = 202+86+54=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5636 is #35A9C9. Grayscale: #757575. Windows color (decimal): -3516874 or 3561162. OLE color: 3561162.
HSL color Cylindrical-coordinate representation of color #CA5636: hue angle of 12.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA5636 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 54 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.21 |
| HSL | 12.97º | 0.58% | 0.5% | - |
| HSV(B) | 12.97º | 0.73% | 0.79% | - |
| XYZ | 28.35 | 19.48 | 5.76 | - |
| YUV | 117.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 54 | 0 | 0.57 | 0.73 | 0.21 | 12.97 | 0.58 | 0.5 |
| Hex | CA | 56 | 36 | 0 | 39 | 49 | 15 | D | 3A | 32 |
| Octal | 312 | 126 | 66 | 0 | 71 | 111 | 25 | 15 | 72 | 62 |
| Binary | 11001010 | 1010110 | 110110 | 0 | 111001 | 1001001 | 10101 | 1101 | 111010 | 110010 |
Color Harmonies of #CA5636
Complementary color
Monochromatic Colors of #CA5636
Black with #CA5636
Text Example
Text Example
White with #CA5636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5636; }
p { color: rgb(202,86,54); }
H1.HeaderClassName
{
color: #CA5636;
}
.AnyTagClassName
{
color: #CA5636;
}
</style>
background-color css
<style>
a { background-color: #CA5636; }
a { background-color: rgb(202,86,54); }
div.DivClassName
{
background-color: #CA5636;
}
.BgClassName
{
background-color: #CA5636;
}
</style>
border-color css
<style>
span { border-color: #CA5636; }
span { border-color: rgb(202,86,54); }
td.TdClassName
{
border-color: #CA5636;
}
.TagClassName
{
border-color: #CA5636;
}
</style>