Shades of Trinidad #CA5429
Tints of Trinidad #CA5429
RGB
CMYK
RGB Variations
Color information
#CA5429 (or 0xCA5429) is known color: Trinidad. HEX triplet: CA, 54 and 29. RGB value is (202,84,41). Sum of RGB (Red+Green+Blue) = 202+84+41=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5429 is #35ABD6. Grayscale: #727272. Windows color (decimal): -3517399 or 2708682. OLE color: 2708682.
HSL color Cylindrical-coordinate representation of color #CA5429: hue angle of 16.02º 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 #CA5429 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 41 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.21 |
| HSL | 16.02º | 0.66% | 0.48% | - |
| HSV(B) | 16.02º | 0.8% | 0.79% | - |
| XYZ | 27.93 | 19.06 | 4.3 | - |
| YUV | 114.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 41 | 0 | 0.58 | 0.80 | 0.21 | 16.02 | 0.66 | 0.48 |
| Hex | CA | 54 | 29 | 0 | 3A | 50 | 15 | 10 | 42 | 30 |
| Octal | 312 | 124 | 51 | 0 | 72 | 120 | 25 | 20 | 102 | 60 |
| Binary | 11001010 | 1010100 | 101001 | 0 | 111010 | 1010000 | 10101 | 10000 | 1000010 | 110000 |
Color Harmonies of #CA5429
Complementary color
Monochromatic Colors of #CA5429
Black with #CA5429
Text Example
Text Example
White with #CA5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5429; }
p { color: rgb(202,84,41); }
H1.HeaderClassName
{
color: #CA5429;
}
.AnyTagClassName
{
color: #CA5429;
}
</style>
background-color css
<style>
a { background-color: #CA5429; }
a { background-color: rgb(202,84,41); }
div.DivClassName
{
background-color: #CA5429;
}
.BgClassName
{
background-color: #CA5429;
}
</style>
border-color css
<style>
span { border-color: #CA5429; }
span { border-color: rgb(202,84,41); }
td.TdClassName
{
border-color: #CA5429;
}
.TagClassName
{
border-color: #CA5429;
}
</style>