Shades of Trinidad #CA5523
Tints of Trinidad #CA5523
RGB
CMYK
RGB Variations
Color information
#CA5523 (or 0xCA5523) is known color: Trinidad. HEX triplet: CA, 55 and 23. RGB value is (202,85,35). Sum of RGB (Red+Green+Blue) = 202+85+35=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5523 is #35AADC. Grayscale: #727272. Windows color (decimal): -3517149 or 2315722. OLE color: 2315722.
HSL color Cylindrical-coordinate representation of color #CA5523: hue angle of 17.96º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA5523 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 35 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.21 |
| HSL | 17.96º | 0.7% | 0.46% | - |
| HSV(B) | 17.96º | 0.83% | 0.79% | - |
| XYZ | 27.91 | 19.17 | 3.82 | - |
| YUV | 114.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 35 | 0 | 0.58 | 0.83 | 0.21 | 17.96 | 0.7 | 0.46 |
| Hex | CA | 55 | 23 | 0 | 3A | 53 | 15 | 12 | 46 | 2E |
| Octal | 312 | 125 | 43 | 0 | 72 | 123 | 25 | 22 | 106 | 56 |
| Binary | 11001010 | 1010101 | 100011 | 0 | 111010 | 1010011 | 10101 | 10010 | 1000110 | 101110 |
Color Harmonies of #CA5523
Complementary color
Monochromatic Colors of #CA5523
Black with #CA5523
Text Example
Text Example
White with #CA5523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5523; }
p { color: rgb(202,85,35); }
H1.HeaderClassName
{
color: #CA5523;
}
.AnyTagClassName
{
color: #CA5523;
}
</style>
background-color css
<style>
a { background-color: #CA5523; }
a { background-color: rgb(202,85,35); }
div.DivClassName
{
background-color: #CA5523;
}
.BgClassName
{
background-color: #CA5523;
}
</style>
border-color css
<style>
span { border-color: #CA5523; }
span { border-color: rgb(202,85,35); }
td.TdClassName
{
border-color: #CA5523;
}
.TagClassName
{
border-color: #CA5523;
}
</style>