Shades of Trinidad #CA5533
Tints of Trinidad #CA5533
RGB
CMYK
RGB Variations
Color information
#CA5533 (or 0xCA5533) is known color: Trinidad. HEX triplet: CA, 55 and 33. RGB value is (202,85,51). Sum of RGB (Red+Green+Blue) = 202+85+51=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5533 is #35AACC. Grayscale: #747474. Windows color (decimal): -3517133 or 3364298. OLE color: 3364298.
HSL color Cylindrical-coordinate representation of color #CA5533: hue angle of 13.51º 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 #CA5533 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 51 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.21 |
| HSL | 13.51º | 0.6% | 0.5% | - |
| HSV(B) | 13.51º | 0.75% | 0.79% | - |
| XYZ | 28.2 | 19.29 | 5.37 | - |
| YUV | 116.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 51 | 0 | 0.58 | 0.75 | 0.21 | 13.51 | 0.6 | 0.5 |
| Hex | CA | 55 | 33 | 0 | 3A | 4B | 15 | E | 3C | 32 |
| Octal | 312 | 125 | 63 | 0 | 72 | 113 | 25 | 16 | 74 | 62 |
| Binary | 11001010 | 1010101 | 110011 | 0 | 111010 | 1001011 | 10101 | 1110 | 111100 | 110010 |
Color Harmonies of #CA5533
Complementary color
Monochromatic Colors of #CA5533
Black with #CA5533
Text Example
Text Example
White with #CA5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5533; }
p { color: rgb(202,85,51); }
H1.HeaderClassName
{
color: #CA5533;
}
.AnyTagClassName
{
color: #CA5533;
}
</style>
background-color css
<style>
a { background-color: #CA5533; }
a { background-color: rgb(202,85,51); }
div.DivClassName
{
background-color: #CA5533;
}
.BgClassName
{
background-color: #CA5533;
}
</style>
border-color css
<style>
span { border-color: #CA5533; }
span { border-color: rgb(202,85,51); }
td.TdClassName
{
border-color: #CA5533;
}
.TagClassName
{
border-color: #CA5533;
}
</style>