Shades of Trinidad #CA542C
Tints of Trinidad #CA542C
RGB
CMYK
RGB Variations
Color information
#CA542C (or 0xCA542C) is known color: Trinidad. HEX triplet: CA, 54 and 2C. RGB value is (202,84,44). Sum of RGB (Red+Green+Blue) = 202+84+44=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA542C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA542C is #35ABD3. Grayscale: #737373. Windows color (decimal): -3517396 or 2905290. OLE color: 2905290.
HSL color Cylindrical-coordinate representation of color #CA542C: hue angle of 15.19º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA542C is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 44 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.21 |
| HSL | 15.19º | 0.64% | 0.48% | - |
| HSV(B) | 15.19º | 0.78% | 0.79% | - |
| XYZ | 27.98 | 19.08 | 4.59 | - |
| YUV | 114.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 44 | 0 | 0.58 | 0.78 | 0.21 | 15.19 | 0.64 | 0.48 |
| Hex | CA | 54 | 2C | 0 | 3A | 4E | 15 | F | 40 | 30 |
| Octal | 312 | 124 | 54 | 0 | 72 | 116 | 25 | 17 | 100 | 60 |
| Binary | 11001010 | 1010100 | 101100 | 0 | 111010 | 1001110 | 10101 | 1111 | 1000000 | 110000 |
Color Harmonies of #CA542C
Complementary color
Monochromatic Colors of #CA542C
Black with #CA542C
Text Example
Text Example
White with #CA542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA542C; }
p { color: rgb(202,84,44); }
H1.HeaderClassName
{
color: #CA542C;
}
.AnyTagClassName
{
color: #CA542C;
}
</style>
background-color css
<style>
a { background-color: #CA542C; }
a { background-color: rgb(202,84,44); }
div.DivClassName
{
background-color: #CA542C;
}
.BgClassName
{
background-color: #CA542C;
}
</style>
border-color css
<style>
span { border-color: #CA542C; }
span { border-color: rgb(202,84,44); }
td.TdClassName
{
border-color: #CA542C;
}
.TagClassName
{
border-color: #CA542C;
}
</style>