Shades of Trinidad #CA5333
Tints of Trinidad #CA5333
RGB
CMYK
RGB Variations
Color information
#CA5333 (or 0xCA5333) is known color: Trinidad. HEX triplet: CA, 53 and 33. RGB value is (202,83,51). Sum of RGB (Red+Green+Blue) = 202+83+51=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5333 is #35ACCC. Grayscale: #737373. Windows color (decimal): -3517645 or 3363786. OLE color: 3363786.
HSL color Cylindrical-coordinate representation of color #CA5333: hue angle of 12.72º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA5333 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 51 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.21 |
| HSL | 12.72º | 0.6% | 0.5% | - |
| HSV(B) | 12.72º | 0.75% | 0.79% | - |
| XYZ | 28.05 | 18.98 | 5.32 | - |
| YUV | 114.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 51 | 0 | 0.59 | 0.75 | 0.21 | 12.72 | 0.6 | 0.5 |
| Hex | CA | 53 | 33 | 0 | 3B | 4B | 15 | D | 3C | 32 |
| Octal | 312 | 123 | 63 | 0 | 73 | 113 | 25 | 15 | 74 | 62 |
| Binary | 11001010 | 1010011 | 110011 | 0 | 111011 | 1001011 | 10101 | 1101 | 111100 | 110010 |
Color Harmonies of #CA5333
Complementary color
Monochromatic Colors of #CA5333
Black with #CA5333
Text Example
Text Example
White with #CA5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5333; }
p { color: rgb(202,83,51); }
H1.HeaderClassName
{
color: #CA5333;
}
.AnyTagClassName
{
color: #CA5333;
}
</style>
background-color css
<style>
a { background-color: #CA5333; }
a { background-color: rgb(202,83,51); }
div.DivClassName
{
background-color: #CA5333;
}
.BgClassName
{
background-color: #CA5333;
}
</style>
border-color css
<style>
span { border-color: #CA5333; }
span { border-color: rgb(202,83,51); }
td.TdClassName
{
border-color: #CA5333;
}
.TagClassName
{
border-color: #CA5333;
}
</style>