Shades of Trinidad #CA5434
Tints of Trinidad #CA5434
RGB
CMYK
RGB Variations
Color information
#CA5434 (or 0xCA5434) is known color: Trinidad. HEX triplet: CA, 54 and 34. RGB value is (202,84,52). Sum of RGB (Red+Green+Blue) = 202+84+52=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5434 is #35ABCB. Grayscale: #737373. Windows color (decimal): -3517388 or 3429578. OLE color: 3429578.
HSL color Cylindrical-coordinate representation of color #CA5434: hue angle of 12.8º degrees, saturation: 0.59, 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 #CA5434 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 52 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.21 |
| HSL | 12.8º | 0.59% | 0.5% | - |
| HSV(B) | 12.8º | 0.74% | 0.79% | - |
| XYZ | 28.15 | 19.15 | 5.46 | - |
| YUV | 115.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 52 | 0 | 0.58 | 0.74 | 0.21 | 12.8 | 0.59 | 0.5 |
| Hex | CA | 54 | 34 | 0 | 3A | 4A | 15 | D | 3B | 32 |
| Octal | 312 | 124 | 64 | 0 | 72 | 112 | 25 | 15 | 73 | 62 |
| Binary | 11001010 | 1010100 | 110100 | 0 | 111010 | 1001010 | 10101 | 1101 | 111011 | 110010 |
Color Harmonies of #CA5434
Complementary color
Monochromatic Colors of #CA5434
Black with #CA5434
Text Example
Text Example
White with #CA5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5434; }
p { color: rgb(202,84,52); }
H1.HeaderClassName
{
color: #CA5434;
}
.AnyTagClassName
{
color: #CA5434;
}
</style>
background-color css
<style>
a { background-color: #CA5434; }
a { background-color: rgb(202,84,52); }
div.DivClassName
{
background-color: #CA5434;
}
.BgClassName
{
background-color: #CA5434;
}
</style>
border-color css
<style>
span { border-color: #CA5434; }
span { border-color: rgb(202,84,52); }
td.TdClassName
{
border-color: #CA5434;
}
.TagClassName
{
border-color: #CA5434;
}
</style>