Shades of Trinidad #CA503B
Tints of Trinidad #CA503B
RGB
CMYK
RGB Variations
Color information
#CA503B (or 0xCA503B) is known color: Trinidad. HEX triplet: CA, 50 and 3B. RGB value is (202,80,59). Sum of RGB (Red+Green+Blue) = 202+80+59=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA503B is #35AFC4. Grayscale: #727272. Windows color (decimal): -3518405 or 3887306. OLE color: 3887306.
HSL color Cylindrical-coordinate representation of color #CA503B: hue angle of 8.81º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA503B is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 59 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.21 |
| HSL | 8.81º | 0.57% | 0.51% | - |
| HSV(B) | 8.81º | 0.71% | 0.79% | - |
| XYZ | 28.02 | 18.61 | 6.25 | - |
| YUV | 114.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 59 | 0 | 0.60 | 0.71 | 0.21 | 8.81 | 0.57 | 0.51 |
| Hex | CA | 50 | 3B | 0 | 3C | 47 | 15 | 9 | 39 | 33 |
| Octal | 312 | 120 | 73 | 0 | 74 | 107 | 25 | 11 | 71 | 63 |
| Binary | 11001010 | 1010000 | 111011 | 0 | 111100 | 1000111 | 10101 | 1001 | 111001 | 110011 |
Color Harmonies of #CA503B
Complementary color
Monochromatic Colors of #CA503B
Black with #CA503B
Text Example
Text Example
White with #CA503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA503B; }
p { color: rgb(202,80,59); }
H1.HeaderClassName
{
color: #CA503B;
}
.AnyTagClassName
{
color: #CA503B;
}
</style>
background-color css
<style>
a { background-color: #CA503B; }
a { background-color: rgb(202,80,59); }
div.DivClassName
{
background-color: #CA503B;
}
.BgClassName
{
background-color: #CA503B;
}
</style>
border-color css
<style>
span { border-color: #CA503B; }
span { border-color: rgb(202,80,59); }
td.TdClassName
{
border-color: #CA503B;
}
.TagClassName
{
border-color: #CA503B;
}
</style>