Shades of Trinidad #CA5036
Tints of Trinidad #CA5036
RGB
CMYK
RGB Variations
Color information
#CA5036 (or 0xCA5036) is known color: Trinidad. HEX triplet: CA, 50 and 36. RGB value is (202,80,54). Sum of RGB (Red+Green+Blue) = 202+80+54=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5036 is #35AFC9. Grayscale: #717171. Windows color (decimal): -3518410 or 3559626. OLE color: 3559626.
HSL color Cylindrical-coordinate representation of color #CA5036: hue angle of 10.54º 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 #CA5036 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 54 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.21 |
| HSL | 10.54º | 0.58% | 0.5% | - |
| HSV(B) | 10.54º | 0.73% | 0.79% | - |
| XYZ | 27.89 | 18.56 | 5.6 | - |
| YUV | 113.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 54 | 0 | 0.60 | 0.73 | 0.21 | 10.54 | 0.58 | 0.5 |
| Hex | CA | 50 | 36 | 0 | 3C | 49 | 15 | B | 3A | 32 |
| Octal | 312 | 120 | 66 | 0 | 74 | 111 | 25 | 13 | 72 | 62 |
| Binary | 11001010 | 1010000 | 110110 | 0 | 111100 | 1001001 | 10101 | 1011 | 111010 | 110010 |
Color Harmonies of #CA5036
Complementary color
Monochromatic Colors of #CA5036
Black with #CA5036
Text Example
Text Example
White with #CA5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5036; }
p { color: rgb(202,80,54); }
H1.HeaderClassName
{
color: #CA5036;
}
.AnyTagClassName
{
color: #CA5036;
}
</style>
background-color css
<style>
a { background-color: #CA5036; }
a { background-color: rgb(202,80,54); }
div.DivClassName
{
background-color: #CA5036;
}
.BgClassName
{
background-color: #CA5036;
}
</style>
border-color css
<style>
span { border-color: #CA5036; }
span { border-color: rgb(202,80,54); }
td.TdClassName
{
border-color: #CA5036;
}
.TagClassName
{
border-color: #CA5036;
}
</style>