Shades of Trinidad #CA5239
Tints of Trinidad #CA5239
RGB
CMYK
RGB Variations
Color information
#CA5239 (or 0xCA5239) is known color: Trinidad. HEX triplet: CA, 52 and 39. RGB value is (202,82,57). Sum of RGB (Red+Green+Blue) = 202+82+57=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5239 is #35ADC6. Grayscale: #737373. Windows color (decimal): -3517895 or 3756746. OLE color: 3756746.
HSL color Cylindrical-coordinate representation of color #CA5239: hue angle of 10.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA5239 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 57 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.21 |
| HSL | 10.34º | 0.58% | 0.51% | - |
| HSV(B) | 10.34º | 0.72% | 0.79% | - |
| XYZ | 28.11 | 18.89 | 6.03 | - |
| YUV | 115.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 57 | 0 | 0.59 | 0.72 | 0.21 | 10.34 | 0.58 | 0.51 |
| Hex | CA | 52 | 39 | 0 | 3B | 48 | 15 | A | 3A | 33 |
| Octal | 312 | 122 | 71 | 0 | 73 | 110 | 25 | 12 | 72 | 63 |
| Binary | 11001010 | 1010010 | 111001 | 0 | 111011 | 1001000 | 10101 | 1010 | 111010 | 110011 |
Color Harmonies of #CA5239
Complementary color
Monochromatic Colors of #CA5239
Black with #CA5239
Text Example
Text Example
White with #CA5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5239; }
p { color: rgb(202,82,57); }
H1.HeaderClassName
{
color: #CA5239;
}
.AnyTagClassName
{
color: #CA5239;
}
</style>
background-color css
<style>
a { background-color: #CA5239; }
a { background-color: rgb(202,82,57); }
div.DivClassName
{
background-color: #CA5239;
}
.BgClassName
{
background-color: #CA5239;
}
</style>
border-color css
<style>
span { border-color: #CA5239; }
span { border-color: rgb(202,82,57); }
td.TdClassName
{
border-color: #CA5239;
}
.TagClassName
{
border-color: #CA5239;
}
</style>