Shades of Trinidad #CA5229
Tints of Trinidad #CA5229
RGB
CMYK
RGB Variations
Color information
#CA5229 (or 0xCA5229) is known color: Trinidad. HEX triplet: CA, 52 and 29. RGB value is (202,82,41). Sum of RGB (Red+Green+Blue) = 202+82+41=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5229 is #35ADD6. Grayscale: #717171. Windows color (decimal): -3517911 or 2708170. OLE color: 2708170.
HSL color Cylindrical-coordinate representation of color #CA5229: hue angle of 15.28º 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 #CA5229 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 41 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.21 |
| HSL | 15.28º | 0.66% | 0.48% | - |
| HSV(B) | 15.28º | 0.8% | 0.79% | - |
| XYZ | 27.77 | 18.75 | 4.25 | - |
| YUV | 113.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 41 | 0 | 0.59 | 0.80 | 0.21 | 15.28 | 0.66 | 0.48 |
| Hex | CA | 52 | 29 | 0 | 3B | 50 | 15 | F | 42 | 30 |
| Octal | 312 | 122 | 51 | 0 | 73 | 120 | 25 | 17 | 102 | 60 |
| Binary | 11001010 | 1010010 | 101001 | 0 | 111011 | 1010000 | 10101 | 1111 | 1000010 | 110000 |
Color Harmonies of #CA5229
Complementary color
Monochromatic Colors of #CA5229
Black with #CA5229
Text Example
Text Example
White with #CA5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5229; }
p { color: rgb(202,82,41); }
H1.HeaderClassName
{
color: #CA5229;
}
.AnyTagClassName
{
color: #CA5229;
}
</style>
background-color css
<style>
a { background-color: #CA5229; }
a { background-color: rgb(202,82,41); }
div.DivClassName
{
background-color: #CA5229;
}
.BgClassName
{
background-color: #CA5229;
}
</style>
border-color css
<style>
span { border-color: #CA5229; }
span { border-color: rgb(202,82,41); }
td.TdClassName
{
border-color: #CA5229;
}
.TagClassName
{
border-color: #CA5229;
}
</style>