Shades of Trinidad #CA5035
Tints of Trinidad #CA5035
RGB
CMYK
RGB Variations
Color information
#CA5035 (or 0xCA5035) is known color: Trinidad. HEX triplet: CA, 50 and 35. RGB value is (202,80,53). Sum of RGB (Red+Green+Blue) = 202+80+53=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5035 is #35AFCA. Grayscale: #717171. Windows color (decimal): -3518411 or 3494090. OLE color: 3494090.
HSL color Cylindrical-coordinate representation of color #CA5035: hue angle of 10.87º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA5035 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 53 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.21 |
| HSL | 10.87º | 0.58% | 0.5% | - |
| HSV(B) | 10.87º | 0.74% | 0.79% | - |
| XYZ | 27.87 | 18.55 | 5.48 | - |
| YUV | 113.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 53 | 0 | 0.60 | 0.74 | 0.21 | 10.87 | 0.58 | 0.5 |
| Hex | CA | 50 | 35 | 0 | 3C | 4A | 15 | B | 3A | 32 |
| Octal | 312 | 120 | 65 | 0 | 74 | 112 | 25 | 13 | 72 | 62 |
| Binary | 11001010 | 1010000 | 110101 | 0 | 111100 | 1001010 | 10101 | 1011 | 111010 | 110010 |
Color Harmonies of #CA5035
Complementary color
Monochromatic Colors of #CA5035
Black with #CA5035
Text Example
Text Example
White with #CA5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5035; }
p { color: rgb(202,80,53); }
H1.HeaderClassName
{
color: #CA5035;
}
.AnyTagClassName
{
color: #CA5035;
}
</style>
background-color css
<style>
a { background-color: #CA5035; }
a { background-color: rgb(202,80,53); }
div.DivClassName
{
background-color: #CA5035;
}
.BgClassName
{
background-color: #CA5035;
}
</style>
border-color css
<style>
span { border-color: #CA5035; }
span { border-color: rgb(202,80,53); }
td.TdClassName
{
border-color: #CA5035;
}
.TagClassName
{
border-color: #CA5035;
}
</style>