Shades of Trinidad #CA5423
Tints of Trinidad #CA5423
RGB
CMYK
RGB Variations
Color information
#CA5423 (or 0xCA5423) is known color: Trinidad. HEX triplet: CA, 54 and 23. RGB value is (202,84,35). Sum of RGB (Red+Green+Blue) = 202+84+35=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5423 is #35ABDC. Grayscale: #727272. Windows color (decimal): -3517405 or 2315466. OLE color: 2315466.
HSL color Cylindrical-coordinate representation of color #CA5423: hue angle of 17.6º 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 #CA5423 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 35 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.21 |
| HSL | 17.6º | 0.7% | 0.46% | - |
| HSV(B) | 17.6º | 0.83% | 0.79% | - |
| XYZ | 27.83 | 19.02 | 3.79 | - |
| YUV | 113.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 35 | 0 | 0.58 | 0.83 | 0.21 | 17.6 | 0.7 | 0.46 |
| Hex | CA | 54 | 23 | 0 | 3A | 53 | 15 | 12 | 46 | 2E |
| Octal | 312 | 124 | 43 | 0 | 72 | 123 | 25 | 22 | 106 | 56 |
| Binary | 11001010 | 1010100 | 100011 | 0 | 111010 | 1010011 | 10101 | 10010 | 1000110 | 101110 |
Color Harmonies of #CA5423
Complementary color
Monochromatic Colors of #CA5423
Black with #CA5423
Text Example
Text Example
White with #CA5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5423; }
p { color: rgb(202,84,35); }
H1.HeaderClassName
{
color: #CA5423;
}
.AnyTagClassName
{
color: #CA5423;
}
</style>
background-color css
<style>
a { background-color: #CA5423; }
a { background-color: rgb(202,84,35); }
div.DivClassName
{
background-color: #CA5423;
}
.BgClassName
{
background-color: #CA5423;
}
</style>
border-color css
<style>
span { border-color: #CA5423; }
span { border-color: rgb(202,84,35); }
td.TdClassName
{
border-color: #CA5423;
}
.TagClassName
{
border-color: #CA5423;
}
</style>