Shades of Trinidad #CA503C
Tints of Trinidad #CA503C
RGB
CMYK
RGB Variations
Color information
#CA503C (or 0xCA503C) is known color: Trinidad. HEX triplet: CA, 50 and 3C. RGB value is (202,80,60). Sum of RGB (Red+Green+Blue) = 202+80+60=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA503C is #35AFC3. Grayscale: #727272. Windows color (decimal): -3518404 or 3952842. OLE color: 3952842.
HSL color Cylindrical-coordinate representation of color #CA503C: hue angle of 8.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA503C is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 60 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.21 |
| HSL | 8.45º | 0.57% | 0.51% | - |
| HSV(B) | 8.45º | 0.7% | 0.79% | - |
| XYZ | 28.04 | 18.62 | 6.39 | - |
| YUV | 114.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 60 | 0 | 0.60 | 0.70 | 0.21 | 8.45 | 0.57 | 0.51 |
| Hex | CA | 50 | 3C | 0 | 3C | 46 | 15 | 8 | 39 | 33 |
| Octal | 312 | 120 | 74 | 0 | 74 | 106 | 25 | 10 | 71 | 63 |
| Binary | 11001010 | 1010000 | 111100 | 0 | 111100 | 1000110 | 10101 | 1000 | 111001 | 110011 |
Color Harmonies of #CA503C
Complementary color
Monochromatic Colors of #CA503C
Black with #CA503C
Text Example
Text Example
White with #CA503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA503C; }
p { color: rgb(202,80,60); }
H1.HeaderClassName
{
color: #CA503C;
}
.AnyTagClassName
{
color: #CA503C;
}
</style>
background-color css
<style>
a { background-color: #CA503C; }
a { background-color: rgb(202,80,60); }
div.DivClassName
{
background-color: #CA503C;
}
.BgClassName
{
background-color: #CA503C;
}
</style>
border-color css
<style>
span { border-color: #CA503C; }
span { border-color: rgb(202,80,60); }
td.TdClassName
{
border-color: #CA503C;
}
.TagClassName
{
border-color: #CA503C;
}
</style>