Shades of Trinidad #CA5029
Tints of Trinidad #CA5029
RGB
CMYK
RGB Variations
Color information
#CA5029 (or 0xCA5029) is known color: Trinidad. HEX triplet: CA, 50 and 29. RGB value is (202,80,41). Sum of RGB (Red+Green+Blue) = 202+80+41=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5029 is #35AFD6. Grayscale: #707070. Windows color (decimal): -3518423 or 2707658. OLE color: 2707658.
HSL color Cylindrical-coordinate representation of color #CA5029: hue angle of 14.53º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA5029 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 41 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.21 |
| HSL | 14.53º | 0.66% | 0.48% | - |
| HSV(B) | 14.53º | 0.8% | 0.79% | - |
| XYZ | 27.63 | 18.45 | 4.2 | - |
| YUV | 112.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 41 | 0 | 0.60 | 0.80 | 0.21 | 14.53 | 0.66 | 0.48 |
| Hex | CA | 50 | 29 | 0 | 3C | 50 | 15 | F | 42 | 30 |
| Octal | 312 | 120 | 51 | 0 | 74 | 120 | 25 | 17 | 102 | 60 |
| Binary | 11001010 | 1010000 | 101001 | 0 | 111100 | 1010000 | 10101 | 1111 | 1000010 | 110000 |
Color Harmonies of #CA5029
Complementary color
Monochromatic Colors of #CA5029
Black with #CA5029
Text Example
Text Example
White with #CA5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5029; }
p { color: rgb(202,80,41); }
H1.HeaderClassName
{
color: #CA5029;
}
.AnyTagClassName
{
color: #CA5029;
}
</style>
background-color css
<style>
a { background-color: #CA5029; }
a { background-color: rgb(202,80,41); }
div.DivClassName
{
background-color: #CA5029;
}
.BgClassName
{
background-color: #CA5029;
}
</style>
border-color css
<style>
span { border-color: #CA5029; }
span { border-color: rgb(202,80,41); }
td.TdClassName
{
border-color: #CA5029;
}
.TagClassName
{
border-color: #CA5029;
}
</style>