Shades of Trinidad #CA543C
Tints of Trinidad #CA543C
RGB
CMYK
RGB Variations
Color information
#CA543C (or 0xCA543C) is known color: Trinidad. HEX triplet: CA, 54 and 3C. RGB value is (202,84,60). Sum of RGB (Red+Green+Blue) = 202+84+60=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA543C is #35ABC3. Grayscale: #747474. Windows color (decimal): -3517380 or 3953866. OLE color: 3953866.
HSL color Cylindrical-coordinate representation of color #CA543C: hue angle of 10.14º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA543C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 60 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.21 |
| HSL | 10.14º | 0.57% | 0.51% | - |
| HSV(B) | 10.14º | 0.7% | 0.79% | - |
| XYZ | 28.34 | 19.22 | 6.49 | - |
| YUV | 116.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 60 | 0 | 0.58 | 0.70 | 0.21 | 10.14 | 0.57 | 0.51 |
| Hex | CA | 54 | 3C | 0 | 3A | 46 | 15 | A | 39 | 33 |
| Octal | 312 | 124 | 74 | 0 | 72 | 106 | 25 | 12 | 71 | 63 |
| Binary | 11001010 | 1010100 | 111100 | 0 | 111010 | 1000110 | 10101 | 1010 | 111001 | 110011 |
Color Harmonies of #CA543C
Complementary color
Monochromatic Colors of #CA543C
Black with #CA543C
Text Example
Text Example
White with #CA543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA543C; }
p { color: rgb(202,84,60); }
H1.HeaderClassName
{
color: #CA543C;
}
.AnyTagClassName
{
color: #CA543C;
}
</style>
background-color css
<style>
a { background-color: #CA543C; }
a { background-color: rgb(202,84,60); }
div.DivClassName
{
background-color: #CA543C;
}
.BgClassName
{
background-color: #CA543C;
}
</style>
border-color css
<style>
span { border-color: #CA543C; }
span { border-color: rgb(202,84,60); }
td.TdClassName
{
border-color: #CA543C;
}
.TagClassName
{
border-color: #CA543C;
}
</style>