Shades of Trinidad #CA5639
Tints of Trinidad #CA5639
RGB
CMYK
RGB Variations
Color information
#CA5639 (or 0xCA5639) is known color: Trinidad. HEX triplet: CA, 56 and 39. RGB value is (202,86,57). Sum of RGB (Red+Green+Blue) = 202+86+57=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5639 is #35A9C6. Grayscale: #757575. Windows color (decimal): -3516871 or 3757770. OLE color: 3757770.
HSL color Cylindrical-coordinate representation of color #CA5639: hue angle of 12º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA5639 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 57 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.21 |
| HSL | 12º | 0.58% | 0.51% | - |
| HSV(B) | 12º | 0.72% | 0.79% | - |
| XYZ | 28.42 | 19.51 | 6.14 | - |
| YUV | 117.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 57 | 0 | 0.57 | 0.72 | 0.21 | 12 | 0.58 | 0.51 |
| Hex | CA | 56 | 39 | 0 | 39 | 48 | 15 | C | 3A | 33 |
| Octal | 312 | 126 | 71 | 0 | 71 | 110 | 25 | 14 | 72 | 63 |
| Binary | 11001010 | 1010110 | 111001 | 0 | 111001 | 1001000 | 10101 | 1100 | 111010 | 110011 |
Color Harmonies of #CA5639
Complementary color
Monochromatic Colors of #CA5639
Black with #CA5639
Text Example
Text Example
White with #CA5639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5639; }
p { color: rgb(202,86,57); }
H1.HeaderClassName
{
color: #CA5639;
}
.AnyTagClassName
{
color: #CA5639;
}
</style>
background-color css
<style>
a { background-color: #CA5639; }
a { background-color: rgb(202,86,57); }
div.DivClassName
{
background-color: #CA5639;
}
.BgClassName
{
background-color: #CA5639;
}
</style>
border-color css
<style>
span { border-color: #CA5639; }
span { border-color: rgb(202,86,57); }
td.TdClassName
{
border-color: #CA5639;
}
.TagClassName
{
border-color: #CA5639;
}
</style>