Shades of Trinidad #CA5334
Tints of Trinidad #CA5334
RGB
CMYK
RGB Variations
Color information
#CA5334 (or 0xCA5334) is known color: Trinidad. HEX triplet: CA, 53 and 34. RGB value is (202,83,52). Sum of RGB (Red+Green+Blue) = 202+83+52=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5334 is #35ACCB. Grayscale: #737373. Windows color (decimal): -3517644 or 3429322. OLE color: 3429322.
HSL color Cylindrical-coordinate representation of color #CA5334: hue angle of 12.4º 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 #CA5334 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 52 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.21 |
| HSL | 12.4º | 0.59% | 0.5% | - |
| HSV(B) | 12.4º | 0.74% | 0.79% | - |
| XYZ | 28.07 | 18.99 | 5.43 | - |
| YUV | 115.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 52 | 0 | 0.59 | 0.74 | 0.21 | 12.4 | 0.59 | 0.5 |
| Hex | CA | 53 | 34 | 0 | 3B | 4A | 15 | C | 3B | 32 |
| Octal | 312 | 123 | 64 | 0 | 73 | 112 | 25 | 14 | 73 | 62 |
| Binary | 11001010 | 1010011 | 110100 | 0 | 111011 | 1001010 | 10101 | 1100 | 111011 | 110010 |
Color Harmonies of #CA5334
Complementary color
Monochromatic Colors of #CA5334
Black with #CA5334
Text Example
Text Example
White with #CA5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5334; }
p { color: rgb(202,83,52); }
H1.HeaderClassName
{
color: #CA5334;
}
.AnyTagClassName
{
color: #CA5334;
}
</style>
background-color css
<style>
a { background-color: #CA5334; }
a { background-color: rgb(202,83,52); }
div.DivClassName
{
background-color: #CA5334;
}
.BgClassName
{
background-color: #CA5334;
}
</style>
border-color css
<style>
span { border-color: #CA5334; }
span { border-color: rgb(202,83,52); }
td.TdClassName
{
border-color: #CA5334;
}
.TagClassName
{
border-color: #CA5334;
}
</style>